org.kuali.rice.edl.framework.workflow
Class EDocLiteDatabasePostProcessor
java.lang.Object
   org.kuali.rice.kew.postprocessor.DefaultPostProcessor
org.kuali.rice.kew.postprocessor.DefaultPostProcessor
       org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
           org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor
org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor
- All Implemented Interfaces: 
- PostProcessor
- public class EDocLiteDatabasePostProcessor 
- extends EDocLitePostProcessor
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EDocLiteDatabasePostProcessor
public EDocLiteDatabasePostProcessor()
doRouteStatusChange
public ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange event)
                                     throws RemoteException
- Description copied from interface: PostProcessor
- Executed whenever the status of the document changes.
 
- 
- Specified by:
- doRouteStatusChangein interface- PostProcessor
- Overrides:
- doRouteStatusChangein class- EDocLitePostProcessor
 
- 
- Returns:
- ProcessDocReport indicating if the status change succeeded
- Throws:
- RemoteException
 
doActionTaken
public ProcessDocReport doActionTaken(ActionTakenEvent event)
                               throws RemoteException
- Description copied from interface: PostProcessor
- Executed whenever an action is taken against the document.
 
- 
- Specified by:
- doActionTakenin interface- PostProcessor
- Overrides:
- doActionTakenin class- EDocLitePostProcessor
 
- 
- Returns:
- ProcessDocReport indicating whether or not the action should succeed
- Throws:
- RemoteException
 
doDeleteRouteHeader
public ProcessDocReport doDeleteRouteHeader(DeleteEvent event)
                                     throws RemoteException
- Description copied from interface: PostProcessor
- Executed whenever a deletion of the document is required.
 
- 
- Specified by:
- doDeleteRouteHeaderin interface- PostProcessor
- Overrides:
- doDeleteRouteHeaderin class- EDocLitePostProcessor
 
- 
- Returns:
- ProcessDocReport indicating if the deletion should be permitted to occur or not
- Throws:
- RemoteException
 
doRouteLevelChange
public ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange event)
                                    throws RemoteException
- Description copied from interface: PostProcessor
- Executed whenever the document transitions from one node to another.
 
- 
- Specified by:
- doRouteLevelChangein interface- PostProcessor
- Overrides:
- doRouteLevelChangein class- EDocLitePostProcessor
 
- 
- Returns:
- ProcessDocReport indicating if the node transition succeeded
- Throws:
- RemoteException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.