Uses of Class
org.cristalise.kernel.utils.CastorHashMap
Packages that use CastorHashMap
Package
Description
Collections are Item local objects that reference other Items.
This file is part of the CRISTAL-iSE kernel.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of CastorHashMap in org.cristalise.kernel.collection
Fields in org.cristalise.kernel.collection declared as CastorHashMapMethods in org.cristalise.kernel.collection that return CastorHashMapModifier and TypeMethodDescriptionCollectionMember.getProperties()Gets the member properties.Dependency.getProperties()DependencyMember.getProperties()Methods in org.cristalise.kernel.collection with parameters of type CastorHashMapModifier and TypeMethodDescriptionAggregation.addMember(ItemPath itemPath, CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) Aggregation.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) Aggregation.addMember(CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) AggregationInstance.addMember(ItemPath itemPath, CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) AggregationInstance.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) abstract ECollection.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) Add a member to this collection, with the given property and class properties and optionally an Item to assign, which may be null if the collection allows empty slots.Dependency.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) DependencyDescription.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) Aggregation.addSlot(CastorHashMap props, String classProps) Aggregation.addSlot(CastorHashMap props, String classProps, GraphPoint location, int w, int h) voidDependency.addToVertexProperties(CastorHashMap props, TransactionKey transactionKey) Add Dependency specific values to VertexProperties (CastorHashMap).Dependency.createMember(ItemPath itemPath, CastorHashMap props, TransactionKey transactionKey) voidDependency.setProperties(CastorHashMap props) voidDependencyMember.setProperties(CastorHashMap props) voidDependency.updateMember(ItemPath childPath, int memberID, CastorHashMap memberNewProps) voidDependency.updateMember(ItemPath childPath, CastorHashMap memberNewProps) voidDependencyMember.updatePropertieFromDescription(CastorHashMap propDesc, DependencyMember newMember) voidDependencyMember.updateProperties(CastorHashMap newProps) Only update existing properties otherwise throw an exception -
Uses of CastorHashMap in org.cristalise.kernel.entity
Constructors in org.cristalise.kernel.entity with parameters of type CastorHashMap -
Uses of CastorHashMap in org.cristalise.kernel.entity.imports
Fields in org.cristalise.kernel.entity.imports declared as CastorHashMap -
Uses of CastorHashMap in org.cristalise.kernel.graph.model
Fields in org.cristalise.kernel.graph.model declared as CastorHashMapMethods in org.cristalise.kernel.graph.model that return CastorHashMapMethods in org.cristalise.kernel.graph.model with parameters of type CastorHashMapModifier and TypeMethodDescriptionvoidGraphable.setProperties(CastorHashMap props) voidGraphableVertex.setProperties(CastorHashMap props) voidGraphableVertex.updatePropertiesFromCollection(int slotID, CastorHashMap newProps) voidGraphableVertex.updatePropertiesFromCollection(BuiltInVertexProperties vertexProp, CastorHashMap newProps) -
Uses of CastorHashMap in org.cristalise.kernel.lifecycle
Subclasses of CastorHashMap in org.cristalise.kernel.lifecycle -
Uses of CastorHashMap in org.cristalise.kernel.lifecycle.instance.predefined
Fields in org.cristalise.kernel.lifecycle.instance.predefined declared as CastorHashMapModifier and TypeFieldDescriptionprotected CastorHashMapPredefinedStepCollectionBase.memberNewPropsDeprecated.Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type CastorHashMapModifier and TypeMethodDescriptionprotected voidManageMembersOfCollectionBase.evaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) protected voidPredefinedStepCollectionBase.evaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) Deprecated.voidPredefinedStep.mergeProperties(CastorHashMap newProps) -
Uses of CastorHashMap in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine with parameters of type CastorHashMapModifier and TypeMethodDescriptionTransition.getQuery(CastorHashMap actProps) Transition.getRoleOverride(CastorHashMap actProps) Transition.getSchema(CastorHashMap actProps) Transition.getScript(CastorHashMap actProps) Transition.getScriptName(CastorHashMap actProps) Deprecated.intTransition.getScriptVersion(CastorHashMap actProps) Deprecated.booleanTransition.hasOutcome(CastorHashMap actProps) booleanTransition.hasQuery(CastorHashMap actProps) booleanTransition.hasScript(CastorHashMap actProps) -
Uses of CastorHashMap in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that return CastorHashMapModifier and TypeMethodDescriptionstatic CastorHashMapPropertyUtility.convertTransitiveProperties(PropertyDescriptionList pdList) Converts transitive PropertyDescriptions to VertexProprties (CastorHashMap). -
Uses of CastorHashMap in org.cristalise.kernel.querying
Methods in org.cristalise.kernel.querying with parameters of type CastorHashMapModifier and TypeMethodDescriptionvoidQuery.setParemeterValues(String itemUUID, Object schemaName, CastorHashMap actProps) -
Uses of CastorHashMap in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting with parameters of type CastorHashMapModifier and TypeMethodDescriptionScript.evaluate(ItemPath itemPath, CastorHashMap inputProps, String actContext, boolean actExecEnv, TransactionKey transactionKey) Reads and evaluates input properties, set input parameters from those properties and executes the ScriptScript.evaluate(ItemPath itemPath, CastorHashMap inputProps, String actContext, TransactionKey transactionKey) Script.evaluate(CastorHashMap inputProps) Use this when a Script is executed without an Item or Transaction context -
Uses of CastorHashMap in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils with parameters of type CastorHashMapModifier and TypeMethodDescriptionstatic PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties, TransactionKey transactionKey) static QueryLocalObjectLoader.getQuery(CastorHashMap properties) Retrieves a query from the database finding data in the Vertex propertiesstatic QueryLocalObjectLoader.getQuery(CastorHashMap properties, TransactionKey transactionKey) static SchemaLocalObjectLoader.getSchema(CastorHashMap properties) Retrieves a schema from the database finding data in the Vertex propertiesstatic SchemaLocalObjectLoader.getSchema(CastorHashMap properties, TransactionKey transactionKey) static ScriptLocalObjectLoader.getScript(CastorHashMap properties) Retrieves a script from the database finding data in the Vertex propertiesstatic ScriptLocalObjectLoader.getScript(CastorHashMap properties, TransactionKey transactionKey) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties, TransactionKey transactionKey) voidCastorHashMap.merge(CastorHashMap newProps) Merging existing entries with these new ones.