| 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.doctype |
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.document |
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.document.node |
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 |
|---|---|
List<RouteNodeInstance> |
WorkflowDocument.getActiveRouteNodeInstances()
Returns the list of active route node instances
|
List<RouteNodeInstance> |
WorkflowDocument.getCurrentRouteNodeInstances()
Returns the list of active route node instances
|
List<RouteNodeInstance> |
WorkflowDocument.getRouteNodeInstances()
Returns the flattened list of route node instances
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentTypeService.canSuperUserApproveDocument(String principalId,
String documentTypeName,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
boolean |
DocumentTypeService.canSuperUserApproveSingleActionRequest(String principalId,
String documentTypeName,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
boolean |
DocumentTypeService.canSuperUserDisapproveDocument(String principalId,
String documentTypeName,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
RouteNodeInstance |
WorkflowDocumentService.getRouteNodeInstance(String routeNodeInstanceId)
Gets a
RouteNodeInstance with the given nodeInstanceId |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNodeInstance> |
WorkflowDocumentService.getActiveRouteNodeInstances(String documentId)
Gets a list of active
RouteNodeInstance for a Document with the given documentId |
List<RouteNodeInstance> |
WorkflowDocumentService.getCurrentRouteNodeInstances(String documentId)
Gets a list of current
RouteNodeInstances for a Document with the given documentId |
List<RouteNodeInstance> |
DocumentDetailContract.getRouteNodeInstances() |
List<RouteNodeInstance> |
DocumentDetail.getRouteNodeInstances() |
List<RouteNodeInstance> |
DocumentDetail.Builder.getRouteNodeInstances() |
List<RouteNodeInstance> |
WorkflowDocumentService.getRouteNodeInstances(String documentId)
Gets a list of all
RouteNodeInstance for a Document with the given documentId |
List<RouteNodeInstance> |
WorkflowDocumentService.getTerminalRouteNodeInstances(String documentId)
Gets a list of terminal
RouteNodeInstances for a Document with the given documentId |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDetail.Builder.setRouteNodeInstances(List<RouteNodeInstance> routeNodeInstances) |
| Modifier and Type | Method and Description |
|---|---|
RouteNodeInstance |
RouteNodeInstance.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNodeInstance> |
RouteNodeInstance.getNextNodeInstances() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.