| Modifier and Type | Method and Description |
|---|---|
Branch |
DocumentOperationForm.getBranche(int index) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
RoutingNodeFactory.createBranch(String name,
Branch parentBranch,
RouteNodeInstance initialNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
RoutingNodeFactory.createBranch(String name,
Branch parentBranch,
RouteNodeInstance initialNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
RouteNodeInstance.getBranch() |
Branch |
BranchState.getBranch() |
Branch |
Branch.getParentBranch() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinEngine.addActualJoiner(RouteNodeInstance nodeInstance,
Branch branch) |
void |
BasicJoinEngine.addActualJoiner(RouteNodeInstance nodeInstance,
Branch branch) |
void |
JoinEngine.addExpectedJoiner(RouteNodeInstance nodeInstance,
Branch branch) |
void |
BasicJoinEngine.addExpectedJoiner(RouteNodeInstance nodeInstance,
Branch branch) |
void |
RouteNodeInstance.setBranch(Branch branch) |
void |
BranchState.setBranch(Branch branch) |
void |
Branch.setParentBranch(Branch parentBranch) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteNodeDAO.save(Branch branch) |
void |
BranchDAO.save(Branch branch) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteNodeDAOOjbImpl.save(Branch branch) |
void |
RouteNodeDAOJpaImpl.save(Branch branch) |
void |
BranchDAOOjbImpl.save(Branch branch) |
void |
BranchDAOJpaImpl.save(Branch branch)
This overridden method ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
BranchService.getScopedVariableValue(Branch branch,
String name)
Responsible for inspecting the branch hierarchy/scope and returning a value
for the variable name if it exists somewere in scope.
|
void |
RouteNodeService.save(Branch branch) |
void |
BranchService.save(Branch branch) |
String |
BranchService.setScopedVariableValue(Branch branch,
String name,
String value)
Responsible for setting a value in the branch hierarchy/scope.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BranchServiceImpl.getScopedVariableValue(Branch branch,
String name) |
void |
RouteNodeServiceImpl.save(Branch branch) |
void |
BranchServiceImpl.save(Branch branch) |
String |
BranchServiceImpl.setScopedVariableValue(Branch branch,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
DocumentRouteHeaderValue.getRootBranch()
Convenience method that returns the branch of the first (and presumably only?) initial node
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.