| Modifier and Type | Method and Description |
|---|---|
protected List<RouteNode> |
DocumentSearchCriteriaProcessorKEWAdapter.getRouteNodesByDocumentType(DocumentType documentType,
boolean includeBlankNodes)
Return route nodes based on the document
|
| Modifier and Type | Method and Description |
|---|---|
static RouteNode |
CompatUtils.getNodeForLevel(DocumentType documentType,
Integer routeLevel)
Returns the RouteNode at the given numerical route level for the given document type.
|
RouteNode |
RoutingNodeFactory.getRouteNode(RouteContext context,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<RouteNode> |
CompatUtils.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.
|
| Modifier and Type | Method and Description |
|---|---|
RouteNodeInstance |
RoutingNodeFactory.createRouteNodeInstance(String documentId,
RouteNode node) |
Node |
RouteHelper.getNode(RouteNode routeNode) |
boolean |
RouteHelper.isDynamicNode(RouteNode routeNode) |
boolean |
RouteHelper.isJoinNode(RouteNode routeNode) |
boolean |
RouteHelper.isRequestActivationNode(RouteNode routeNode) |
boolean |
RouteHelper.isRequestsNode(RouteNode routeNode) |
boolean |
RouteHelper.isSimpleNode(RouteNode routeNode) |
boolean |
RouteHelper.isSplitNode(RouteNode routeNode) |
boolean |
RouteHelper.isSubProcessNode(RouteNode routeNode) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
ProcessDefinitionBo.getInitialRouteNode() |
RouteNode |
RouteNodeInstance.getRouteNode() |
RouteNode |
RouteNodeConfigParam.getRouteNode() |
| Modifier and Type | Method and Description |
|---|---|
static List<RouteNode> |
RouteNodeUtils.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy) |
static List<RouteNode> |
RouteNodeUtils.getFlattenedNodes(ProcessDefinitionBo process) |
List<RouteNode> |
RouteNode.getNextNodes() |
List<RouteNode> |
RouteNode.getPreviousNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteNode.addNextNode(RouteNode nextNode) |
static NodeType |
NodeType.fromNode(RouteNode node) |
static Element |
RouteNodeUtils.getCustomRouteNodeElement(RouteNode routeNode,
String elementName) |
static List<Element> |
RouteNodeUtils.getCustomRouteNodeElements(RouteNode routeNode,
String elementName) |
protected org.kuali.rice.kim.api.responsibility.Responsibility |
RoleNode.getFirstResponsibilityWithMandatoryRouteFlag(DocumentRouteHeaderValue document,
RouteNode node)
Checks for any mandatory route responsibilities for the given document type and node.
|
static String |
RouteNodeUtils.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.
|
void |
ProcessDefinitionBo.setInitialRouteNode(RouteNode initialRouteNode) |
void |
RouteNodeInstance.setRouteNode(RouteNode node) |
void |
RouteNodeConfigParam.setRouteNode(RouteNode routeNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteNode.setNextNodes(List<RouteNode> nextNodes) |
void |
RouteNode.setPreviousNodes(List<RouteNode> parentNodes) |
| Constructor and Description |
|---|
RouteNodeConfigParam(RouteNode routeNode,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeDAO.findRouteNodeByName(String documentTypeId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeDAO.findFinalApprovalRouteNodes(String documentTypeId) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeDAOJpa.findRouteNodeByName(String documentTypeId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeDAOJpa.findFinalApprovalRouteNodes(String documentTypeId) |
| Modifier and Type | Method and Description |
|---|---|
protected RouteNode |
HierarchyRoutingNode.getStopRequestNode(HierarchyProvider.Stop stop,
DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyProvider.configureRequestNode(RouteNodeInstance hiearchyNodeInstance,
RouteNode node)
Configures the single request node definition/prototype used for all node instances
|
protected ProcessDefinitionBo |
HierarchyRoutingNode.getPrototypeProcess(RouteNode node,
DocumentType documentType)
Places a ProcessDefinition on the documentType wrapping the node and setting the node as the process's initalRouteNode
|
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeService.findRouteNodeById(String nodeId) |
RouteNode |
RouteNodeService.findRouteNodeByName(String documentTypeId,
String name) |
RouteNode |
RouteNodeService.save(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeService.findFinalApprovalRouteNodes(String documentTypeId) |
List<RouteNode> |
RouteNodeService.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy)
Flatten all the document types route nodes into a single List.
|
List<RouteNode> |
RouteNodeService.getFlattenedNodes(ProcessDefinitionBo process) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeService.save(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeServiceImpl.findRouteNodeById(String nodeId) |
RouteNode |
RouteNodeServiceImpl.findRouteNodeByName(String documentTypeId,
String name) |
RouteNode |
RouteNodeServiceImpl.save(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeServiceImpl.findFinalApprovalRouteNodes(String documentTypeId) |
List<RouteNode> |
RouteNodeServiceImpl.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy) |
List<RouteNode> |
RouteNodeServiceImpl.getFlattenedNodes(ProcessDefinitionBo process) |
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteNodeServiceImpl.save(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
static RouteNodeInstance |
SplitTransitionEngine.createSplitChild(String branchName,
RouteNode routeNode,
RouteNodeInstance splitInstance) |
protected Node |
TransitionEngine.getNode(RouteNode routeNode,
Class nodeClass) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RouteNodeInstance> |
TransitionEngine.resolveNextNodeInstances(RouteNodeInstance nodeInstance,
List<RouteNode> nextRouteNodes)
Determines the next nodes instances for the transition.
|
| Modifier and Type | Method and Description |
|---|---|
RouteModule |
RouteModuleService.findRouteModule(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
RouteModule |
RouteModuleServiceImpl.findRouteModule(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionRequestValue> |
FlexRM.getActionRequests(DocumentRouteHeaderValue routeHeader,
RouteNode routeNodeDef,
RouteNodeInstance nodeInstance,
String ruleTemplateName)
Generates action requests
|
protected RuleSelector |
FlexRM.loadRuleSelector(RouteNode routeNodeDef,
RouteNodeInstance nodeInstance) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleQuickLinksAction.RouteNodeForDisplay |
| Modifier and Type | Field and Description |
|---|---|
protected List<RouteNode> |
DocumentConfigurationViewForm.routeNodes |
| Modifier and Type | Method and Description |
|---|---|
protected RouteNode |
DocumentConfigurationViewAction.flattenRouteNodes(RouteNode node,
Map<String,RouteNode> nodes) |
protected RouteNode |
DocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode,
Map<String,RouteNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RuleQuickLinksAction.RouteNodeForDisplay.getNextNodes() |
List<RouteNode> |
RuleQuickLinksAction.RouteNodeForDisplay.getPreviousNodes() |
List<RouteNode> |
DocumentConfigurationViewForm.getRouteNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected RouteNode |
DocumentConfigurationViewAction.flattenRouteNodes(RouteNode node,
Map<String,RouteNode> nodes) |
protected RouteNode |
DocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode,
Map<String,RouteNode> nodes) |
long |
RoutingReportAction.populateActionRequestsWithRouteLevelInformationAndIterateMagicCounter(RouteNode routeLevel,
List<ActionRequestValue> actionRequests,
long magicCounter) |
| Modifier and Type | Method and Description |
|---|---|
protected RouteNode |
DocumentConfigurationViewAction.flattenRouteNodes(RouteNode node,
Map<String,RouteNode> nodes) |
protected RouteNode |
DocumentConfigurationViewAction.flattenSplitNode(RouteNode splitNode,
Map<String,RouteNode> nodes) |
void |
RuleQuickLinksAction.DocumentTypeQuickLinksStructure.setFlattenedNodes(List<RouteNode> flattenedNodes) |
void |
DocumentConfigurationViewForm.setRouteNodes(List<RouteNode> routeNodes) |
| Constructor and Description |
|---|
RouteNodeForDisplay(RouteNode baseNode) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.