| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.action |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowDocument.isValidAction(ActionType actionType)
Returns whether the specified action type is valid
|
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
ActionType.fromCode(String code) |
static ActionType |
ActionType.fromCode(String code,
boolean allowMissing) |
static ActionType |
ActionType.fromCodeOrLabel(String str) |
static ActionType |
ActionType.fromLabel(String label) |
ActionType |
ActionInvocation.getAction() |
ActionType |
ActionTakenContract.getActionTaken() |
ActionType |
ActionTaken.getActionTaken() |
ActionType |
ActionTaken.Builder.getActionTaken() |
static ActionType |
ActionType.toSuperUserActionType(ActionType at)
Converts a non-super-user ActionType to its SuperUser equivalent
|
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ActionType> |
ValidActions.getValidActions() |
Set<ActionType> |
ValidActions.Builder.getValidActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidActions.Builder.addValidAction(ActionType validAction) |
static ActionInvocation |
ActionInvocation.create(ActionType action,
String actionItemId)
Creates a new
ActionInvocation which indicates that the specified action should be executed against the
action item with the given id. |
static ActionTaken.Builder |
ActionTaken.Builder.create(String id,
String documentId,
String principalId,
ActionType actionTaken) |
void |
ActionTaken.Builder.setActionTaken(ActionType actionTaken) |
static ActionType |
ActionType.toSuperUserActionType(ActionType at)
Converts a non-super-user ActionType to its SuperUser equivalent
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidActions.Builder.setValidActions(Set<ActionType> validActions) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.