Uses of Class
com.adobe.acs.commons.workflow.bulk.execution.model.Payload
Packages that use Payload
Package
Description
AEM Workflow APIs
Bulk Execution Model API
-
Uses of Payload in com.adobe.acs.commons.workflow.bulk.execution
Methods in com.adobe.acs.commons.workflow.bulk.execution with parameters of type PayloadModifier and TypeMethodDescriptionvoidMarks a payload as being completed.voidBulkWorkflowRunner.forceTerminate(Workspace workspace, Payload payload) Marks a payload being force terminated.voidProcesses a payload under the Workspace. -
Uses of Payload in com.adobe.acs.commons.workflow.bulk.execution.impl.runners
Methods in com.adobe.acs.commons.workflow.bulk.execution.impl.runners that return PayloadModifier and TypeMethodDescriptionprotected PayloadAbstractAEMWorkflowRunner.onboardNextPayload(Workspace workspace) Methods in com.adobe.acs.commons.workflow.bulk.execution.impl.runners with parameters of type PayloadModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidabstract voidAbstractWorkflowRunner.forceTerminate(Workspace workspace, Payload payload) voidAEMTransientWorkflowRunnerImpl.forceTerminate(Workspace workspace, Payload payload) voidAEMWorkflowRunnerImpl.forceTerminate(Workspace workspace, Payload payload) voidFastActionManagerRunnerImpl.forceTerminate(Workspace workspace, Payload payload) voidSyntheticWorkflowRunnerImpl.forceTerminate(Workspace workspace, Payload payload) voidvoidvoid -
Uses of Payload in com.adobe.acs.commons.workflow.bulk.execution.model
Methods in com.adobe.acs.commons.workflow.bulk.execution.model that return PayloadMethods in com.adobe.acs.commons.workflow.bulk.execution.model that return types with arguments of type PayloadMethods in com.adobe.acs.commons.workflow.bulk.execution.model with parameters of type PayloadModifier and TypeMethodDescriptionvoidWorkspace.addActivePayload(Payload payload) Internal logic proxiesvoidWorkspace.addFailure(Payload payload) voidWorkspace.removeActivePayload(Payload payload) Method parameters in com.adobe.acs.commons.workflow.bulk.execution.model with type arguments of type Payload