public class DocumentRoutingWorkflowInstancesCleanup extends Object implements PostCommitEventListener
Modifier and Type | Field and Description |
---|---|
static String |
CLEANUP_WORKFLOW_EVENT_NAME |
static String |
CLEANUP_WORKFLOW_INSTANCES_BATCH_SIZE_PROPERTY |
static String |
CLEANUP_WORKFLOW_INSTANCES_PROPERTY |
static String |
CLEANUP_WORKFLOW_REPO_NAME_PROPERTY |
Constructor and Description |
---|
DocumentRoutingWorkflowInstancesCleanup() |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(EventBundle events)
Handles the set of events that were raised during the life of an user operation.
|
public static final String CLEANUP_WORKFLOW_INSTANCES_PROPERTY
public static final String CLEANUP_WORKFLOW_INSTANCES_BATCH_SIZE_PROPERTY
public static final String CLEANUP_WORKFLOW_REPO_NAME_PROPERTY
public static final String CLEANUP_WORKFLOW_EVENT_NAME
public DocumentRoutingWorkflowInstancesCleanup()
public void handleEvent(EventBundle events)
PostCommitEventListener
The events are fired as a BundleEvent
after the transaction is committed.
handleEvent
in interface PostCommitEventListener
events
- the events to handleCopyright © 2018 Nuxeo. All rights reserved.