| Package | Description |
|---|---|
| com.adobe.acs.commons.workflow.bulk.removal |
Bulk Workflow Removal.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WorkflowInstanceRemover.removeWorkflowInstances(org.apache.sling.api.resource.ResourceResolver resourceResolver,
Collection<String> modelIds,
Collection<String> statuses,
Collection<Pattern> payloads,
Calendar olderThan)
Removes workflow instances that match the parameter criteria.
|
int |
WorkflowInstanceRemover.removeWorkflowInstances(org.apache.sling.api.resource.ResourceResolver resourceResolver,
Collection<String> modelIds,
Collection<String> statuses,
Collection<Pattern> payloads,
Calendar olderThan,
int batchSize)
Removes workflow instances that match the parameter criteria.
|
int |
WorkflowInstanceRemover.removeWorkflowInstances(org.apache.sling.api.resource.ResourceResolver resourceResolver,
Collection<String> modelIds,
Collection<String> statuses,
Collection<Pattern> payloads,
Calendar olderThan,
int batchSize,
int maxDurationInMins)
Removes workflow instances that match the parameter criteria.
|
Copyright © 2013–2020 Adobe. All rights reserved.