Uses of Class
com.adobe.acs.commons.workflow.bulk.execution.model.Config
Packages that use Config
Package
Description
AEM Workflow APIs
Bulk Execution Model API
-
Uses of Config in com.adobe.acs.commons.workflow.bulk.execution
Methods in com.adobe.acs.commons.workflow.bulk.execution with parameters of type ConfigModifier and TypeMethodDescriptionorg.apache.sling.commons.scheduler.ScheduleOptionsBulkWorkflowRunner.getOptions(Config config) If a non-null value is returned, the result of run(..) will be scheduled to run w these options.BulkWorkflowRunner.getRunnable(Config config) voidBulkWorkflowEngine.initialize(Config config) Initialize the Bulk Workflow Manager jcr:content node and build out the batch structure.voidBulkWorkflowRunner.initialize(QueryHelper queryHelper, Config config) Collects and initializes the Workspace JCR structure with the payload nodes.voidResume as stopped bulk workflow process.voidStart bulk workflow process.voidStop bulk workflow process.voidStopping bulk workflow process. -
Uses of Config in com.adobe.acs.commons.workflow.bulk.execution.impl.runners
Methods in com.adobe.acs.commons.workflow.bulk.execution.impl.runners with parameters of type ConfigModifier and TypeMethodDescriptionorg.apache.sling.commons.scheduler.ScheduleOptionsAEMTransientWorkflowRunnerImpl.getOptions(Config config) org.apache.sling.commons.scheduler.ScheduleOptionsAEMWorkflowRunnerImpl.getOptions(Config config) org.apache.sling.commons.scheduler.ScheduleOptionsFastActionManagerRunnerImpl.getOptions(Config config) org.apache.sling.commons.scheduler.ScheduleOptionsSyntheticWorkflowRunnerImpl.getOptions(Config config) AEMTransientWorkflowRunnerImpl.getRunnable(Config config) AEMWorkflowRunnerImpl.getRunnable(Config config) final RunnableFastActionManagerRunnerImpl.getRunnable(Config config) final RunnableSyntheticWorkflowRunnerImpl.getRunnable(Config config) voidAbstractWorkflowRunner.initialize(QueryHelper queryHelper, Config config) Collects and initializes the Workspace JCR structure with the payload nodes.voidFastActionManagerRunnerImpl.initialize(QueryHelper queryHelper, Config config) Constructors in com.adobe.acs.commons.workflow.bulk.execution.impl.runners with parameters of type ConfigModifierConstructorDescriptionAEMWorkflowRunnable(Config config, org.apache.sling.commons.scheduler.Scheduler scheduler, org.apache.sling.api.resource.ResourceResolverFactory resourceResolverFactory, com.day.cq.workflow.WorkflowService workflowService) -
Uses of Config in com.adobe.acs.commons.workflow.bulk.execution.model
Methods in com.adobe.acs.commons.workflow.bulk.execution.model that return Config