Uses of Class
org.kuali.rice.kew.api.action.RequestedActions
Packages that use RequestedActions
-
Uses of RequestedActions in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return RequestedActionsModifier and TypeMethodDescriptionWorkflowDocument.getRequestedActions()Returns the list of requested actions on this document for the current user -
Uses of RequestedActions in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return RequestedActionsModifier and TypeMethodDescriptionstatic RequestedActionsRequestedActions.create(boolean completeRequested, boolean approveRequested, boolean acknowledgeRequested, boolean fyiRequested) WorkflowDocumentActionsService.determineRequestedActions(String documentId, String principalId) Determines which actions are requested against the document with the given id for the principal with the given id.DocumentActionResult.getRequestedActions()Methods in org.kuali.rice.kew.api.action with parameters of type RequestedActionsModifier and TypeMethodDescriptionstatic DocumentActionResultDocumentActionResult.create(Document document, ValidActions validActions, RequestedActions requestedActions)