|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Branch in org.kuali.rice.kew.documentoperation.web |
---|
Methods in org.kuali.rice.kew.documentoperation.web that return Branch | |
---|---|
Branch |
DocumentOperationForm.getBranche(int index)
|
Uses of Branch in org.kuali.rice.kew.engine |
---|
Methods in org.kuali.rice.kew.engine that return Branch | |
---|---|
Branch |
RoutingNodeFactory.createBranch(String name,
Branch parentBranch,
RouteNodeInstance initialNodeInstance)
|
Methods in org.kuali.rice.kew.engine with parameters of type Branch | |
---|---|
Branch |
RoutingNodeFactory.createBranch(String name,
Branch parentBranch,
RouteNodeInstance initialNodeInstance)
|
Uses of Branch in org.kuali.rice.kew.engine.node |
---|
Methods in org.kuali.rice.kew.engine.node that return Branch | |
---|---|
Branch |
BranchState.getBranch()
|
Branch |
RouteNodeInstance.getBranch()
|
Branch |
Branch.getParentBranch()
|
Methods in org.kuali.rice.kew.engine.node with parameters of type Branch | |
---|---|
void |
BasicJoinEngine.addActualJoiner(RouteNodeInstance nodeInstance,
Branch branch)
|
void |
JoinEngine.addActualJoiner(RouteNodeInstance nodeInstance,
Branch branch)
|
void |
BasicJoinEngine.addExpectedJoiner(RouteNodeInstance nodeInstance,
Branch branch)
|
void |
JoinEngine.addExpectedJoiner(RouteNodeInstance nodeInstance,
Branch branch)
|
void |
BranchState.setBranch(Branch branch)
|
void |
RouteNodeInstance.setBranch(Branch branch)
|
void |
Branch.setParentBranch(Branch parentBranch)
|
Uses of Branch in org.kuali.rice.kew.engine.node.dao |
---|
Methods in org.kuali.rice.kew.engine.node.dao with parameters of type Branch | |
---|---|
void |
BranchDAO.save(Branch branch)
|
void |
RouteNodeDAO.save(Branch branch)
|
Uses of Branch in org.kuali.rice.kew.engine.node.dao.impl |
---|
Methods in org.kuali.rice.kew.engine.node.dao.impl with parameters of type Branch | |
---|---|
void |
RouteNodeDAOJpaImpl.save(Branch branch)
|
void |
BranchDAOJpaImpl.save(Branch branch)
This overridden method ... |
void |
RouteNodeDAOOjbImpl.save(Branch branch)
|
void |
BranchDAOOjbImpl.save(Branch branch)
|
Uses of Branch in org.kuali.rice.kew.engine.node.service |
---|
Methods in org.kuali.rice.kew.engine.node.service with parameters of type Branch | |
---|---|
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 |
BranchService.save(Branch branch)
|
void |
RouteNodeService.save(Branch branch)
|
String |
BranchService.setScopedVariableValue(Branch branch,
String name,
String value)
Responsible for setting a value in the branch hierarchy/scope. |
Uses of Branch in org.kuali.rice.kew.engine.node.service.impl |
---|
Methods in org.kuali.rice.kew.engine.node.service.impl with parameters of type Branch | |
---|---|
String |
BranchServiceImpl.getScopedVariableValue(Branch branch,
String name)
|
void |
BranchServiceImpl.save(Branch branch)
|
void |
RouteNodeServiceImpl.save(Branch branch)
|
String |
BranchServiceImpl.setScopedVariableValue(Branch branch,
String name,
String value)
|
Uses of Branch in org.kuali.rice.kew.routeheader |
---|
Methods in org.kuali.rice.kew.routeheader that return Branch | |
---|---|
Branch |
DocumentRouteHeaderValue.getRootBranch()
Convenience method that returns the branch of the first (and presumably only?) initial node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |