| Package | Description |
|---|---|
| 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.
|
| org.kuali.rice.kew.api.peopleflow |
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 |
|---|---|
static ActionRequestPolicy |
ActionRequestPolicy.fromCode(String code) |
ActionRequestPolicy |
ActionRequestContract.getRequestPolicy() |
ActionRequestPolicy |
ActionRequest.getRequestPolicy() |
ActionRequestPolicy |
ActionRequest.Builder.getRequestPolicy() |
static ActionRequestPolicy |
ActionRequestPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequestPolicy[] |
ActionRequestPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequest.Builder.setRequestPolicy(ActionRequestPolicy requestPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ActionRequestPolicy |
PeopleFlowMemberContract.getActionRequestPolicy()
Returns the action request policy to use for this people flow member.
|
ActionRequestPolicy |
PeopleFlowMember.getActionRequestPolicy() |
ActionRequestPolicy |
PeopleFlowMember.Builder.getActionRequestPolicy() |
ActionRequestPolicy |
PeopleFlowDelegateContract.getActionRequestPolicy()
Returns the action request policy to use for this people flow member.
|
ActionRequestPolicy |
PeopleFlowDelegate.getActionRequestPolicy() |
ActionRequestPolicy |
PeopleFlowDelegate.Builder.getActionRequestPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeopleFlowMember.Builder.setActionRequestPolicy(ActionRequestPolicy actionRequestPolicy) |
void |
PeopleFlowDelegate.Builder.setActionRequestPolicy(ActionRequestPolicy actionRequestPolicy) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.