| 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.scripting | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
ItemProxy |
DependencyMember.resolveItem() |
ItemProxy |
AggregationMember.resolveItem() |
ItemProxy |
CollectionMember.resolveItem()
Resolve the Item currently assigned
|
| Modifier and Type | Method and Description |
|---|---|
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 getProxy( String )
Proxy from Alias
|
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,
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,
String collName) |
void |
Module.importAll(ItemProxy serverEntity,
AgentProxy systemAgent,
String moduleXML,
boolean reset) |
| Constructor and Description |
|---|
ModuleActivity(ItemProxy child,
Integer version) |
ModuleWorkflow(ItemProxy child,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setActExecEnvironment(ItemProxy object,
AgentProxy subject,
Job job) |
| 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 |
|---|
DescriptionObjectCache.CacheEntry(E def,
ItemProxy proxy,
DescriptionObjectCache<E> parent) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.