T
- The Workflow specific type which should be provided during the callbackpublic interface QualifiedWorkflowCallbackHandler<T extends Workflow>
WorkflowPersistenceManager
callback handler interface which can be used to perform Workflow based
post-processing (like publishing) during a WorkflowPersistenceManager update call.Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getWorkflowType() |
void |
processWorkflow(T workflow)
The callback method called by the WorkflowPersistenceManager during an update call, after the update already
has been performed and saved.
|
Class<? extends T> getWorkflowType()
void processWorkflow(T workflow) throws Exception
workflow
- The Workflow instance retrieved for the updateException
- To report back any exception to the WorkflowPersistenceManager invoking process.Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.