public class WorkflowRemover extends ProcessDefinition
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowRemover.ReportColumns |
Modifier and Type | Field and Description |
---|---|
List<String> |
modelIds |
String |
olderThanVal |
List<String> |
payloadPaths |
List<String> |
statuses |
Constructor and Description |
---|
WorkflowRemover(WorkflowInstanceRemover workflowInstanceRemover) |
Modifier and Type | Method and Description |
---|---|
void |
buildProcess(ProcessInstance instance,
org.apache.sling.api.resource.ResourceResolver rr) |
List<String> |
getModelIds() |
Calendar |
getOlderThan() |
List<Pattern> |
getPayloads() |
List<String> |
getStatuses() |
void |
init() |
void |
storeReport(ProcessInstance instance,
org.apache.sling.api.resource.ResourceResolver rr) |
getName, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseInputs
public String olderThanVal
public WorkflowRemover(WorkflowInstanceRemover workflowInstanceRemover)
public void buildProcess(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws org.apache.sling.api.resource.LoginException, javax.jcr.RepositoryException
buildProcess
in class ProcessDefinition
org.apache.sling.api.resource.LoginException
javax.jcr.RepositoryException
public void storeReport(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws javax.jcr.RepositoryException, org.apache.sling.api.resource.PersistenceException
storeReport
in class ProcessDefinition
javax.jcr.RepositoryException
org.apache.sling.api.resource.PersistenceException
public void init() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public Calendar getOlderThan()
Copyright © 2013–2021 Adobe. All rights reserved.