Class PayloadGroup
java.lang.Object
com.adobe.acs.commons.workflow.bulk.execution.model.PayloadGroup
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public class PayloadGroup
extends Object
-
Field Details
-
PN_NEXT
- See Also:
-
-
Constructor Details
-
PayloadGroup
public PayloadGroup(org.apache.sling.api.resource.Resource resource)
-
-
Method Details
-
getPath
- Returns:
- the JCR path of the PayloadGroup resource.
-
getDereferencedPath
-
getWorkspace
- Returns:
- the Workspace this payload group belongs to.
-
getNextPayloadGroup
- Returns:
- the next payload group to process. null if no more payload groups to process left.
-
getNext
-
getPayloads
- Returns:
- list of all the Payloads in the PayloadGroup.
-
getNextPayload
- Returns:
- the next payload eligible for processing. null if none exist.
-
isLast
public boolean isLast()- Returns:
- true if this is the last PayloadGroup
-
dereference
-
reference
-