@Deprecated public class ChownStepFactory extends AbstractStepFactory
originalSize
Constructor and Description |
---|
ChownStepFactory(OmeroContext ctx,
ExtendedMetadata em,
Roles roles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
void |
setGroup(long grp)
Deprecated.
Set the group id which will be passed to all new
ChownStep
instances. |
onPostProcess, postProcess
public ChownStepFactory(OmeroContext ctx, ExtendedMetadata em, Roles roles)
public GraphStep create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids) throws GraphException
idx
- Index which is being assigned to this step.stack
- Non-null stack of other steps which precede this one in the
graph.spec
- Non-null GraphSpec
which was used to define this step.entry
- Non-null GraphEntry
which was used to define this
step.ids
- Non-null, non-empty array of ids which were found for this
GraphStep
GraphStep
implementation which will permit
arbitrary operations on all the nodes of the graph.GraphException
public void setGroup(long grp)
ChownStep
instances. Since a new ChownStepFactory
is created for every
chown action, this is thread safe.grp
-
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.