org.kuali.rice.kew.api.document.node
Class RouteNodeInstance

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.node.RouteNodeInstance
All Implemented Interfaces:
Serializable, Identifiable, ModelObjectBasic, ModelObjectComplete, RouteNodeInstanceContract

public final class RouteNodeInstance
extends AbstractDataTransferObject
implements RouteNodeInstanceContract

See Also:
Serialized Form

Nested Class Summary
static class RouteNodeInstance.Builder
          A builder which can be used to construct RouteNodeInstance instances.
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface RouteNodeInstanceContract

getState

public List<RouteNodeInstanceState> getState()
Specified by:
getState in interface RouteNodeInstanceContract

getDocumentId

public String getDocumentId()
Specified by:
getDocumentId in interface RouteNodeInstanceContract

getBranchId

public String getBranchId()
Specified by:
getBranchId in interface RouteNodeInstanceContract

getRouteNodeId

public String getRouteNodeId()
Specified by:
getRouteNodeId in interface RouteNodeInstanceContract

getProcessId

public String getProcessId()
Specified by:
getProcessId in interface RouteNodeInstanceContract

isActive

public boolean isActive()
Specified by:
isActive in interface RouteNodeInstanceContract

isComplete

public boolean isComplete()
Specified by:
isComplete in interface RouteNodeInstanceContract

isInitial

public boolean isInitial()
Specified by:
isInitial in interface RouteNodeInstanceContract

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

getNextNodeInstances

public List<RouteNodeInstance> getNextNodeInstances()
Specified by:
getNextNodeInstances in interface RouteNodeInstanceContract


Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.