| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected ArrayList<Property> |
ImportItem.properties |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Property> |
ImportAgent.getProperties() |
ArrayList<Property> |
ImportItem.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportAgent.setProperties(ArrayList<Property> properties) |
void |
ImportItem.setProperties(ArrayList<Property> 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 name and value
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDescription.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyArrayList.put(Property p)
Overwrite
|
| Constructor and Description |
|---|
PropertyArrayList(ArrayList<Property> aList) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.