public abstract class PredefinedStep extends Activity
WfVertex.Types| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE |
static int |
DONE |
active, mErrors, state, XPATH_TOKENmIsComposite| Constructor and Description |
|---|
PredefinedStep() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdminAgentRole() |
static String |
bundleData(String data) |
static String |
bundleData(String[] data) |
boolean |
getActive() |
static String[] |
getDataList(String xmlData) |
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, getErrorTransitionId, getNext, getState, getStateDate, getStateMachine, getStateName, getTypeName, isFinished, loop, pushJobsToAgents, pushJobsToAgents, reinit, request, run, runFirst, runNext, setActive, setActiveDate, setStartDate, setState, setStateDate, setTypeevaluateProperty, evaluatePropertyValue, evaluateScript, findPair, getActContext, getWfaddChild, deriveVersionNumber, getBuiltInProperty, getCentrePoint, getChildren, getChildrenEdges, getChildrenGraphModel, getCreationContext, getInEdgeIds, getInEdges, getIsComposite, getIsLayoutable, getKeyValuePairs, getLayoutableChildren, getOutEdgeIds, getOutEdges, getOutGraphables, getOutlinePoints, getParent, getPath, getProperties, search, setBuiltInProperty, setChildrenGraphModel, setIsComposite, setIsLayoutable, setKeyValuePairs, setParent, setProperties, updatePropertiesFromCollection, updatePropertiesFromCollectionaddInEdgeId, addOutEdgeId, clearTag, containsPoint, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTagpublic static final int DONE
public static final int AVAILABLE
public boolean getActive()
public 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, AccessRightsException
protected void addAdminAgentRole()
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.