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

Packages that use RouteNodeInstance
org.kuali.rice.kew.api Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.document Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.document.node Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.engine.node   
org.kuali.rice.kew.impl.document   
 

Uses of RouteNodeInstance in org.kuali.rice.kew.api
 

Methods in org.kuali.rice.kew.api that return types with arguments of type RouteNodeInstance
 List<RouteNodeInstance> WorkflowDocument.getActiveRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocument.getCurrentRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocument.getRouteNodeInstances()
           
 

Uses of RouteNodeInstance in org.kuali.rice.kew.api.document
 

Methods in org.kuali.rice.kew.api.document that return RouteNodeInstance
 RouteNodeInstance WorkflowDocumentService.getRouteNodeInstance(String routeNodeInstanceId)
          Gets a RouteNodeInstance with the given nodeInstanceId
 

Methods in org.kuali.rice.kew.api.document that return types with arguments of type RouteNodeInstance
 List<RouteNodeInstance> WorkflowDocumentService.getActiveRouteNodeInstances(String documentId)
          Gets a list of active RouteNodeInstance for a Document with the given documentId
 List<RouteNodeInstance> WorkflowDocumentService.getCurrentRouteNodeInstances(String documentId)
          Gets a list of current RouteNodeInstances for a Document with the given documentId
 List<RouteNodeInstance> DocumentDetailContract.getRouteNodeInstances()
           
 List<RouteNodeInstance> DocumentDetail.getRouteNodeInstances()
           
 List<RouteNodeInstance> DocumentDetail.Builder.getRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocumentService.getRouteNodeInstances(String documentId)
          Gets a list of all RouteNodeInstance for a Document with the given documentId
 List<RouteNodeInstance> WorkflowDocumentService.getTerminalRouteNodeInstances(String documentId)
          Gets a list of terminal RouteNodeInstances for a Document with the given documentId
 

Method parameters in org.kuali.rice.kew.api.document with type arguments of type RouteNodeInstance
 void DocumentDetail.Builder.setRouteNodeInstances(List<RouteNodeInstance> routeNodeInstances)
           
 

Uses of RouteNodeInstance in org.kuali.rice.kew.api.document.node
 

Methods in org.kuali.rice.kew.api.document.node that return RouteNodeInstance
 RouteNodeInstance RouteNodeInstance.Builder.build()
           
 

Methods in org.kuali.rice.kew.api.document.node that return types with arguments of type RouteNodeInstance
 List<RouteNodeInstance> RouteNodeInstance.getNextNodeInstances()
           
 

Uses of RouteNodeInstance in org.kuali.rice.kew.engine.node
 

Methods in org.kuali.rice.kew.engine.node that return RouteNodeInstance
static RouteNodeInstance RouteNodeInstance.to(RouteNodeInstance routeNodeInstance)
           
 

Uses of RouteNodeInstance in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document that return RouteNodeInstance
 RouteNodeInstance WorkflowDocumentServiceImpl.getRouteNodeInstance(String nodeInstanceId)
           
 

Methods in org.kuali.rice.kew.impl.document that return types with arguments of type RouteNodeInstance
 List<RouteNodeInstance> WorkflowDocumentImpl.getActiveRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocumentServiceImpl.getActiveRouteNodeInstances(String documentId)
           
 List<RouteNodeInstance> WorkflowDocumentImpl.getCurrentRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocumentServiceImpl.getCurrentRouteNodeInstances(String documentId)
           
 List<RouteNodeInstance> WorkflowDocumentImpl.getRouteNodeInstances()
           
 List<RouteNodeInstance> WorkflowDocumentServiceImpl.getRouteNodeInstances(String documentId)
           
 List<RouteNodeInstance> WorkflowDocumentServiceImpl.getTerminalRouteNodeInstances(String documentId)
           
 



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