| 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(ItemOperations newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
DomainPath.getParent() |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Lookup.resolvePath(DomainPath domainPath)
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 DomainPath |
Bootstrap.createResource(String ns,
String itemName,
int version,
String itemType,
Set<Outcome> outcomes,
boolean reset)
Create a resource item from its module definition.
|
static DomainPath |
Bootstrap.verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
Set<Outcome> outcomes,
boolean reset)
Verify a resource item against a module version, but supplies the resource outcomes directly
instead of through a location lookup
|
static DomainPath |
Bootstrap.verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
String dataLocation,
boolean reset)
Verify a resource item against a module version, using a ResourceImportHandler configured
to find outcomes at the given dataLocation
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StandardServer.resetItemIORs(DomainPath root) |
| Modifier and Type | Field and Description |
|---|---|
protected DomainPath |
ModuleImport.domainPath |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
ResourceImportHandler.getPath(String name,
String ns)
Returns the DomainPath for a specific resource
|
DomainPath |
DefaultResourceImportHandler.getPath(String name,
String ns) |
DomainPath |
ResourceImportHandler.getTypeRoot()
The directory context to search for existing resources.
|
DomainPath |
DefaultResourceImportHandler.getTypeRoot() |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.