| 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 |
CollectionMember.getProperties()
Gets the member properties.
|
CastorHashMap |
Dependency.getProperties() |
CastorHashMap |
DependencyMember.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
AggregationMember |
Aggregation.addMember(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h,
TransactionKey transactionKey) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h,
TransactionKey transactionKey) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h,
TransactionKey transactionKey) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
TransactionKey transactionKey) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
TransactionKey transactionKey) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
TransactionKey transactionKey) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
TransactionKey transactionKey) |
abstract E |
Collection.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.
|
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,
TransactionKey transactionKey)
Add Dependency specific values to VertexProperties (CastorHashMap).
|
DependencyMember |
Dependency.createMember(ItemPath itemPath,
CastorHashMap props,
TransactionKey transactionKey) |
void |
Dependency.setProperties(CastorHashMap props) |
void |
DependencyMember.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 |
ImportAggregationMember.props |
CastorHashMap |
ImportDependencyMember.props |
CastorHashMap |
ImportDependency.props |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
Graphable.mProperties |
| Modifier and Type | Method and Description |
|---|---|
CastorHashMap |
GraphableVertex.getProperties() |
CastorHashMap |
Graphable.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphableVertex.setProperties(CastorHashMap props) |
void |
Graphable.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,
TransactionKey transactionKey) |
| 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,
TransactionKey transactionKey)
Reads and evaluates input properties, set input parameters from those properties and executes the Script
|
Object |
Script.evaluate(ItemPath itemPath,
CastorHashMap inputProps,
String actContext,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptionList |
LocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) |
static PropertyDescriptionList |
LocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties,
TransactionKey transactionKey) |
static Query |
LocalObjectLoader.getQuery(CastorHashMap properties)
Retrieves a query from the database finding data in the Vertex properties
|
static Query |
LocalObjectLoader.getQuery(CastorHashMap properties,
TransactionKey transactionKey) |
static Schema |
LocalObjectLoader.getSchema(CastorHashMap properties)
Retrieves a schema from the database finding data in the Vertex properties
|
static Schema |
LocalObjectLoader.getSchema(CastorHashMap properties,
TransactionKey transactionKey) |
static Script |
LocalObjectLoader.getScript(CastorHashMap properties)
Retrieves a script from the database finding data in the Vertex properties
|
static Script |
LocalObjectLoader.getScript(CastorHashMap properties,
TransactionKey transactionKey) |
static StateMachine |
LocalObjectLoader.getStateMachine(CastorHashMap properties) |
static StateMachine |
LocalObjectLoader.getStateMachine(CastorHashMap properties,
TransactionKey transactionKey) |
void |
CastorHashMap.merge(CastorHashMap newProps)
Merging existing entries with these new ones.
|
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.