| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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.entity.transfer |
Export and Import of Items.
|
| org.cristalise.kernel.events | |
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lookup | |
| org.cristalise.kernel.persistency.outcome | |
| org.cristalise.kernel.process.module |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyMember.setChildUUID(String uuid) |
void |
AggregationMember.setChildUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
Job.getItemProxy() |
void |
Job.setAgentUUID(String uuid)
Used by castor to unmarshall from XML
|
void |
Job.setItemUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportAgent.setID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
AgentProxy.getItemByUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransferItem.setUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setAgentUUID(String uuid) |
void |
Event.setItemUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
Workflow.setItemUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PredefinedStepCollectionBase.setChildPath(String data) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidAgentPathException |
| Modifier and Type | Method and Description |
|---|---|
default ItemPath |
Lookup.getItemPath(String sysKey)
Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.
|
ItemPath |
Lookup.getItemPath(String sysKey,
TransactionKey transactionKey)
Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.
|
default ItemPath |
Lookup.resolvePath(DomainPath domainPath)
Find the ItemPath for which a DomainPath is an alias.
|
ItemPath |
Lookup.resolvePath(DomainPath domainPath,
TransactionKey transactionKey)
Find the ItemPath for which a DomainPath is an alias.
|
| Constructor and Description |
|---|
AgentPath(String path) |
ItemPath(String path) |
ItemPath(String[] path) |
| Modifier and Type | Method and Description |
|---|---|
void |
Viewpoint.setItemUUID(String uuid) |
void |
OutcomeAttachment.setItemUUID(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImport.setID(String uuid) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.