Uses of Class
org.kuali.rice.kew.api.action.ValidActions
Packages that use ValidActions
-
Uses of ValidActions in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return ValidActionsModifier and TypeMethodDescriptionWorkflowDocument.getValidActions()Returns the list of valid actions on this document for the current user -
Uses of ValidActions in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return ValidActionsModifier and TypeMethodDescriptionValidActions.Builder.build()WorkflowDocumentActionsService.determineValidActions(String documentId, String principalId) Determines which actions against the document with the given id are valid for the principal with the given id.DocumentActionResult.getValidActions()Methods in org.kuali.rice.kew.api.action with parameters of type ValidActionsModifier and TypeMethodDescriptionstatic DocumentActionResultDocumentActionResult.create(Document document, ValidActions validActions, RequestedActions requestedActions)