Class PredefinedStepCollectionBase
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.GraphableVertex
org.cristalise.kernel.lifecycle.instance.WfVertex
org.cristalise.kernel.lifecycle.instance.Activity
org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStep
org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStepCollectionBase
- Direct Known Subclasses:
UpdateDependencyMember
Deprecated.
it is a base class of deprecated classes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.lifecycle.instance.WfVertex
WfVertex.Types -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ItemPathDeprecated.protected StringDeprecated.protected CastorHashMapDeprecated.protected intDeprecated.Fields inherited from class org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStep
AVAILABLE, DONEFields inherited from class org.cristalise.kernel.lifecycle.instance.Activity
active, mErrors, PREDEF_STEPS_ELEMENT, state, XPATH_TOKENFields inherited from class org.cristalise.kernel.graph.model.GraphableVertex
mIsComposite -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidevaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) Deprecated.protected voidevaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) Deprecated.Executes a script if exists.protected AggregationDeprecated.protected DependencyDeprecated.protected DependencyMemberDeprecated.protected voidsetChildPath(String data) Deprecated.protected String[]unpackParamsAndGetCollection(ItemPath item, String requestData, TransactionKey transactionKey) Deprecated.Unpacks parameters from requestData and retrieves cCollection instanceMethods inherited from class org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStep
bundleData, bundleData, computeUpdates, getActive, getDataList, getErrors, getName, getPredefStepOutcomeNode, getPredefStepSchemaName, getStepInstance, getType, mergeProperties, request, runActivityLogic, storeOutcomeEventAndViews, storeOutcomeEventAndViews, verifyMethods inherited from class org.cristalise.kernel.lifecycle.instance.Activity
abort, addNext, calculateAllJobs, calculateJobs, getCurrentAgentName, getCurrentAgentRole, getDescription, getErrorTransitionId, getNext, getState, getStateDate, getStateMachine, getStateMachine, getStateName, getTypeName, isFinished, loop, reinit, request, request, run, runFirst, runNext, setActive, setActiveDate, setStartDate, setState, setStateDate, setType, toStringMethods inherited from class org.cristalise.kernel.lifecycle.instance.WfVertex
evaluateProperty, evaluatePropertyValue, evaluateScript, findLastVertex, findPair, getActContext, getWfMethods 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
-
Field Details
-
collectionName
Deprecated. -
slotID
protected int slotIDDeprecated. -
childPath
Deprecated. -
memberNewProps
Deprecated.
-
-
Constructor Details
-
PredefinedStepCollectionBase
Deprecated.
-
-
Method Details
-
setChildPath
Deprecated.- Parameters:
data-- Throws:
InvalidItemPathExceptionObjectNotFoundException
-
getDependency
Deprecated.- Returns:
- Throws:
InvalidDataException
-
getAggregation
Deprecated.- Returns:
- Throws:
InvalidDataException
-
unpackParamsAndGetCollection
protected String[] unpackParamsAndGetCollection(ItemPath item, String requestData, TransactionKey transactionKey) throws InvalidDataException, PersistencyException, ObjectNotFoundException Deprecated.Unpacks parameters from requestData and retrieves cCollection instance- Parameters:
item-requestData-transactionKey-- Throws:
InvalidDataExceptionPersistencyExceptionObjectNotFoundException
-
getDependencyMember
protected DependencyMember getDependencyMember() throws InvalidDataException, ObjectNotFoundExceptionDeprecated.- Returns:
- Throws:
InvalidDataExceptionObjectNotFoundException
-
evaluateScript
protected void evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException, InvalidCollectionModification Deprecated.Executes a script if exists.- Parameters:
item-dependency-newMember-transactionKey-- Throws:
ObjectNotFoundExceptionInvalidDataExceptionInvalidCollectionModification
-
evaluateScript
protected void evaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException, InvalidCollectionModification Deprecated.
-