| 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.process.module |
| Modifier and Type | Class and Description |
|---|---|
class |
Aggregation
A Collection with a graph layout
|
class |
AggregationDescription |
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(String collName)
Gets the current version of the named collection
|
Collection<?> |
ItemProxy.getCollection(String collName,
Integer version)
Gets a numbered version (snapshot) of a collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
Module.addImports(Collection<?> contents) |
void |
Module.setImports(Collection<?> contents) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.