| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| 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.lookup | |
| org.cristalise.kernel.property |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
Dependency.getClassProperties() |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Property> |
ImportItem.properties |
| Modifier and Type | Method and Description |
|---|---|
List<ItemProxy> |
AgentProxy.searchItems(Path start,
Property[] props) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Path> |
Lookup.search(Path start,
Property... props)
Search for Items in the specified path with the given property list
|
| Modifier and Type | Method and Description |
|---|---|
Lookup.PagedResult |
Lookup.search(Path start,
List<Property> props,
int offset,
int limit)
Search for Items in the specified path with the given property list
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyArrayList.get(String name) |
Property |
PropertyDescription.getProperty()
Instantiates a new Property from this definition
|
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
BuiltInItemProperties prop,
Object locker) |
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
String propName,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyArrayList.put(Property p) |
| Constructor and Description |
|---|
PropertyArrayList(ArrayList<Property> aList)
Puts all Properties in order, so later ones with the same name overwrite earlier ones
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.