| 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.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) |
void |
DomainPathSubscriber.pathRemoved(DomainPath path) |
void |
ProxyManager.subscribeTree(DomainPathSubscriber sub,
DomainPath interest) |
| 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
|
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 | Field and Description |
|---|---|
protected DomainPath |
ModuleImport.domainPath |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
ModuleImport.getDomainPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImport.setDomainPath(DomainPath domainPath) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.