public class Join extends WfVertex
WfVertex.Types| Modifier and Type | Field and Description |
|---|---|
int |
counter |
Vector<String> |
mErrors |
mIsComposite, NAME| Constructor and Description |
|---|
Join() |
| Modifier and Type | Method and Description |
|---|---|
Next |
addNext(String idNext)
Method addNext.
|
Next |
addNext(WfVertex vertex)
Method addNext.
|
String |
getErrors()
Method getErrors.
|
boolean |
isJoin() |
boolean |
loop()
Method loop.
|
void |
reinit(int idLoop)
Method reinit.
|
void |
run(AgentPath agent,
ItemPath item,
Object locker)
Method run.
|
void |
runFirst(AgentPath agent,
ItemPath item,
Object locker)
sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the
(sub)process
|
void |
runNext(AgentPath agent,
ItemPath item,
Object locker)
Method runNext.
|
boolean |
verify()
Method verify.
|
abort, evaluateProperty, evaluatePropertyValue, evaluateScript, getDataHelper, getWfaddChild, deriveVersionNumber, getCentrePoint, getChildGraphModel, getChildren, getChildrenEdges, getChildrenGraphModel, getCreationContext, getInEdgeIds, getInEdges, getIsComposite, getIsLayoutable, getKeyValuePairs, getLayoutableChildren, getOutEdgeIds, getOutEdges, getOutGraphables, getOutlinePoints, getParent, getPath, getProperties, search, setChildrenGraphModel, setIsComposite, setIsLayoutable, setKeyValuePairs, setParent, setPropertiesaddInEdgeId, addOutEdgeId, clearTag, containsPoint, getGraphModel, getHeight, getID, getName, getWidth, hasTag, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setCentrePoint, setGraphModel, setHeight, setID, setInEdgeIds, setName, setOutEdgeIds, setOutlinePoints, setTag, setWidthpublic Join()
Object.Object()public void runNext(AgentPath agent, ItemPath item, Object locker) throws InvalidDataException
WfVertexrunNext in class WfVertexagent - item - locker - InvalidDataExceptionpublic Next addNext(WfVertex vertex)
WfVertexaddNext in class WfVertexWfVertex.addNext(org.cristalise.kernel.lifecycle.instance.WfVertex)public void reinit(int idLoop)
throws InvalidDataException
WfVertexreinit in class WfVertexInvalidDataExceptionWfVertex.reinit(int)public boolean verify()
WfVertexpublic String getErrors()
WfVertexgetErrors in class WfVertexWfVertex.getErrors()public void run(AgentPath agent, ItemPath item, Object locker) throws InvalidDataException
WfVertexrun in class WfVertexInvalidDataExceptionObjectNotFoundExceptionAccessRightsExceptionInvalidTransitionExceptionPersistencyExceptionObjectAlreadyExistsExceptionObjectCannotBeUpdatedorg.cristalise.kernel.lifecycle.instance.WfVertex#run()public boolean loop()
WfVertexloop in class WfVertexWfVertex.loop()public void runFirst(AgentPath agent, ItemPath item, Object locker) throws InvalidDataException
WfVertexrunFirst in class WfVertexInvalidDataExceptionCopyright © 1997–2016 CRISTAL-iSE. All rights reserved.