Uses of Interface
com.adobe.acs.commons.workflow.synthetic.SyntheticWorkflowModel
Packages that use SyntheticWorkflowModel
Package
Description
Synthetic AEM Workflow APIs.
-
Uses of SyntheticWorkflowModel in com.adobe.acs.commons.fam.actions
Methods in com.adobe.acs.commons.fam.actions with parameters of type SyntheticWorkflowModelModifier 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 SyntheticWorkflowModel in com.adobe.acs.commons.workflow.synthetic
Methods in com.adobe.acs.commons.workflow.synthetic that return SyntheticWorkflowModelModifier and TypeMethodDescriptionSyntheticWorkflowRunner.getSyntheticWorkflowModel(org.apache.sling.api.resource.ResourceResolver resourceResolver, String workflowModelId, boolean ignoreIncompatibleTypes) Generates the SyntheticWorkflowModel that represents the AEM Workflow Model to execute in the context of Synthetic Workflow.Methods in com.adobe.acs.commons.workflow.synthetic with parameters of type SyntheticWorkflowModelModifier and TypeMethodDescriptionvoidSyntheticWorkflowRunner.execute(org.apache.sling.api.resource.ResourceResolver resourceResolver, String payloadPath, SyntheticWorkflowModel syntheticWorkflowModel, boolean autoSaveAfterEachWorkflowProcess, boolean autoSaveAtEnd) Execute the provided Synthetic Workflow Model in the context of Synthetic Workflow. -
Uses of SyntheticWorkflowModel in com.adobe.acs.commons.workflow.synthetic.impl.granite
Classes in com.adobe.acs.commons.workflow.synthetic.impl.granite that implement SyntheticWorkflowModel