Package org.cristalise.kernel.lifecycle
Class ActivitySlotDef
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.GraphableVertex
org.cristalise.kernel.lifecycle.WfVertexDef
org.cristalise.kernel.lifecycle.ActivitySlotDef
-
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 TypeMethodDescriptionMethod getActivityDef.Method getNextWfVertices.getTheActivityDef(TransactionKey transactionKey) instantiate(TransactionKey transactionKey) booleanvoidsetActivityDef(String oActivityDef) Method setActivityDef.voidvoidsetTheActivityDef(ActivityDef actDef) booleanverify()launch the verification of the ActivityDefMethods 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, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTag
-
Constructor Details
-
ActivitySlotDef
public ActivitySlotDef() -
ActivitySlotDef
- See Also:
-
-
Method Details
-
setName
-
setActivityDef
Method setActivityDef.- Parameters:
oActivityDef- the name or UUID of the ActivityDef Item
-
getActivityDef
Method getActivityDef.- Returns:
- String
-
getTheActivityDef
public ActivityDef getTheActivityDef(TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException -
setTheActivityDef
-
verify
public boolean verify()launch the verification of the ActivityDef- Specified by:
verifyin classWfVertexDef- Returns:
- boolean
-
getNextWfVertices
Method getNextWfVertices.- Returns:
- WfVertexDef[]
-
isLayoutable
public boolean isLayoutable()- See Also:
-
getActName
-
instantiate
public WfVertex instantiate(TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException - Specified by:
instantiatein classWfVertexDef- Throws:
ObjectNotFoundExceptionInvalidDataException
-