public class AuthorizableAction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthorizableAction.CheckType
The authorization check type: either a document action, initiation,
or super user approve action request check
|
Modifier and Type | Field and Description |
---|---|
ActionType |
actionType
The document ActionType if application (CheckType.ACTION)
|
AuthorizableAction.CheckType |
type
The CheckType
|
Constructor and Description |
---|
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) |
public final ActionType actionType
public final AuthorizableAction.CheckType type
public AuthorizableAction(ActionType actionType)
actionType
- the document action typepublic AuthorizableAction(AuthorizableAction.CheckType checkType)
checkType
- public AuthorizableAction(AuthorizableAction.CheckType checkType, ActionType actionType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.