Uses of Interface
com.adobe.acs.commons.workflow.synthetic.SyntheticWorkflowRunner
Packages that use SyntheticWorkflowRunner
-
Uses of SyntheticWorkflowRunner in com.adobe.acs.commons.fam.actions
Methods in com.adobe.acs.commons.fam.actions with parameters of type SyntheticWorkflowRunnerModifier and TypeMethodDescriptionstatic final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>Actions.startSyntheticWorkflow(SyntheticWorkflowModel model, String path, SyntheticWorkflowRunner workflowRunner) Run a synthetic workflow on a single nodestatic final CheckedBiConsumer<org.apache.sling.api.resource.ResourceResolver,String> Actions.startSyntheticWorkflows(SyntheticWorkflowModel model, SyntheticWorkflowRunner workflowRunner) Run nodes through synthetic workflow -
Uses of SyntheticWorkflowRunner in com.adobe.acs.commons.mcp.impl.processes
Constructors in com.adobe.acs.commons.mcp.impl.processes with parameters of type SyntheticWorkflowRunnerModifierConstructorDescriptionBulkWorkflow(QueryHelper queryHelper, SyntheticWorkflowRunner syntheticWorkflowRunner)