Uses of Enum Class
org.kuali.rice.kew.api.action.ActionType
Packages that use ActionType
-
Uses of ActionType in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type ActionTypeModifier and TypeMethodDescriptionbooleanWorkflowDocument.isValidAction(ActionType actionType) Returns whether the specified action type is valid -
Uses of ActionType in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypestatic ActionTypestatic ActionTypeActionType.fromCodeOrLabel(String str) static ActionTypeActionInvocation.getAction()ActionTaken.Builder.getActionTaken()ActionTaken.getActionTaken()ActionTakenContract.getActionTaken()static ActionTypeActionType.toSuperUserActionType(ActionType at) Converts a non-super-user ActionType to its SuperUser equivalentstatic ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kew.api.action that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionValidActions.Builder.getValidActions()ValidActions.getValidActions()Methods in org.kuali.rice.kew.api.action with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidValidActions.Builder.addValidAction(ActionType validAction) static ActionInvocationActionInvocation.create(ActionType action, String actionItemId) Creates a newActionInvocationwhich indicates that the specified action should be executed against the action item with the given id.static ActionTaken.BuilderActionTaken.Builder.create(String id, String documentId, String principalId, ActionType actionTaken) voidActionTaken.Builder.setActionTaken(ActionType actionTaken) static ActionTypeActionType.toSuperUserActionType(ActionType at) Converts a non-super-user ActionType to its SuperUser equivalentMethod parameters in org.kuali.rice.kew.api.action with type arguments of type ActionTypeModifier and TypeMethodDescriptionvoidValidActions.Builder.setValidActions(Set<ActionType> validActions)