| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.entity.imports | |
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.stateMachine | |
| org.cristalise.kernel.property | |
| org.cristalise.kernel.querying | |
| org.cristalise.kernel.scripting | |
| org.cristalise.kernel.utils |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
Dependency.mProperties |
| Modifier and Type | Method and Description |
|---|---|
CastorHashMap |
DependencyMember.getProperties() |
CastorHashMap |
CollectionMember.getProperties()
Gets the member properties.
|
CastorHashMap |
Dependency.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
AggregationMember |
Aggregation.addMember(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
abstract E |
Collection.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps)
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.
|
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
Aggregation.addSlot(CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addSlot(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
Dependency.addToVertexProperties(CastorHashMap props)
Add Dependency specific values to VertexProperties (CastorHashMap).
|
DependencyMember |
Dependency.createMember(ItemPath itemPath,
CastorHashMap props) |
void |
DependencyMember.setProperties(CastorHashMap props) |
void |
Dependency.setProperties(CastorHashMap props) |
void |
Dependency.updateMember(ItemPath childPath,
CastorHashMap memberNewProps) |
void |
Dependency.updateMember(ItemPath childPath,
int memberID,
CastorHashMap memberNewProps) |
void |
DependencyMember.updatePropertieFromDescription(CastorHashMap propDesc,
DependencyMember newMember) |
void |
DependencyMember.updateProperties(CastorHashMap newProps)
Only update existing properties otherwise throw an exception
|
| Constructor and Description |
|---|
Job(int id,
ItemPath itemPath,
String stepName,
String stepPath,
String stepType,
Transition transition,
String originStateName,
String targetStateName,
String agentRole,
AgentPath agentPath,
AgentPath delegatePath,
CastorHashMap actProps,
GTimeStamp creationDate)
Constructor for recreating Job from backend
|
| Modifier and Type | Field and Description |
|---|---|
CastorHashMap |
ImportDependency.props |
CastorHashMap |
ImportDependencyMember.props |
CastorHashMap |
ImportAggregationMember.props |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
Graphable.mProperties |
| Modifier and Type | Method and Description |
|---|---|
CastorHashMap |
Graphable.getProperties() |
CastorHashMap |
GraphableVertex.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graphable.setProperties(CastorHashMap props) |
void |
GraphableVertex.setProperties(CastorHashMap props) |
void |
GraphableVertex.updatePropertiesFromCollection(BuiltInVertexProperties vertexProp,
CastorHashMap newProps) |
void |
GraphableVertex.updatePropertiesFromCollection(int slotID,
CastorHashMap newProps) |
| Modifier and Type | Class and Description |
|---|---|
class |
WfCastorHashMap |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
PredefinedStepCollectionBase.memberNewProps |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PredefinedStepCollectionBase.evaluateScript(ItemPath item,
String propertyValue,
CastorHashMap scriptProps,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Transition.getQuery(CastorHashMap actProps) |
String |
Transition.getRoleOverride(CastorHashMap actProps) |
Schema |
Transition.getSchema(CastorHashMap actProps) |
Script |
Transition.getScript(CastorHashMap actProps) |
String |
Transition.getScriptName(CastorHashMap actProps)
Deprecated.
|
int |
Transition.getScriptVersion(CastorHashMap actProps)
Deprecated.
|
boolean |
Transition.hasOutcome(CastorHashMap actProps) |
boolean |
Transition.hasQuery(CastorHashMap actProps) |
boolean |
Transition.hasScript(CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
static CastorHashMap |
PropertyUtility.convertTransitiveProperties(PropertyDescriptionList pdList)
Converts transitive PropertyDescriptions to VertexProprties (CastorHashMap).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setParemeterValues(String itemUUID,
Object schemaName,
CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Script.evaluate(CastorHashMap inputProps)
Use this when a Script is executed without an Item or Transaction context
|
Object |
Script.evaluate(ItemPath itemPath,
CastorHashMap inputProps,
String actContext,
boolean actExecEnv,
Object locker)
Reads and evaluates input properties, set input parameters from those properties and executes the Script
|
Object |
Script.evaluate(ItemPath itemPath,
CastorHashMap inputProps,
String actContext,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptionList |
LocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) |
static Query |
LocalObjectLoader.getQuery(CastorHashMap properties)
Retrieves a query from the database finding data in the Vertex properties
|
static Schema |
LocalObjectLoader.getSchema(CastorHashMap properties)
Retrieves a schema from the database finding data in the Vertex properties
|
static Script |
LocalObjectLoader.getScript(CastorHashMap properties)
Retrieves a script from the database finding data in the Vertex properties
|
static StateMachine |
LocalObjectLoader.getStateMachine(CastorHashMap properties) |
void |
CastorHashMap.merge(CastorHashMap newProps)
Merging existing entries with these new ones.
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.