| Package | Description |
|---|---|
| org.kuali.rice.kew.framework.postprocessor | |
| org.kuali.rice.kew.postprocessor |
| Modifier and Type | Method and Description |
|---|---|
ProcessDocReport |
PostProcessor.afterActionTaken(ActionType actionPerformed,
ActionTakenEvent event)
Executed after an action is taken against the document.
|
ProcessDocReport |
PostProcessor.afterProcess(AfterProcessEvent processEvent)
Executed after processing by the workflow engine has completed.
|
ProcessDocReport |
PostProcessor.beforeProcess(BeforeProcessEvent processEvent)
Executed prior to processing by the workflow engine.
|
ProcessDocReport |
PostProcessor.doActionTaken(ActionTakenEvent event)
Executed whenever an action is taken against the document.
|
ProcessDocReport |
PostProcessor.doDeleteRouteHeader(DeleteEvent event)
Executed whenever a deletion of the document is required.
|
ProcessDocReport |
PostProcessor.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
Executed whenever the document transitions from one node to another.
|
ProcessDocReport |
PostProcessor.doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
Executed whenever the status of the document changes.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessDocReport |
DefaultPostProcessor.afterActionTaken(ActionType performed,
ActionTakenEvent event) |
ProcessDocReport |
DefaultPostProcessor.afterProcess(AfterProcessEvent event) |
ProcessDocReport |
DefaultPostProcessor.beforeProcess(BeforeProcessEvent event) |
ProcessDocReport |
DefaultPostProcessor.doActionTaken(ActionTakenEvent event) |
ProcessDocReport |
DefaultPostProcessor.doDeleteRouteHeader(DeleteEvent event) |
ProcessDocReport |
DefaultPostProcessor.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent) |
ProcessDocReport |
DefaultPostProcessor.doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.