Class SetNextStepOnConditionalFolderOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.operation.SetNextStepOnConditionalFolderOperation
-
@Deprecated public class SetNextStepOnConditionalFolderOperation extends Object
Deprecated.since 5.9.2 - Use only routes of type 'graph'Set the position of the child to be run once the step with the given id it's finished.- Since:
- 5.5
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContextcontextDeprecated.static StringIDDeprecated.protected StringnextStepPosDeprecated.protected CoreSessionsessionDeprecated.
-
Constructor Summary
Constructors Constructor Description SetNextStepOnConditionalFolderOperation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetStepToBeExcutedNext()Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
nextStepPos
protected String nextStepPos
Deprecated.
-
context
protected OperationContext context
Deprecated.
-
session
protected CoreSession session
Deprecated.
-
-