Uses of Class
org.kuali.rice.kew.api.action.ActionRequest
Packages that use ActionRequest
Package
Description
-
Uses of ActionRequest in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return types with arguments of type ActionRequestModifier and TypeMethodDescriptionWorkflowDocument.getRootActionRequests()Return the list of root action requests on the document. -
Uses of ActionRequest in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return ActionRequestMethods in org.kuali.rice.kew.api.action that return types with arguments of type ActionRequest -
Uses of ActionRequest in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return types with arguments of type ActionRequestModifier and TypeMethodDescriptionDocumentDetail.Builder.getActionRequests()DocumentDetail.getActionRequests()DocumentDetailContract.getActionRequests()WorkflowDocumentService.getActionRequestsForPrincipalAtNode(String documentId, String nodeName, String principalId) Gets a list of ActionRequests for a given documentId, nodeName and principalIdWorkflowDocumentService.getPendingActionRequests(String documentId) Gets a list of ActionRequests which are pending for a given documentIdWorkflowDocumentService.getRootActionRequests(String documentId) Gets a list of root ActionRequests for a given documentIdMethod parameters in org.kuali.rice.kew.api.document with type arguments of type ActionRequestModifier and TypeMethodDescriptionvoidDocumentDetail.Builder.setActionRequests(List<ActionRequest> actionRequests)