@ProviderType
public interface BulkWorkflowEngine
| Modifier and Type | Field and Description |
|---|---|
static String |
SLING_RESOURCE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Config config)
Initialize the Bulk Workflow Manager jcr:content node and build out the batch structure.
|
void |
resume(Config config)
Resume as stopped bulk workflow process.
|
void |
start(Config config)
Start bulk workflow process.
|
void |
stop(Config config)
Stop bulk workflow process.
|
void |
stopping(Config config)
Stopping bulk workflow process.
|
static final String SLING_RESOURCE_TYPE
void initialize(Config config) throws org.apache.sling.api.resource.PersistenceException, javax.jcr.RepositoryException
config - bulk workflow manager config objorg.apache.sling.api.resource.PersistenceExceptionjavax.jcr.RepositoryExceptionvoid start(Config config) throws org.apache.sling.api.resource.PersistenceException
config - bulk workflow manager config objorg.apache.sling.api.resource.PersistenceExceptionvoid stop(Config config) throws org.apache.sling.api.resource.PersistenceException
config - bulk workflow manager config objorg.apache.sling.api.resource.PersistenceExceptionvoid stopping(Config config) throws org.apache.sling.api.resource.PersistenceException
config - bulk workflow manager config objorg.apache.sling.api.resource.PersistenceExceptionvoid resume(Config config) throws org.apache.sling.api.resource.PersistenceException
config - bulk workflow manager config objorg.apache.sling.api.resource.PersistenceExceptionCopyright © 2013–2020 Adobe. All rights reserved.