| Package | Description |
|---|---|
| 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.lookup | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.process.module | |
| org.cristalise.kernel.process.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainPathSubscriber.pathAdded(DomainPath path)
Domain path was added
|
void |
DomainPathSubscriber.pathRemoved(DomainPath path)
Domain path was removed
|
void |
ProxyManager.subscribeTree(DomainPathSubscriber sub,
DomainPath interest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemPath newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
DomainPath.getParent() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
DomainPath(DomainPath parent,
String child) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StandardServer.resetItemIORs(DomainPath root,
TransactionKey transactionKey) |
| Modifier and Type | Field and Description |
|---|---|
protected DomainPath |
ModuleImport.domainPath |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
DefaultResourceImportHandler.createResource(String ns,
String itemName,
int version,
Outcome outcome,
boolean reset,
TransactionKey transactionKey)
Methods migrated from Bootstrap
|
DomainPath |
ResourceImportHandler.createResource(String ns,
String itemName,
int version,
Outcome outcome,
boolean reset,
TransactionKey transactionKey)
Create resource Item from its Module definition.
|
DomainPath |
DefaultResourceImportHandler.getPath(String name,
String ns) |
DomainPath |
ResourceImportHandler.getPath(String name,
String ns)
Returns the DomainPath for a specific resource
|
DomainPath |
DefaultResourceImportHandler.getTypeRoot() |
DomainPath |
ResourceImportHandler.getTypeRoot()
The directory context to search for existing resources.
|
DomainPath |
DefaultResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset,
TransactionKey transactionKey) |
DomainPath |
ResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset,
TransactionKey transactionKey)
Verify a resource Item against a Module version, but supplies the resource outcomes directly
instead of through a location lookup.
|
DomainPath |
DefaultResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
String dataLocation,
boolean reset,
TransactionKey transactionKey) |
DomainPath |
ResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
String dataLocation,
boolean reset,
TransactionKey transactionKey)
Creates or updates resource Item against a Module version, using a ResourceImportHandler configured
finding the outcome at the given dataLocation.
|
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.