Package org.cristalise.kernel.lifecycle
Class JoinDef
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.GraphableVertex
org.cristalise.kernel.lifecycle.WfVertexDef
org.cristalise.kernel.lifecycle.JoinDef
-
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 TypeMethodDescriptioninstantiate(TransactionKey transactionKey) booleanisJoin()booleanverify()Method verify.Methods inherited from class org.cristalise.kernel.lifecycle.WfVertexDef
configureInstance, getErrors, loop, 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, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTag
-
Constructor Details
-
JoinDef
public JoinDef()- See Also:
-
-
Method Details
-
verify
public boolean verify()Description copied from class:WfVertexDefMethod verify.- Specified by:
verifyin classWfVertexDef- Returns:
- boolean
- See Also:
-
isJoin
public boolean isJoin() -
instantiate
public WfVertex instantiate(TransactionKey transactionKey) throws InvalidDataException, ObjectNotFoundException - Specified by:
instantiatein classWfVertexDef- Throws:
InvalidDataExceptionObjectNotFoundException
-