Uses of Class
org.kuali.rice.kew.engine.node.RouteNode
Packages that use RouteNode
Package
Description
-
Uses of RouteNode in org.kuali.rice.kew.docsearch
Methods in org.kuali.rice.kew.docsearch that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionDocumentSearchCriteriaProcessorKEWAdapter.getRouteNodesByDocumentType(DocumentType documentType, boolean includeBlankNodes) Return route nodes based on the document -
Uses of RouteNode in org.kuali.rice.kew.engine
Methods in org.kuali.rice.kew.engine that return RouteNodeModifier and TypeMethodDescriptionstatic RouteNodeCompatUtils.getNodeForLevel(DocumentType documentType, Integer routeLevel) Returns the RouteNode at the given numerical route level for the given document type.RoutingNodeFactory.getRouteNode(RouteContext context, String name) Methods in org.kuali.rice.kew.engine that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionCompatUtils.getRouteLevelCompatibleNodeList(DocumentType documentType) Returns a list of RouteNodes in a flat list which is equivalent to the route level concept of Workflow <= version 2.0.Methods in org.kuali.rice.kew.engine with parameters of type RouteNodeModifier and TypeMethodDescriptionRoutingNodeFactory.createRouteNodeInstance(String documentId, RouteNode node) booleanRouteHelper.isDynamicNode(RouteNode routeNode) booleanRouteHelper.isJoinNode(RouteNode routeNode) booleanRouteHelper.isRequestActivationNode(RouteNode routeNode) booleanRouteHelper.isRequestsNode(RouteNode routeNode) booleanRouteHelper.isSimpleNode(RouteNode routeNode) booleanRouteHelper.isSplitNode(RouteNode routeNode) booleanRouteHelper.isSubProcessNode(RouteNode routeNode) -
Uses of RouteNode in org.kuali.rice.kew.engine.node
Methods in org.kuali.rice.kew.engine.node that return RouteNodeModifier and TypeMethodDescriptionProcessDefinitionBo.getInitialRouteNode()RouteNodeConfigParam.getRouteNode()RouteNodeInstance.getRouteNode()Methods in org.kuali.rice.kew.engine.node that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRouteNodeUtils.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) RouteNodeUtils.getFlattenedNodes(ProcessDefinitionBo process) RouteNode.getNextNodes()RouteNode.getPreviousNodes()Methods in org.kuali.rice.kew.engine.node with parameters of type RouteNodeModifier and TypeMethodDescriptionvoidRouteNode.addNextNode(RouteNode nextNode) static NodeTypestatic ElementRouteNodeUtils.getCustomRouteNodeElement(RouteNode routeNode, String elementName) RouteNodeUtils.getCustomRouteNodeElements(RouteNode routeNode, String elementName) protected org.kuali.rice.kim.api.responsibility.ResponsibilityRoleNode.getFirstResponsibilityWithMandatoryRouteFlag(DocumentRouteHeaderValue document, RouteNode node) Checks for any mandatory route responsibilities for the given document type and node.static StringRouteNodeUtils.getValueOfCustomProperty(RouteNode routeNode, String propertyName) Searches a RouteNode's "contentFragment" (it's XML definition) for an XML element with the given name and returns it's value.voidProcessDefinitionBo.setInitialRouteNode(RouteNode initialRouteNode) voidRouteNodeConfigParam.setRouteNode(RouteNode routeNode) voidRouteNodeInstance.setRouteNode(RouteNode node) Method parameters in org.kuali.rice.kew.engine.node with type arguments of type RouteNodeModifier and TypeMethodDescriptionvoidRouteNode.setNextNodes(List<RouteNode> nextNodes) voidRouteNode.setPreviousNodes(List<RouteNode> parentNodes) Constructors in org.kuali.rice.kew.engine.node with parameters of type RouteNodeModifierConstructorDescriptionRouteNodeConfigParam(RouteNode routeNode, String key, String value) -
Uses of RouteNode in org.kuali.rice.kew.engine.node.dao
Methods in org.kuali.rice.kew.engine.node.dao that return RouteNodeModifier and TypeMethodDescriptionRouteNodeDAO.findRouteNodeByName(String documentTypeId, String name) Methods in org.kuali.rice.kew.engine.node.dao that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRouteNodeDAO.findFinalApprovalRouteNodes(String documentTypeId) -
Uses of RouteNode in org.kuali.rice.kew.engine.node.dao.impl
Methods in org.kuali.rice.kew.engine.node.dao.impl that return RouteNodeModifier and TypeMethodDescriptionRouteNodeDAOJpa.findRouteNodeByName(String documentTypeId, String name) Methods in org.kuali.rice.kew.engine.node.dao.impl that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRouteNodeDAOJpa.findFinalApprovalRouteNodes(String documentTypeId) -
Uses of RouteNode in org.kuali.rice.kew.engine.node.service
Methods in org.kuali.rice.kew.engine.node.service that return RouteNodeModifier and TypeMethodDescriptionRouteNodeService.findRouteNodeById(String nodeId) RouteNodeService.findRouteNodeByName(String documentTypeId, String name) Methods in org.kuali.rice.kew.engine.node.service that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRouteNodeService.findFinalApprovalRouteNodes(String documentTypeId) RouteNodeService.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) Flatten all the document types route nodes into a single List.RouteNodeService.getFlattenedNodes(ProcessDefinitionBo process) Methods in org.kuali.rice.kew.engine.node.service with parameters of type RouteNode -
Uses of RouteNode in org.kuali.rice.kew.engine.node.service.impl
Methods in org.kuali.rice.kew.engine.node.service.impl that return RouteNodeModifier and TypeMethodDescriptionRouteNodeServiceImpl.findRouteNodeById(String nodeId) RouteNodeServiceImpl.findRouteNodeByName(String documentTypeId, String name) Methods in org.kuali.rice.kew.engine.node.service.impl that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRouteNodeServiceImpl.findFinalApprovalRouteNodes(String documentTypeId) RouteNodeServiceImpl.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) RouteNodeServiceImpl.getFlattenedNodes(ProcessDefinitionBo process) Methods in org.kuali.rice.kew.engine.node.service.impl with parameters of type RouteNode -
Uses of RouteNode in org.kuali.rice.kew.engine.transition
Methods in org.kuali.rice.kew.engine.transition with parameters of type RouteNodeModifier and TypeMethodDescriptionstatic RouteNodeInstanceSplitTransitionEngine.createSplitChild(String branchName, RouteNode routeNode, RouteNodeInstance splitInstance) protected NodeMethod parameters in org.kuali.rice.kew.engine.transition with type arguments of type RouteNodeModifier and TypeMethodDescriptionprotected List<RouteNodeInstance>TransitionEngine.resolveNextNodeInstances(RouteNodeInstance nodeInstance, List<RouteNode> nextRouteNodes) Determines the next nodes instances for the transition. -
Uses of RouteNode in org.kuali.rice.kew.routemodule.service
Methods in org.kuali.rice.kew.routemodule.service with parameters of type RouteNode -
Uses of RouteNode in org.kuali.rice.kew.routemodule.service.impl
Methods in org.kuali.rice.kew.routemodule.service.impl with parameters of type RouteNode -
Uses of RouteNode in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule with parameters of type RouteNodeModifier and TypeMethodDescriptionFlexRM.getActionRequests(DocumentRouteHeaderValue routeHeader, RouteNode routeNodeDef, RouteNodeInstance nodeInstance, String ruleTemplateName) Generates action requestsprotected RuleSelectorFlexRM.loadRuleSelector(RouteNode routeNodeDef, RouteNodeInstance nodeInstance) -
Uses of RouteNode in org.kuali.rice.kew.rule.web
Subclasses of RouteNode in org.kuali.rice.kew.rule.webFields in org.kuali.rice.kew.rule.web with type parameters of type RouteNodeMethods in org.kuali.rice.kew.rule.web that return RouteNodeModifier and TypeMethodDescriptionprotected RouteNodeDocumentConfigurationViewAction.flattenRouteNodes(RouteNode node, Map<String, RouteNode> nodes) protected RouteNodeDocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode, Map<String, RouteNode> nodes) Methods in org.kuali.rice.kew.rule.web that return types with arguments of type RouteNodeModifier and TypeMethodDescriptionRuleQuickLinksAction.RouteNodeForDisplay.getNextNodes()RuleQuickLinksAction.RouteNodeForDisplay.getPreviousNodes()DocumentConfigurationViewForm.getRouteNodes()Methods in org.kuali.rice.kew.rule.web with parameters of type RouteNodeModifier and TypeMethodDescriptionprotected RouteNodeDocumentConfigurationViewAction.flattenRouteNodes(RouteNode node, Map<String, RouteNode> nodes) protected RouteNodeDocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode, Map<String, RouteNode> nodes) longRoutingReportAction.populateActionRequestsWithRouteLevelInformationAndIterateMagicCounter(RouteNode routeLevel, List<ActionRequestValue> actionRequests, long magicCounter) Method parameters in org.kuali.rice.kew.rule.web with type arguments of type RouteNodeModifier and TypeMethodDescriptionprotected RouteNodeDocumentConfigurationViewAction.flattenRouteNodes(RouteNode node, Map<String, RouteNode> nodes) protected RouteNodeDocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode, Map<String, RouteNode> nodes) voidRuleQuickLinksAction.DocumentTypeQuickLinksStructure.setFlattenedNodes(List<RouteNode> flattenedNodes) voidDocumentConfigurationViewForm.setRouteNodes(List<RouteNode> routeNodes) Constructors in org.kuali.rice.kew.rule.web with parameters of type RouteNode