Class ConditionalFolderUpdateRunner
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.helper.ConditionalFolderUpdateRunner
-
@Deprecated public class ConditionalFolderUpdateRunner 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
-
-
Constructor Summary
Constructors Constructor Description ConditionalFolderUpdateRunner(String stepDocId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setStepToBeExecutedNext(CoreSession session, String nextStepPos)
Deprecated.
-
-
-
Field Detail
-
stepDocId
protected String stepDocId
Deprecated.
-
-
Constructor Detail
-
ConditionalFolderUpdateRunner
public ConditionalFolderUpdateRunner(String stepDocId)
Deprecated.
-
-
Method Detail
-
setStepToBeExecutedNext
public void setStepToBeExecutedNext(CoreSession session, String nextStepPos)
Deprecated.
-
-