public interface RouteNodeInstanceContract extends Identifiable
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchId() |
String |
getDocumentId() |
String |
getName() |
List<? extends RouteNodeInstanceContract> |
getNextNodeInstances() |
String |
getProcessId() |
String |
getRouteNodeId() |
List<? extends RouteNodeInstanceStateContract> |
getState() |
boolean |
isActive() |
boolean |
isComplete() |
boolean |
isInitial() |
getIdString getDocumentId()
String getBranchId()
String getRouteNodeId()
String getProcessId()
boolean isActive()
boolean isComplete()
boolean isInitial()
List<? extends RouteNodeInstanceStateContract> getState()
List<? extends RouteNodeInstanceContract> getNextNodeInstances()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.