| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| 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.stateMachine | |
| org.cristalise.kernel.property |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
Dependency.mProperties |
| Modifier and Type | Method and Description |
|---|---|
CastorHashMap |
DependencyMember.getProperties() |
CastorHashMap |
Dependency.getProperties() |
CastorHashMap |
CollectionMember.getProperties()
Gets the member properties.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationMember |
Aggregation.addMember(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
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 |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
Aggregation.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 |
DependencyMember.setProperties(CastorHashMap props) |
void |
Dependency.setProperties(CastorHashMap props) |
| Modifier and Type | Field and Description |
|---|---|
CastorHashMap |
ImportDependencyMember.props |
CastorHashMap |
ImportAggregationMember.props |
CastorHashMap |
ImportDependency.props |
| Modifier and Type | Field and Description |
|---|---|
protected CastorHashMap |
Graphable.mProperties |
| Modifier and Type | Method and Description |
|---|---|
CastorHashMap |
Graphable.getProperties() |
CastorHashMap |
GraphableEdge.getProperties()
Returns the properties.
|
CastorHashMap |
GraphableVertex.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graphable.setProperties(CastorHashMap props) |
void |
GraphableEdge.setProperties(CastorHashMap properties)
Sets the properties.
|
void |
GraphableVertex.setProperties(CastorHashMap props) |
| Modifier and Type | Class and Description |
|---|---|
class |
WfCastorHashMap |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.configureInstanceProp(CastorHashMap props,
DescriptionObject desc,
String nameProp,
String verProp) |
| Modifier and Type | Method and Description |
|---|---|
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.hasScript(CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
static CastorHashMap |
PropertyUtility.createProperty(PropertyDescriptionList pdList) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.