org.kuali.rice.kew.api.document.node
Interface RouteNodeInstanceContract

All Superinterfaces:
Identifiable
All Known Implementing Classes:
RouteNodeInstance, RouteNodeInstance.Builder

public interface RouteNodeInstanceContract
extends Identifiable


Method Summary
 String getBranchId()
           
 String getDocumentId()
           
 String getName()
           
 List<? extends RouteNodeInstanceContract> getNextNodeInstances()
           
 String getProcessId()
           
 String getRouteNodeId()
           
 List<? extends RouteNodeInstanceStateContract> getState()
           
 boolean isActive()
           
 boolean isComplete()
           
 boolean isInitial()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

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()


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