| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| 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.item | |
| org.cristalise.kernel.process.module |
| Modifier and Type | Class and Description |
|---|---|
class |
Aggregation
A Collection with a graph layout
|
class |
AggregationDescription
The description of a Collection with a graph layout.
|
class |
AggregationInstance |
class |
Dependency
A Collection implementation that contains a variable number of members of the
same type, like a variable-length array.
|
class |
DependencyDescription |
| Modifier and Type | Method and Description |
|---|---|
Collection<DependencyMember> |
DependencyDescription.newInstance() |
Collection<E> |
CollectionDescription.newInstance()
Create a new instance of this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionArrayList.put(Collection<? extends CollectionMember> c)
This put method overwrites any collections with the same name already in
the list.
|
| Constructor and Description |
|---|
CollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList) |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
ItemProxy.getCollection(BuiltInCollections collection)
Gets the current version of the named Collection
|
Collection<?> |
ItemProxy.getCollection(BuiltInCollections collection,
Integer version)
Gets a numbered version (snapshot) of a collection
|
Collection<?> |
ItemProxy.getCollection(BuiltInCollections collection,
Integer version,
Object locker)
Gets a numbered version (snapshot) of a collection
|
Collection<?> |
ItemProxy.getCollection(BuiltInCollections collection,
Object locker)
Gets the current version of the named Collection.
|
Collection<?> |
ItemProxy.getCollection(String collName)
Gets the last version of the named collection
|
Collection<?> |
ItemProxy.getCollection(String collName,
Integer version)
Gets a numbered version (snapshot) of a collection
|
Collection<?> |
ItemProxy.getCollection(String collName,
Integer version,
Object locker)
Gets a numbered version (snapshot) of a collection.
|
Collection<?> |
ItemProxy.getCollection(String collName,
Object locker)
Gets the last version of the named collection.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<?> |
CreateItemFromDescription.instantiateCollection(String collName,
ItemPath descItemPath,
String descVer,
PropertyArrayList newProps,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.addImports(Collection<?> contents)
Adds the members of this Collection recursively to the imports of this Module.
|
void |
Module.setImports(Collection<?> contents)
Overwrites the imports with the content of this Collection
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.