Uses of Class
com.adobe.acs.commons.workflow.bulk.execution.model.PayloadGroup
Packages that use PayloadGroup
Package
Description
Bulk Execution Model API
-
Uses of PayloadGroup in com.adobe.acs.commons.workflow.bulk.execution.impl.runners
Methods in com.adobe.acs.commons.workflow.bulk.execution.impl.runners that return PayloadGroupModifier and TypeMethodDescriptionprotected PayloadGroupAbstractAEMWorkflowRunner.onboardNextPayloadGroup(Workspace workspace, PayloadGroup payloadGroup) Methods in com.adobe.acs.commons.workflow.bulk.execution.impl.runners with parameters of type PayloadGroupModifier and TypeMethodDescriptionprotected PayloadGroupAbstractAEMWorkflowRunner.onboardNextPayloadGroup(Workspace workspace, PayloadGroup payloadGroup) -
Uses of PayloadGroup in com.adobe.acs.commons.workflow.bulk.execution.model
Methods in com.adobe.acs.commons.workflow.bulk.execution.model that return PayloadGroupMethods in com.adobe.acs.commons.workflow.bulk.execution.model that return types with arguments of type PayloadGroupMethods in com.adobe.acs.commons.workflow.bulk.execution.model with parameters of type PayloadGroupModifier and TypeMethodDescriptionvoidWorkspace.addActivePayloadGroup(PayloadGroup payloadGroup) Adds the payload group to the list of active payload groups.booleanWorkspace.isActive(PayloadGroup payloadGroup) voidWorkspace.removeActivePayloadGroup(PayloadGroup payloadGroup) Removes the payload group from the list of active payload groups.