Uses of Class
org.kuali.rice.kew.api.action.ActionTaken
Packages that use ActionTaken
Package
Description
-
Uses of ActionTaken in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return types with arguments of type ActionTakenModifier and TypeMethodDescriptionWorkflowDocument.getActionsTaken()Return the list of past actions taken on the document -
Uses of ActionTaken in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return ActionTaken -
Uses of ActionTaken in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return types with arguments of type ActionTakenModifier and TypeMethodDescriptionWorkflowDocumentService._getActionsTaken(String documentId) Deprecated.mistaken operation name...use getActionsTaken insteadDocumentDetail.Builder.getActionsTaken()DocumentDetail.getActionsTaken()DocumentDetailContract.getActionsTaken()WorkflowDocumentService.getActionsTaken(String documentId) Gets a list of pastActionTakenof aDocumentwith the given documentIdWorkflowDocumentService.getAllActionsTaken(String documentId) Gets a list of allActionTakenof aDocumentwith the given documentIdMethod parameters in org.kuali.rice.kew.api.document with type arguments of type ActionTakenModifier and TypeMethodDescriptionvoidDocumentDetail.Builder.setActionsTaken(List<ActionTaken> actionsTaken)