| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.common | |
| org.cristalise.kernel.entity |
The implementations of Items, and their core functionality.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.lifecycle.instance.predefined.server | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.process.module |
| Modifier and Type | Method and Description |
|---|---|
AggregationMember |
Aggregation.addMember(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
Dependency.addMember(DependencyMember depMember) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath) |
DependencyMember |
Dependency.addMember(ItemPath itemPath)
Add a member to the Dependency
|
abstract E |
Collection.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps)
Add a member to this collection, with the given property and class properties and optionally an Item to assign, which may be null if
the collection allows empty slots.
|
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
DependencyMember.assignItem(ItemPath itemPath) |
void |
CollectionMember.assignItem(ItemPath itemPath)
Assign the given item to the slot, if it fits
|
void |
AggregationMember.assignItem(ItemPath itemPath) |
void |
DependencyDescription.checkMembership() |
DependencyMember |
Dependency.createMember(ItemPath itemPath) |
DependencyMember |
Dependency.createMember(ItemPath itemPath,
CastorHashMap props) |
void |
DependencyMember.setChildUUID(String uuid) |
void |
AggregationMember.setChildUUID(String uuid) |
void |
Dependency.updateMember(ItemPath childPath,
CastorHashMap memberNewProps) |
void |
Dependency.updateMember(ItemPath childPath,
int memberID,
CastorHashMap memberNewProps) |
void |
DependencyMember.updatePropertieFromDescription(CastorHashMap propDesc,
DependencyMember newMember) |
void |
DependencyMember.updateProperties(CastorHashMap newProps)
Only update existing properties otherwise throw an exception
|
| Modifier and Type | Field and Description |
|---|---|
InvalidCollectionModification |
InvalidCollectionModificationHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static InvalidCollectionModification |
InvalidCollectionModificationHelper.extract(Any a) |
static InvalidCollectionModification |
InvalidCollectionModificationHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InvalidCollectionModificationHelper.insert(Any a,
InvalidCollectionModification that) |
static void |
InvalidCollectionModificationHelper.write(OutputStream ostream,
InvalidCollectionModification value) |
| Constructor and Description |
|---|
InvalidCollectionModificationHolder(InvalidCollectionModification initialValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
TraceableEntity.delegatedAction(SystemKey agentId,
SystemKey delegateAgentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ItemImplementation.delegatedAction(SystemKey agentId,
SystemKey delegateId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ItemPOATie.delegatedAction(SystemKey agentKey,
SystemKey delegateAgentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ItemOperations.delegatedAction(SystemKey agentKey,
SystemKey delegateAgentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
AgentPOATie.delegatedAction(SystemKey agentKey,
SystemKey delegateAgentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
_AgentStub.delegatedAction(SystemKey agentKey,
SystemKey delegateAgentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
_ItemStub.delegatedAction(SystemKey agentKey,
SystemKey delegateAgentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
void |
ItemPOATie.initialise(SystemKey agentKey,
String itemProps,
String workflow,
String collections,
String viewpoint,
String outcome)
Initialises a new Item.
|
void |
ItemOperations.initialise(SystemKey agentKey,
String itemProps,
String workflow,
String collections,
String viewpoint,
String outcome)
Initialises a new Item.
|
void |
AgentPOATie.initialise(SystemKey agentKey,
String itemProps,
String workflow,
String collections,
String viewpoint,
String outcome)
Initialises a new Item.
|
void |
_AgentStub.initialise(SystemKey agentKey,
String itemProps,
String workflow,
String collections,
String viewpoint,
String outcome)
Initialises a new Item.
|
void |
_ItemStub.initialise(SystemKey agentKey,
String itemProps,
String workflow,
String collections,
String viewpoint,
String outcome)
Initialises a new Item.
|
String |
TraceableEntity.requestAction(SystemKey agentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ItemImplementation.requestAction(SystemKey agentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ItemPOATie.requestAction(SystemKey agentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment)
Requests a transition of an Activity in this Item's workflow.
|
String |
ItemOperations.requestAction(SystemKey agentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment)
Requests a transition of an Activity in this Item's workflow.
|
String |
AgentPOATie.requestAction(SystemKey agentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment)
Requests a transition of an Activity in this Item's workflow.
|
String |
_AgentStub.requestAction(SystemKey agentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment)
Requests a transition of an Activity in this Item's workflow.
|
String |
_ItemStub.requestAction(SystemKey agentKey,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment)
Requests a transition of an Activity in this Item's workflow.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ActiveEntity.delegatedAction(SystemKey agentId,
SystemKey delegateAgentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
String |
ActiveEntity.requestAction(SystemKey agentID,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
ImportDependency.create() |
Aggregation |
ImportAggregation.create() |
Path |
ImportItem.create(AgentPath agentPath,
boolean reset) |
protected CollectionArrayList |
ImportItem.createCollections() |
| Modifier and Type | Method and Description |
|---|---|
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep)
Execution without any parameters using Class of predefined step instead of string literal.
|
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
C2KLocalObject obj) |
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
String param)
Single parameter execution using Class of predefined step instead of string literal.
|
String |
AgentProxy.execute(ItemProxy item,
Class<?> predefStep,
String[] params) |
String |
AgentProxy.execute(ItemProxy item,
String predefStep)
Execution without any parameters.
|
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.
|
String |
AgentProxy.execute(Job job)
Standard execution of jobs.
|
String |
AgentProxy.execute(Job job,
Job errorJob)
Extended execution of jobs when the client knows that there is a Transition to be used in case of an error.
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls)
Initialise the new Item with instance data which was normally created from descriptions
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls,
Viewpoint viewpoint,
Outcome outcome)
Initialise the new Item with instance data which was normally created from descriptions
|
String |
ItemProxy.requestAction(Job thisJob)
Executes the given Job
|
| Modifier and Type | Method and Description |
|---|---|
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Overridden in predefined steps
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PredefinedStepCollectionBase.evaluateScript(ItemPath item,
String propertyValue,
CastorHashMap scriptProps,
Object locker) |
protected String |
UpdateDependencyMember.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
UpdateProperitesFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected abstract String |
PredefinedStep.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
All predefined steps must override this to implement their action
|
protected String |
AddMemberToCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
UpdateCollectionsFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AssignItemToSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params: 0 - collection name 1 - slot number 2 - target entity key
|
protected String |
RemoveSlotFromCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UpdateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BulkImport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewItem.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCodeProcess.runUserCodeLogic(Job job,
Job errorJob)
Override this mehod to implement application specific (business) logic
Default implementation - the agent execute any scripts, query or both defined
|
void |
UserCodeProcess.start(Job thisJob,
String jobKey)
Method called to handle the Start transition.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Path |
ModuleImport.create(AgentPath agentPath,
boolean reset) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.