public abstract class PredefinedStep extends Activity
WfVertex.Types| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE |
static int |
DONE |
active, mErrors, statemIsComposite, NAME| Constructor and Description |
|---|
PredefinedStep() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bundleData(String data) |
static String |
bundleData(String[] data) |
boolean |
getActive() |
static String[] |
getDataList(String xmlData) |
protected String |
getDefaultSMName() |
String |
getErrors()
return the String that identifies the errors found in th activity
|
boolean |
getIsPredefined()
Returns the isPredefined.
|
static String |
getPredefStepSchemaName(String stepName) |
String |
getType()
Returns the type.
|
protected abstract String |
runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
All predefined steps must override this to implement their action
|
void |
setIsPredefined(boolean isPredefined)
Sets the isPredefined.
|
boolean |
verify()
Method verify.
|
abort, addNext, calculateAllJobs, calculateJobs, getCurrentAgentName, getCurrentAgentRole, getDescription, getNext, getState, getStateDate, getStateMachine, getStateName, getTypeName, isFinished, loop, pushJobsToAgents, reinit, request, run, runFirst, runNext, setActive, setActiveDate, setStartDate, setState, setStateDate, setTypeevaluateProperty, 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, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setCentrePoint, setGraphModel, setHeight, setID, setInEdgeIds, setName, setOutEdgeIds, setOutlinePoints, setTag, setWidthpublic static final int DONE
public static final int AVAILABLE
public boolean getActive()
protected String getDefaultSMName()
getDefaultSMName in class Activitypublic String getErrors()
Activitypublic boolean verify()
WfVertexpublic boolean getIsPredefined()
public void setIsPredefined(boolean isPredefined)
isPredefined - The isPredefined to setprotected abstract String runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, Object locker) throws InvalidDataException, InvalidCollectionModification, ObjectAlreadyExistsException, ObjectCannotBeUpdated, ObjectNotFoundException, PersistencyException, CannotManageException
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.