| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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.process.module | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
CollectionMember.resolveItem()
Resolve the Item currently assigned
|
ItemProxy |
AggregationMember.resolveItem() |
ItemProxy |
DependencyMember.resolveItem() |
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
Job.getItem() |
ItemProxy |
Job.getItemProxy() |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentProxy
It is a wrapper for the connection and communication with Agent It caches
data loaded from the Agent to reduce communication
|
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
AgentProxy.getItem(Path itemPath) |
ItemProxy |
AgentProxy.getItem(String itemPath) |
ItemProxy |
AgentProxy.getItemByUUID(String uuid) |
ItemProxy |
ProxyManager.getProxy(Path path) |
ItemProxy |
AgentProxy.searchItem(Path root,
String name)
Let scripts resolve items
|
ItemProxy |
AgentProxy.searchItem(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemProxy> |
AgentProxy.searchItems(Path start,
Property[] props) |
List<ItemProxy> |
AgentProxy.searchItems(Path start,
PropertyDescriptionList props) |
| Modifier and Type | Method and Description |
|---|---|
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
C2KLocalObject obj) |
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
String param) |
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
String[] params) |
String |
AgentProxy.execute(ItemProxy item,
String predefStep,
C2KLocalObject obj) |
String |
AgentProxy.execute(ItemProxy item,
String predefStep,
String param)
Single parameter execution.
|
String |
AgentProxy.execute(ItemProxy item,
String predefStep,
String[] params)
Multi-parameter execution.
|
void |
MemberSubscription.setSubject(ItemProxy subject) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDescRef |
ModuleActivity.getDescRef(ItemProxy child,
BuiltInCollections collection) |
void |
Module.importAll(ItemProxy serverEntity,
AgentProxy systemAgent,
boolean reset)
Imports all resources defined in the Module in this order: Resources, Roles, Agents, Items and Module itself
|
| Constructor and Description |
|---|
ModuleActivity(ItemProxy child,
Integer version) |
ModulePropertyDescription(ItemProxy child,
Integer version) |
ModuleQuery(ItemProxy child,
Integer version) |
ModuleSchema(ItemProxy child,
Integer version) |
ModuleScript(ItemProxy child,
Integer version) |
ModuleStateMachine(ItemProxy child,
Integer version) |
ModuleWorkflow(ItemProxy child,
Integer version) |
| Modifier and Type | Field and Description |
|---|---|
ItemProxy |
DescriptionObjectCache.CacheEntry.proxy |
| Modifier and Type | Method and Description |
|---|---|
ActivityDef |
ActDefCache.loadObject(String name,
int version,
ItemProxy proxy) |
D |
DescriptionObjectCache.loadObject(String name,
int version,
ItemProxy proxy) |
| Constructor and Description |
|---|
CacheEntry(E def,
ItemProxy proxy,
DescriptionObjectCache<E> parent) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.