| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity.imports | |
| org.cristalise.kernel.entity.proxy |
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
|
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.property |
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addToItemProperties(PropertyArrayList props)
Add Dependency specific values to ItemProperties.
|
boolean |
DependencyMember.convertToItemPropertyByScript(PropertyArrayList props)
Executes Script if it was defined in the Member properties
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyArrayList |
ImportItem.createItemProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls)
Deprecated.
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls,
Viewpoint viewpoint,
Outcome outcome)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyArrayList |
UpdateProperitesFromDescription.unmarshallInitProperties(String initPropString)
Unmarshalls initial Properties
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyArrayList |
CreateItemFromDescription.instantiateProperties(ItemPath descItemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
Object locker) |
protected PropertyArrayList |
CreateItemFromDescription.unmarshallInitProperties(String initPropString)
Unmarshalls initial Properties
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemPath newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
Object locker) |
static Collection<?> |
CreateItemFromDescription.instantiateCollection(String collName,
ItemPath descItemPath,
String descVer,
PropertyArrayList newProps,
Object locker) |
protected CollectionArrayList |
CreateItemFromDescription.instantiateCollections(ItemPath descItemPath,
String descVer,
PropertyArrayList newProps,
Object locker)
Copies the CollectionDescriptions of the Item requesting this predefined step.
|
protected PropertyArrayList |
CreateItemFromDescription.instantiateProperties(ItemPath descItemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
Object locker) |
static void |
CreateItemFromDescription.storeItem(AgentPath agent,
ItemPath item,
PropertyArrayList props,
CollectionArrayList colls,
CompositeActivity ca,
Viewpoint initViewpoint,
String initOutcomeString,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
PropertyArrayList |
PropertyDescriptionList.instantiate(PropertyArrayList initProps)
Before instantiating checks that supplied initial Properties exist in description list
|
| Modifier and Type | Method and Description |
|---|---|
PropertyArrayList |
PropertyDescriptionList.instantiate(PropertyArrayList initProps)
Before instantiating checks that supplied initial Properties exist in description list
|
void |
PropertyArrayList.merge(PropertyArrayList newProps)
Merge properties
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.