| 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 |
AggregationMember.resolveItem() |
ItemProxy |
CollectionMember.resolveItem()
Resolve the Item currently assigned
|
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,
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 the Module itself
|
| 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)
Adds ItemProxy (object), AgentProxy (subject) and Job to the script input parameters and errors to the output parameters
even if these are not defined in the Script XML
|
| 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–2017 CRISTAL-iSE. All rights reserved.