| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2016 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-2016 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 |
|---|---|
void |
WorkflowDocument.adHocToGroup(ActionRequestType actionRequested,
String annotation,
String targetGroupId,
String responsibilityDescription,
boolean forceAction)
Sends an "ad-hoc" action request to the specified group; commits updates.
|
void |
WorkflowDocument.adHocToGroup(ActionRequestType actionRequested,
String nodeName,
String annotation,
String targetGroupId,
String responsibilityDescription,
boolean forceAction)
Sends an "ad-hoc" action request to the specified group; commits updates.
|
void |
WorkflowDocument.adHocToGroup(ActionRequestType actionRequested,
String nodeName,
String annotation,
String targetGroupId,
String responsibilityDescription,
boolean forceAction,
String requestLabel)
Sends an "ad-hoc" action request to the specified principal; commits updates.
|
void |
WorkflowDocument.adHocToPrincipal(ActionRequestType actionRequested,
String annotation,
String targetPrincipalId,
String responsibilityDescription,
boolean forceAction)
Sends an "ad-hoc" action request to the specified principal; commits updates.
|
void |
WorkflowDocument.adHocToPrincipal(ActionRequestType actionRequested,
String nodeName,
String annotation,
String targetPrincipalId,
String responsibilityDescription,
boolean forceAction)
Sends an "ad-hoc" action request to the specified principal; commits updates.
|
void |
WorkflowDocument.adHocToPrincipal(ActionRequestType actionRequested,
String nodeName,
String annotation,
String targetPrincipalId,
String responsibilityDescription,
boolean forceAction,
String requestLabel)
Sends an "ad-hoc" action request to the specified principal; commits updates.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionRequestType |
ActionRequestType.fromCode(String code) |
ActionRequestType |
ActionRequestContract.getActionRequested() |
ActionRequestType |
ActionRequest.getActionRequested() |
ActionRequestType |
ActionRequest.Builder.getActionRequested() |
static ActionRequestType |
ActionRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequestType[] |
ActionRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ActionRequestType> |
RequestedActions.getRequestedActions()
Returns a Set of
ActionRequestTypes which indicate the actions which have been requested. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestedActions.contains(ActionRequestType actionRequestType)
Returns true if this set of requested actions contains the given action request type.
|
static AdHocToPrincipal_v2_1_2.Builder |
AdHocToPrincipal_v2_1_2.Builder.create(ActionRequestType actionRequested,
String nodeName,
String targetPrincipalId) |
static AdHocToPrincipal.Builder |
AdHocToPrincipal.Builder.create(ActionRequestType actionRequested,
String nodeName,
String targetPrincipalId) |
static AdHocToGroup_v2_1_2.Builder |
AdHocToGroup_v2_1_2.Builder.create(ActionRequestType actionRequested,
String nodeName,
String targetGroupId) |
static AdHocToGroup.Builder |
AdHocToGroup.Builder.create(ActionRequestType actionRequested,
String nodeName,
String targetGroupId) |
static ActionRequest.Builder |
ActionRequest.Builder.create(String id,
ActionRequestType actionRequested,
ActionRequestStatus status,
String responsibilityId,
String documentId,
RecipientType recipientType) |
void |
ActionRequest.Builder.setActionRequested(ActionRequestType actionRequested) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.