Package org.kuali.rice.kew.engine.node
Class Branch
java.lang.Object
org.kuali.rice.kew.engine.node.Branch
- All Implemented Interfaces:
Serializable
Represents a branch in the routing path of the document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBranchState(BranchState state) getBranchState(String key) getDocBranchState(int index) getName()voidsetBranchId(String branchId) voidsetBranchState(List<BranchState> branchState) voidsetInitialNode(RouteNodeInstance activeNode) voidsetJoinNode(RouteNodeInstance joinNode) voidsetLockVerNbr(Integer lockVerNbr) voidvoidsetParentBranch(Branch parentBranch) voidsetSplitNode(RouteNodeInstance splitNode) toString()
-
Constructor Details
-
Branch
public Branch()
-
-
Method Details
-
getName
-
setName
-
getSplitNode
-
setSplitNode
-
getInitialNode
-
setInitialNode
-
getBranchId
-
setBranchId
-
getJoinNode
-
setJoinNode
-
getParentBranch
-
setParentBranch
-
getBranchState
-
addBranchState
-
getBranchState
-
setBranchState
-
getDocBranchState
-
getLockVerNbr
-
setLockVerNbr
-
deepCopy
-
toString
-