| Package | Description |
|---|---|
| com.adobe.acs.commons.workflow.bulk.execution |
AEM Workflow APIs
|
| com.adobe.acs.commons.workflow.bulk.execution.impl.runners | |
| com.adobe.acs.commons.workflow.bulk.execution.model |
Bulk Execution Model API
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.commons.scheduler.ScheduleOptions |
BulkWorkflowRunner.getOptions(Config config)
If a non-null value is returned, the result of run(..) will be scheduled to run w these options.
|
Runnable |
BulkWorkflowRunner.getRunnable(Config config) |
void |
BulkWorkflowEngine.initialize(Config config)
Initialize the Bulk Workflow Manager jcr:content node and build out the batch structure.
|
void |
BulkWorkflowRunner.initialize(QueryHelper queryHelper,
Config config)
Collects and initializes the Workspace JCR structure with the payload nodes.
|
void |
BulkWorkflowEngine.resume(Config config)
Resume as stopped bulk workflow process.
|
void |
BulkWorkflowEngine.start(Config config)
Start bulk workflow process.
|
void |
BulkWorkflowEngine.stop(Config config)
Stop bulk workflow process.
|
void |
BulkWorkflowEngine.stopping(Config config)
Stopping bulk workflow process.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.commons.scheduler.ScheduleOptions |
AEMTransientWorkflowRunnerImpl.getOptions(Config config) |
org.apache.sling.commons.scheduler.ScheduleOptions |
FastActionManagerRunnerImpl.getOptions(Config config) |
org.apache.sling.commons.scheduler.ScheduleOptions |
AEMWorkflowRunnerImpl.getOptions(Config config) |
org.apache.sling.commons.scheduler.ScheduleOptions |
SyntheticWorkflowRunnerImpl.getOptions(Config config) |
Runnable |
AEMTransientWorkflowRunnerImpl.getRunnable(Config config) |
Runnable |
FastActionManagerRunnerImpl.getRunnable(Config config) |
Runnable |
AEMWorkflowRunnerImpl.getRunnable(Config config) |
Runnable |
SyntheticWorkflowRunnerImpl.getRunnable(Config config) |
void |
FastActionManagerRunnerImpl.initialize(QueryHelper queryHelper,
Config config) |
void |
AbstractWorkflowRunner.initialize(QueryHelper queryHelper,
Config config)
Collects and initializes the Workspace JCR structure with the payload nodes.
|
| Constructor and Description |
|---|
AEMWorkflowRunnable(Config config,
org.apache.sling.commons.scheduler.Scheduler scheduler,
org.apache.sling.api.resource.ResourceResolverFactory resourceResolverFactory,
com.day.cq.workflow.WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
Config |
Workspace.getConfig() |
Copyright © 2013–2020 Adobe. All rights reserved.