| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionRequestStatus |
ActionRequestStatus.fromCode(String code) |
ActionRequestStatus |
ActionRequestContract.getStatus() |
ActionRequestStatus |
ActionRequest.getStatus() |
ActionRequestStatus |
ActionRequest.Builder.getStatus() |
static ActionRequestStatus |
ActionRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequestStatus[] |
ActionRequestStatus.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.setStatus(ActionRequestStatus status) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.