Uses of Class
org.kuali.rice.kew.postprocessor.DocumentRouteLevelChange

Packages that use DocumentRouteLevelChange
org.kuali.rice.kew.dto   
org.kuali.rice.kew.engine   
org.kuali.rice.kew.postprocessor   
org.kuali.rice.kew.rule   
 

Uses of DocumentRouteLevelChange in org.kuali.rice.kew.dto
 

Methods in org.kuali.rice.kew.dto with parameters of type DocumentRouteLevelChange
static DocumentRouteLevelChangeDTO DTOConverter.convertDocumentRouteLevelChange(DocumentRouteLevelChange routeLevelChange)
           
 

Uses of DocumentRouteLevelChange in org.kuali.rice.kew.engine
 

Methods in org.kuali.rice.kew.engine with parameters of type DocumentRouteLevelChange
private  DocumentRouteHeaderValue StandardWorkflowEngine.notifyPostProcessor(DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance, DocumentRouteLevelChange event)
          TODO in some cases, someone may modify the route header in the post processor, if we don't save before and reload after we will get an optimistic lock exception, we need to work on a better solution for this! TODO get the routeContext in this method - it should be a better object than the nodeInstance
 

Uses of DocumentRouteLevelChange in org.kuali.rice.kew.postprocessor
 

Methods in org.kuali.rice.kew.postprocessor with parameters of type DocumentRouteLevelChange
 ProcessDocReport PostProcessor.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
          Executed whenever the document transitions from one node to another.
 ProcessDocReport PostProcessorRemoteAdapter.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
           
 ProcessDocReport DefaultPostProcessor.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
           
 

Uses of DocumentRouteLevelChange in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule with parameters of type DocumentRouteLevelChange
 ProcessDocReport RulePostProcessor.doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.