Interface RouteNodeInstanceContract
- All Superinterfaces:
Identifiable
- All Known Implementing Classes:
RouteNodeInstance,RouteNodeInstance.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()List<? extends RouteNodeInstanceContract> List<? extends RouteNodeInstanceStateContract> getState()booleanisActive()booleanbooleanMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
-
Method Details
-
getDocumentId
String getDocumentId() -
getBranchId
String getBranchId() -
getRouteNodeId
String getRouteNodeId() -
getProcessId
String getProcessId() -
getName
String getName() -
isActive
boolean isActive() -
isComplete
boolean isComplete() -
isInitial
boolean isInitial() -
getState
List<? extends RouteNodeInstanceStateContract> getState() -
getNextNodeInstances
List<? extends RouteNodeInstanceContract> getNextNodeInstances()
-