org.kuali.rice.kew.api.document.node
Class RouteNodeInstance
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
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
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-2012 The Kuali Foundation. All Rights Reserved.