| Package | Description |
|---|---|
| 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 |
|---|---|
static RecipientType |
RecipientType.fromCode(String code) |
RecipientType |
ActionRequestContract.getRecipientType() |
RecipientType |
ActionRequest.getRecipientType() |
RecipientType |
ActionRequest.Builder.getRecipientType() |
static RecipientType |
RecipientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecipientType[] |
RecipientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionRequest.Builder |
ActionRequest.Builder.create(String id,
ActionRequestType actionRequested,
ActionRequestStatus status,
String responsibilityId,
String documentId,
RecipientType recipientType) |
void |
ActionRequest.Builder.setRecipientType(RecipientType recipientType) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.