| Package | Description |
|---|---|
| com.adobe.acs.commons.fam.actions | |
| com.adobe.acs.commons.workflow.synthetic |
Synthetic AEM Workflow APIs.
|
| com.adobe.acs.commons.workflow.synthetic.impl.granite |
| Modifier and Type | Method and Description |
|---|---|
static CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> |
Actions.startSyntheticWorkflow(SyntheticWorkflowModel model,
String path,
SyntheticWorkflowRunner workflowRunner)
Run a synthetic workflow on a single node
|
static CheckedBiConsumer<org.apache.sling.api.resource.ResourceResolver,String> |
Actions.startSyntheticWorkflows(SyntheticWorkflowModel model,
SyntheticWorkflowRunner workflowRunner)
Run nodes through synthetic workflow
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticWorkflowModel |
SyntheticWorkflowRunner.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticWorkflowRunner.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyntheticWorkflowModelImpl |
Copyright © 2013–2020 Adobe. All rights reserved.