Class Join
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.GraphableVertex
org.cristalise.kernel.lifecycle.instance.WfVertex
org.cristalise.kernel.lifecycle.instance.Join
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.lifecycle.instance.WfVertex
WfVertex.Types -
Field Summary
FieldsFields inherited from class org.cristalise.kernel.graph.model.GraphableVertex
mIsComposite -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod getErrors.booleanisJoin()booleanloop()voidreinit(int idLoop) voidrun(TransactionKey transactionKey) voidrunFirst(TransactionKey transactionKey) Sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the (sub)process)voidrunNext(TransactionKey transactionKey) booleanverify()Method verify.Methods inherited from class org.cristalise.kernel.lifecycle.instance.WfVertex
abort, evaluateProperty, evaluatePropertyValue, evaluateScript, findLastVertex, findPair, getActContext, getWfMethods 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
-
Field Details
-
mErrors
-
counter
public int counter
-
-
Constructor Details
-
Join
public Join()
-
-
Method Details
-
runNext
- Specified by:
runNextin classWfVertex- Throws:
InvalidDataException
-
addNext
-
addNext
-
reinit
- Specified by:
reinitin classWfVertex- Throws:
InvalidDataException
-
verify
public boolean verify()Description copied from class:WfVertexMethod verify. -
getErrors
Description copied from class:WfVertexMethod getErrors. -
run
- Specified by:
runin classWfVertex- Throws:
InvalidDataException
-
loop
public boolean loop() -
runFirst
Description copied from class:WfVertexSets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the (sub)process)- Specified by:
runFirstin classWfVertex- Throws:
InvalidDataException
-
isJoin
public boolean isJoin()
-