Class BulkWorkflow
java.lang.Object
com.adobe.acs.commons.mcp.ProcessDefinition
com.adobe.acs.commons.mcp.impl.processes.BulkWorkflow
- All Implemented Interfaces:
FormProcessor,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBulkWorkflow(QueryHelper queryHelper, SyntheticWorkflowRunner syntheticWorkflowRunner) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildProcess(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) voidinit()protected voidvoidprocessPayloads(ActionManager manager) protected voidqueryPayloads(ActionManager manager) protected voidrecord(String path, BulkWorkflow.ItemStatus status, long timeTaken) voidstoreReport(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver resourceResolver) Methods inherited from class com.adobe.acs.commons.mcp.ProcessDefinition
getName, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.adobe.acs.commons.mcp.form.FormProcessor
parseInputs
-
Field Details
-
PROCESS_NAME
- See Also:
-
workflowId
-
queryLanguage
-
queryStatement
-
relativePayloadPath
-
-
Constructor Details
-
BulkWorkflow
-
-
Method Details
-
buildProcess
public void buildProcess(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws org.apache.sling.api.resource.LoginException - Specified by:
buildProcessin classProcessDefinition- Throws:
org.apache.sling.api.resource.LoginException
-
queryPayloads
- Throws:
Exception
-
prepareSyntheticWorkflowModel
- Throws:
Exception
-
processPayloads
- Throws:
Exception
-
getReport
-
init
public void init() throws javax.jcr.RepositoryException- Specified by:
initin interfaceFormProcessor- Throws:
javax.jcr.RepositoryException
-
record
-
storeReport
public void storeReport(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver resourceResolver) throws javax.jcr.RepositoryException, org.apache.sling.api.resource.PersistenceException - Specified by:
storeReportin classProcessDefinition- Throws:
javax.jcr.RepositoryExceptionorg.apache.sling.api.resource.PersistenceException
-