| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity |
The implementations of Items, and their core functionality.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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.events | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lookup | |
| org.cristalise.kernel.persistency | |
| org.cristalise.kernel.persistency.outcome | |
| org.cristalise.kernel.property | |
| org.cristalise.storage |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Collection.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
C2KLocalObject.getClusterType()
Each object belongs to a specific type defined in
ClusterStorage |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Job.getClusterType() |
ClusterType |
JobList.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemProxy.checkContent(ClusterType cluster,
String name)
Check the root content of the given ClusterType
|
String[] |
ItemProxy.getContents(ClusterType type)
List the root content of the given ClusterType.
|
String[] |
ItemProxy.getContents(ClusterType type,
Object locker)
List the root content of the given ClusterType.
|
C2KLocalObject |
ItemProxy.getObject(ClusterType type)
Retrieve the C2KLocalObject for the ClusterType
|
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Event.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
ActivityDef.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Workflow.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Path.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterType[] |
ClusterStorage.getClusters(ItemPath itemPath)
Queries the Item for the Clusters (root path elements) that are available.
|
ClusterType |
RemoteMap.getClusterType()
Returns null so it cannot be stored
|
protected static ClusterType |
ClusterStorage.getClusterType(String path)
Utility method to find the cluster for a particular Local Object (the first part of its path)
|
static ClusterType |
ClusterType.getValue(String name) |
static ClusterType |
ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
ClusterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
ClusterStorage.getClusterContents(ItemPath itemPath,
ClusterType type)
Queries the local path below the given type and returns the possible next elements.
|
String[] |
TransactionManager.getClusterContents(ItemPath itemPath,
ClusterType type)
Retrieves the ids of the root level of a cluster
|
short |
ClusterStorage.queryClusterSupport(ClusterType clusterType)
Declares whether or not this ClusterStorage can read or write a
particular CRISTAL local object type.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Viewpoint.getClusterType() |
ClusterType |
OutcomeAttachment.getClusterType() |
ClusterType |
Outcome.getClusterType()
Returns
OUTCOME |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
Property.getClusterType() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
MemoryOnlyClusterStorage.getClusterContents(ItemPath itemPath,
ClusterType type) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.