public final class RouteNodeInstance extends AbstractDataTransferObject implements RouteNodeInstanceContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteNodeInstance.Builder
A builder which can be used to construct
RouteNodeInstance instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchId() |
String |
getDocumentId() |
String |
getId()
The unique identifier for an object.
|
String |
getName() |
List<RouteNodeInstance> |
getNextNodeInstances() |
String |
getProcessId() |
String |
getRouteNodeId() |
List<RouteNodeInstanceState> |
getState() |
boolean |
isActive() |
boolean |
isComplete() |
boolean |
isInitial() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getName()
getName in interface RouteNodeInstanceContractpublic List<RouteNodeInstanceState> getState()
getState in interface RouteNodeInstanceContractpublic String getDocumentId()
getDocumentId in interface RouteNodeInstanceContractpublic String getBranchId()
getBranchId in interface RouteNodeInstanceContractpublic String getRouteNodeId()
getRouteNodeId in interface RouteNodeInstanceContractpublic String getProcessId()
getProcessId in interface RouteNodeInstanceContractpublic boolean isActive()
isActive in interface RouteNodeInstanceContractpublic boolean isComplete()
isComplete in interface RouteNodeInstanceContractpublic boolean isInitial()
isInitial in interface RouteNodeInstanceContractpublic String getId()
IdentifiablegetId in interface Identifiablepublic List<RouteNodeInstance> getNextNodeInstances()
getNextNodeInstances in interface RouteNodeInstanceContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.