| 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 |
|---|---|
default Iterator<Path> |
Lookup.search(Path start,
Property... props)
Search for Items in the specified path with the given property list
|
Iterator<Path> |
Lookup.search(Path start,
TransactionKey transactionKey,
Property... props)
Search for Items in the specified path with the given property list
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
| Modifier and Type | Method and Description |
|---|---|
default 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
|
Lookup.PagedResult |
Lookup.search(Path start,
List<Property> props,
int offset,
int limit,
TransactionKey transactionKey)
Search for Items in the specified path with the given property list
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
| 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,
TransactionKey transactionKey) |
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
String propName,
TransactionKey transactionKey) |
| 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–2022 CRISTAL-iSE. All rights reserved.