Uses of Class
org.kuali.rice.kew.api.document.node.RouteNodeInstance
Packages that use RouteNodeInstance
Package
Description
-
Uses of RouteNodeInstance in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return types with arguments of type RouteNodeInstanceModifier and TypeMethodDescriptionWorkflowDocument.getActiveRouteNodeInstances()Returns the list of active route node instancesWorkflowDocument.getCurrentRouteNodeInstances()Returns the list of active route node instancesWorkflowDocument.getRouteNodeInstances()Returns the flattened list of route node instances -
Uses of RouteNodeInstance in org.kuali.rice.kew.api.doctype
Method parameters in org.kuali.rice.kew.api.doctype with type arguments of type RouteNodeInstanceModifier and TypeMethodDescriptionbooleanDocumentTypeService.canSuperUserApproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) booleanDocumentTypeService.canSuperUserApproveSingleActionRequest(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) booleanDocumentTypeService.canSuperUserDisapproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) -
Uses of RouteNodeInstance in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return RouteNodeInstanceModifier and TypeMethodDescriptionWorkflowDocumentService.getRouteNodeInstance(String routeNodeInstanceId) Gets aRouteNodeInstancewith the given nodeInstanceIdMethods in org.kuali.rice.kew.api.document that return types with arguments of type RouteNodeInstanceModifier and TypeMethodDescriptionWorkflowDocumentService.getActiveRouteNodeInstances(String documentId) Gets a list of activeRouteNodeInstancefor aDocumentwith the given documentIdWorkflowDocumentService.getCurrentRouteNodeInstances(String documentId) Gets a list of currentRouteNodeInstances for aDocumentwith the given documentIdDocumentDetail.Builder.getRouteNodeInstances()DocumentDetail.getRouteNodeInstances()DocumentDetailContract.getRouteNodeInstances()WorkflowDocumentService.getRouteNodeInstances(String documentId) Gets a list of allRouteNodeInstancefor aDocumentwith the given documentIdWorkflowDocumentService.getTerminalRouteNodeInstances(String documentId) Gets a list of terminalRouteNodeInstances for aDocumentwith the given documentIdMethod parameters in org.kuali.rice.kew.api.document with type arguments of type RouteNodeInstanceModifier and TypeMethodDescriptionvoidDocumentDetail.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 RouteNodeInstanceMethods in org.kuali.rice.kew.api.document.node that return types with arguments of type RouteNodeInstance