| 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 |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.process.module |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInCollections |
BuiltInCollections.getValue(String collName) |
static BuiltInCollections |
BuiltInCollections.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInCollections[] |
BuiltInCollections.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Dependency(BuiltInCollections collection) |
Dependency(BuiltInCollections collection,
Integer version) |
| Constructor and Description |
|---|
ImportDependency(BuiltInCollections collection) |
| 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,
TransactionKey transKey)
Gets a numbered version (snapshot) of a collection
|
Collection<?> |
ItemProxy.getCollection(BuiltInCollections collection,
TransactionKey transKey)
Gets the current version of the named Collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected DescriptionObject[] |
ActivityDef.getBuiltInCollectionResource(BuiltInCollections collection,
TransactionKey transactionKey) |
Dependency |
ActivityDef.makeDescCollection(BuiltInCollections collection,
TransactionKey transactionKey,
DescriptionObject... descs) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDescRef |
ModuleActivity.getDescRef(ItemProxy child,
BuiltInCollections collection) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.