Interface BulkWorkflowEngine
@ProviderType
public interface BulkWorkflowEngine
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Config config) Initialize the Bulk Workflow Manager jcr:content node and build out the batch structure.voidResume as stopped bulk workflow process.voidStart bulk workflow process.voidStop bulk workflow process.voidStopping bulk workflow process.
-
Field Details
-
SLING_RESOURCE_TYPE
- See Also:
-
-
Method Details
-
initialize
void initialize(Config config) throws org.apache.sling.api.resource.PersistenceException, javax.jcr.RepositoryException Initialize the Bulk Workflow Manager jcr:content node and build out the batch structure.- Parameters:
config- bulk workflow manager config obj- Throws:
org.apache.sling.api.resource.PersistenceExceptionjavax.jcr.RepositoryException
-
start
Start bulk workflow process.- Parameters:
config- bulk workflow manager config obj- Throws:
org.apache.sling.api.resource.PersistenceException
-
stop
Stop bulk workflow process.- Parameters:
config- bulk workflow manager config obj- Throws:
org.apache.sling.api.resource.PersistenceException
-
stopping
Stopping bulk workflow process.- Parameters:
config- bulk workflow manager config obj- Throws:
org.apache.sling.api.resource.PersistenceException
-
resume
Resume as stopped bulk workflow process.- Parameters:
config- bulk workflow manager config obj- Throws:
org.apache.sling.api.resource.PersistenceException
-