| 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.
|
| org.kuali.rice.kew.api.document |
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 |
|---|---|
List<ActionRequest> |
WorkflowDocument.getRootActionRequests()
Return the list of root action requests on the document.
|
| Modifier and Type | Method and Description |
|---|---|
ActionRequest |
ActionRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionRequest> |
ActionRequest.flatten() |
List<ActionRequest> |
ActionRequest.getChildRequests() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionRequest> |
DocumentDetailContract.getActionRequests() |
List<ActionRequest> |
DocumentDetail.getActionRequests() |
List<ActionRequest> |
DocumentDetail.Builder.getActionRequests() |
List<ActionRequest> |
WorkflowDocumentService.getActionRequestsForPrincipalAtNode(String documentId,
String nodeName,
String principalId)
Gets a list of ActionRequests for a given documentId, nodeName and principalId
|
List<ActionRequest> |
WorkflowDocumentService.getPendingActionRequests(String documentId)
Gets a list of ActionRequests which are pending for a given documentId
|
List<ActionRequest> |
WorkflowDocumentService.getRootActionRequests(String documentId)
Gets a list of root ActionRequests for a given documentId
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDetail.Builder.setActionRequests(List<ActionRequest> actionRequests) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.