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, toString
public String getName()
getName
in interface RouteNodeInstanceContract
public List<RouteNodeInstanceState> getState()
getState
in interface RouteNodeInstanceContract
public String getDocumentId()
getDocumentId
in interface RouteNodeInstanceContract
public String getBranchId()
getBranchId
in interface RouteNodeInstanceContract
public String getRouteNodeId()
getRouteNodeId
in interface RouteNodeInstanceContract
public String getProcessId()
getProcessId
in interface RouteNodeInstanceContract
public boolean isActive()
isActive
in interface RouteNodeInstanceContract
public boolean isComplete()
isComplete
in interface RouteNodeInstanceContract
public boolean isInitial()
isInitial
in interface RouteNodeInstanceContract
public String getId()
Identifiable
getId
in interface Identifiable
public List<RouteNodeInstance> getNextNodeInstances()
getNextNodeInstances
in interface RouteNodeInstanceContract
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.