|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.framework.document.security.AuthorizableAction
public class AuthorizableAction
Encapsulates the type of authorization check the DocumentTypeAuthorizer is making.
Nested Class Summary | |
---|---|
static class |
AuthorizableAction.CheckType
The authorization check type: either a document action, initiation, or super user approve action request check |
Field Summary | |
---|---|
ActionType |
actionType
The document ActionType if application (CheckType.ACTION) |
AuthorizableAction.CheckType |
type
The CheckType |
Constructor Summary | |
---|---|
AuthorizableAction(ActionType actionType)
Construct AuthorizableAction for a document action |
|
AuthorizableAction(AuthorizableAction.CheckType checkType)
Construct AuthorizableAction for non-action CheckType |
|
AuthorizableAction(AuthorizableAction.CheckType checkType,
ActionType actionType)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ActionType actionType
public final AuthorizableAction.CheckType type
Constructor Detail |
---|
public AuthorizableAction(ActionType actionType)
actionType
- the document action typepublic AuthorizableAction(AuthorizableAction.CheckType checkType)
checkType
- public AuthorizableAction(AuthorizableAction.CheckType checkType, ActionType actionType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |