Package org.cristalise.kernel.lifecycle
Class AndSplitDef
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.GraphableVertex
org.cristalise.kernel.lifecycle.WfVertexDef
org.cristalise.kernel.lifecycle.AndSplitDef
- Direct Known Subclasses:
OrSplitDef,XOrSplitDef
-
Field Summary
Fields inherited from class org.cristalise.kernel.lifecycle.WfVertexDef
loopTested, mErrorsFields inherited from class org.cristalise.kernel.graph.model.GraphableVertex
mIsComposite -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoutingScript(TransactionKey transactionKey) instantiate(TransactionKey transactionKey) booleanloop()Method loop.booleanverify()Method verify.Methods inherited from class org.cristalise.kernel.lifecycle.WfVertexDef
configureInstance, getErrors, toStringMethods inherited from class org.cristalise.kernel.graph.model.GraphableVertex
addChild, deriveVersionNumber, getBuiltInProperty, getBuiltInProperty, getCentrePoint, getChildren, getChildrenEdges, getChildrenGraphModel, getCreationContext, getInEdgeIds, getInEdges, getInGraphables, getIsComposite, getIsLayoutable, getKeyValuePairs, getLayoutableChildren, getOtherPairingID, getOutEdgeIds, getOutEdges, getOutGraphables, getOutlinePoints, getPairingId, getParent, getPath, getProperties, isMyPair, search, setBuiltInProperty, setChildrenGraphModel, setIsComposite, setIsLayoutable, setKeyValuePairs, setParent, setProperties, updatePropertiesFromCollection, updatePropertiesFromCollectionMethods inherited from class org.cristalise.kernel.graph.model.Vertex
addInEdgeId, addOutEdgeId, clearTag, containsPoint, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTag
-
Constructor Details
-
AndSplitDef
public AndSplitDef()
-
-
Method Details
-
verify
public boolean verify()Description copied from class:WfVertexDefMethod verify.- Specified by:
verifyin classWfVertexDef- Returns:
- boolean
-
loop
public boolean loop()Description copied from class:WfVertexDefMethod loop.- Overrides:
loopin classWfVertexDef- Returns:
- boolean
-
instantiate
public WfVertex instantiate(TransactionKey transactionKey) throws InvalidDataException, ObjectNotFoundException - Specified by:
instantiatein classWfVertexDef- Throws:
InvalidDataExceptionObjectNotFoundException
-
getRoutingScript
public Script getRoutingScript(TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException
-