Uses of Class
org.kuali.rice.kew.api.action.ReturnPoint
Packages that use ReturnPoint
-
Uses of ReturnPoint in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type ReturnPointModifier and TypeMethodDescriptionvoidWorkflowDocument.returnToPreviousNode(String annotation, ReturnPoint returnPoint) Returns the document to a previous node; commits updates.voidWorkflowDocument.superUserReturnToPreviousNode(ReturnPoint returnPoint, String annotation) Performs a super-user "return to previous node" action; commits updates. -
Uses of ReturnPoint in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return ReturnPointMethods in org.kuali.rice.kew.api.action with parameters of type ReturnPointModifier and TypeMethodDescriptionWorkflowDocumentActionsService.returnToPreviousNode(DocumentActionParameters parameters, ReturnPoint returnPoint) Triggers the execution of aActionType.RETURN_TO_PREVIOUSaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserReturnToPreviousNode(DocumentActionParameters parameters, boolean executePostProcessor, ReturnPoint returnPoint) Triggers the execution of aActionType.SU_RETURN_TO_PREVIOUSaction for the given principal and document specified in the supplied parameters.