| Package | Description |
|---|---|
| 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.lookup |
| Modifier and Type | Field and Description |
|---|---|
SystemKey |
SystemKeyHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static SystemKey |
SystemKeyHelper.extract(Any a) |
static SystemKey |
SystemKeyHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemKeyHelper.insert(Any a,
SystemKey that) |
static void |
SystemKeyHelper.write(OutputStream ostream,
SystemKey value) |
| Constructor and Description |
|---|
SystemKeyHolder(SystemKey initialValue) |
| Modifier and Type | Method and Description |
|---|---|
SystemKey |
TraceableEntity.getSystemKey() |
SystemKey |
ItemImplementation.getSystemKey() |
SystemKey |
ItemPOATie.getSystemKey()
System generated unique key of the Entity.
|
SystemKey |
ItemOperations.getSystemKey()
System generated unique key of the Entity.
|
SystemKey |
AgentPOATie.getSystemKey()
System generated unique key of the Entity.
|
SystemKey |
_AgentStub.getSystemKey()
System generated unique key of the Entity.
|
SystemKey |
_ItemStub.getSystemKey()
System generated unique key of the Entity.
|
| 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 |
TraceableEntity.initialise(SystemKey agentId,
String propString,
String initWfString,
String initCollsString,
String initViewpointString,
String initOutcomeString) |
void |
ItemImplementation.initialise(SystemKey agentId,
String propString,
String initWfString,
String initCollsString,
String initViewpointString,
String initOutcomeString) |
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.queryLifeCycle(SystemKey agentId,
boolean filter) |
String |
ItemImplementation.queryLifeCycle(SystemKey agentId,
boolean filter) |
String |
ItemPOATie.queryLifeCycle(SystemKey agentKey,
boolean filter)
Returns a set of Jobs for this Agent on this Item.
|
String |
ItemOperations.queryLifeCycle(SystemKey agentKey,
boolean filter)
Returns a set of Jobs for this Agent on this Item.
|
String |
AgentPOATie.queryLifeCycle(SystemKey agentKey,
boolean filter)
Returns a set of Jobs for this Agent on this Item.
|
String |
_AgentStub.queryLifeCycle(SystemKey agentKey,
boolean filter)
Returns a set of Jobs for this Agent on this Item.
|
String |
_ItemStub.queryLifeCycle(SystemKey agentKey,
boolean filter)
Returns a set of Jobs for this Agent on this Item.
|
void |
AgentPOATie.refreshJobList(SystemKey itemKey,
String stepPath,
String newJobs)
Supplies the new set of jobs for the given item and activity.
|
void |
_AgentStub.refreshJobList(SystemKey itemKey,
String stepPath,
String newJobs)
Supplies the new set of jobs for the given item and activity.
|
void |
AgentOperations.refreshJobList(SystemKey itemKey,
String stepPath,
String newJobs)
Supplies the new set of jobs for the given item and activity.
|
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 |
|---|---|
SystemKey |
ActiveEntity.getSystemKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
ActiveEntity.delegatedAction(SystemKey agentId,
SystemKey delegateAgentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
void |
ActiveEntity.initialise(SystemKey agentId,
String propString,
String initWfString,
String initCollsString,
String initViewpointString,
String initOutcomeString) |
String |
ActiveEntity.queryLifeCycle(SystemKey agentId,
boolean filter) |
void |
ActiveEntity.refreshJobList(SystemKey sysKey,
String stepPath,
String newJobs)
Called by an activity when it reckons we need to update our joblist for it
|
void |
AgentImplementation.refreshJobList(SystemKey sysKey,
String stepPath,
String newJobs)
Updates an Agent's list of Jobs relating to a particular activity.
|
String |
ActiveEntity.requestAction(SystemKey agentID,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
| Modifier and Type | Method and Description |
|---|---|
SystemKey |
Path.getSystemKey() |
SystemKey |
ItemPath.getSystemKey() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemPath.setSysKey(SystemKey sysKey) |
| Constructor and Description |
|---|
AgentPath(SystemKey syskey) |
ItemPath(SystemKey syskey) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.