| 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.resource | |
| org.cristalise.kernel.property | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
List<ItemProxy> |
AgentProxy.searchItems(Path start,
PropertyDescriptionList props) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Path> |
Lookup.search(Path start,
PropertyDescriptionList props)
Search for Items of a particular type, based on its PropertyDescription outcome
|
Lookup.PagedResult |
Lookup.search(Path start,
PropertyDescriptionList props,
int offset,
int limit)
Search for Items of a particular type, based on its PropertyDescription outcome
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptionList |
ResourceImportHandler.getPropDesc()
Should return all of the Properties the resource Item will have on creation.
|
PropertyDescriptionList |
DefaultResourceImportHandler.getPropDesc() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptionList |
PropertyUtility.getPropertyDescriptionOutcome(ItemPath itemPath,
String descVer,
Object locker)
Reads the PropertyDescriptionList either from a built-in type of Item using LocalObjectLoader
or from the 'last' Viewpoint of the 'PropertyDescription' Outcome in the Item (very likely a Factory Item).
|
| Modifier and Type | Method and Description |
|---|---|
static CastorHashMap |
PropertyUtility.convertTransitiveProperties(PropertyDescriptionList pdList)
Converts transitive PropertyDescriptions to VertexProprties (CastorHashMap).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptionList |
PropertyDescriptionCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static PropertyDescriptionList |
LocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) |
static PropertyDescriptionList |
LocalObjectLoader.getPropertyDescriptionList(String name,
int version) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.