Class AuthorizableAction
java.lang.Object
org.kuali.rice.kew.framework.document.security.AuthorizableAction
Encapsulates the type of authorization check the DocumentTypeAuthorizer is making.
- Since:
- 2.1.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe authorization check type: either a document action, initiation, or super user approve action request check -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ActionTypeThe document ActionType if application (CheckType.ACTION)The CheckType -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizableAction(ActionType actionType) Construct AuthorizableAction for a document actionAuthorizableAction(AuthorizableAction.CheckType checkType) Construct AuthorizableAction for non-action CheckTypeAuthorizableAction(AuthorizableAction.CheckType checkType, ActionType actionType) -
Method Summary
-
Field Details
-
actionType
The document ActionType if application (CheckType.ACTION) -
type
The CheckType
-
-
Constructor Details
-
AuthorizableAction
Construct AuthorizableAction for a document action- Parameters:
actionType- the document action type
-
AuthorizableAction
Construct AuthorizableAction for non-action CheckType- Parameters:
checkType-
-
AuthorizableAction
-