public abstract class WfVertex extends GraphableVertex
| Modifier and Type | Class and Description |
|---|---|
static class |
WfVertex.Types |
mIsComposite, NAME| Constructor and Description |
|---|
WfVertex() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
abstract Next |
addNext(WfVertex vertex)
Method addNext.
|
Object |
evaluateProperty(ItemPath itemPath,
String propName,
Object locker) |
Object |
evaluatePropertyValue(ItemPath itemPath,
Object propValue,
Object locker) |
protected Object |
evaluateScript(String scriptName,
Integer scriptVersion,
ItemPath itemPath,
Object locker) |
static DataHelper |
getDataHelper(String id) |
abstract String |
getErrors()
Method getErrors.
|
Workflow |
getWf() |
abstract boolean |
loop()
Method loop.
|
abstract void |
reinit(int idLoop)
Method reinit.
|
abstract void |
run(AgentPath agent,
ItemPath itemPath,
Object locker)
Method run.
|
abstract void |
runFirst(AgentPath agent,
ItemPath itemPath,
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
|
abstract void |
runNext(AgentPath agent,
ItemPath itemPath,
Object locker)
Method runNext.
|
abstract boolean |
verify()
Method verify.
|
addChild, 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, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setCentrePoint, setGraphModel, setHeight, setID, setInEdgeIds, setName, setOutEdgeIds, setOutlinePoints, setTag, setWidthpublic WfVertex()
Object.Object()public abstract void runFirst(AgentPath agent, ItemPath itemPath, Object locker) throws InvalidDataException
public abstract void runNext(AgentPath agent, ItemPath itemPath, Object locker) throws InvalidDataException
public abstract void reinit(int idLoop)
throws InvalidDataException
idLoop - InvalidDataExceptionObjectNotFoundExceptionpublic void abort()
public abstract boolean verify()
public abstract String getErrors()
public abstract void run(AgentPath agent, ItemPath itemPath, Object locker) throws InvalidDataException
public abstract boolean loop()
public Object evaluateProperty(ItemPath itemPath, String propName, Object locker) throws InvalidDataException, PersistencyException, ObjectNotFoundException
public Object evaluatePropertyValue(ItemPath itemPath, Object propValue, Object locker) throws InvalidDataException, PersistencyException, ObjectNotFoundException
public static DataHelper getDataHelper(String id) throws InvalidDataException, ObjectNotFoundException
protected Object evaluateScript(String scriptName, Integer scriptVersion, ItemPath itemPath, Object locker) throws ScriptingEngineException
ScriptingEngineExceptionpublic Workflow getWf()
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.