| Package | Description |
|---|---|
| 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.lifecycle.instance.predefined | |
| org.cristalise.kernel.persistency.outcome | |
| org.cristalise.kernel.process.resource | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
Job.getLastOutcome()
Returns the Outcome instance associated with the 'last' Viewpoint
|
Outcome |
Job.getOutcome()
Returns the Outcome if exists otherwise tries to read and duplicate the Outcome of 'last' ViewPoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setOutcome(Outcome o) |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
ItemProxy.getOutcome(Event event)
Gets the Outcome associated with the Event.
|
Outcome |
ItemProxy.getOutcome(Event event,
Object locker)
Gets the Outcome associated with the Event.
|
Outcome |
ItemProxy.getOutcome(Schema schema,
int eventId)
Gets the selected Outcome,
|
Outcome |
ItemProxy.getOutcome(Schema schema,
int eventId,
Object locker)
Gets the selected Outcome.
|
Outcome |
ItemProxy.getOutcome(String schemaName,
int schemaVersion,
int eventId)
Gets the selected Outcome.
|
Outcome |
ItemProxy.getOutcome(String schemaName,
int schemaVersion,
int eventId,
Object locker)
Gets the selected Outcome.
|
Outcome |
ItemProxy.getOutcome(Viewpoint view)
Gets the Outcome selected by the Viewpoint
|
Outcome |
ItemProxy.getOutcome(Viewpoint view,
Object locker)
Gets the Outcome selected by the Viewpoint.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath,
Outcome newOutcome)
TODO Implement Bootstrap predefined step
|
static void |
PredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath,
Outcome newOutcome,
Integer version)
TODO Implement Bootstrap predefined step
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
Viewpoint.getOutcome() |
Outcome |
OutcomeAttachment.getOutcome() |
Outcome |
Viewpoint.getOutcome(Object locker) |
Outcome |
OutcomeAttachment.getOutcome(Object locker) |
Outcome |
OutcomeInitiator.initOutcomeInstance(Job job)
Constructs and initialises the Outcome object
|
Outcome |
QueryOutcomeInitiator.initOutcomeInstance(Job job) |
| Modifier and Type | Method and Description |
|---|---|
static OutcomeValidator |
OutcomeValidator.getValidator(Outcome o) |
boolean |
Outcome.isIdentical(Outcome other)
Checks if the Outcome is identical with the given input
|
| Constructor and Description |
|---|
OutcomeAttachment(ItemPath itemPath,
Outcome outcome,
String type,
byte[] binaryData) |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
ResourceImportHandler.getResourceOutcome(String name,
String ns,
String location,
Integer version)
Generate the outcome that the resource should contain.
|
Outcome |
DefaultResourceImportHandler.getResourceOutcome(String name,
String ns,
String location,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
ResourceImportHandler.createResource(String ns,
String itemName,
int version,
Outcome outcome,
boolean reset)
Create resource Item from its Module definition.
|
DomainPath |
DefaultResourceImportHandler.createResource(String ns,
String itemName,
int version,
Outcome outcome,
boolean reset)
Methods migrated from Bootstrap
|
CollectionArrayList |
ResourceImportHandler.getCollections(String name,
Integer version,
Outcome outcome)
Returns any collections that this Resource Item stored in the outcome should contain.
|
CollectionArrayList |
DefaultResourceImportHandler.getCollections(String name,
Integer version,
Outcome outcome) |
DomainPath |
ResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset)
Verify a resource Item against a Module version, but supplies the resource outcomes directly
instead of through a location lookup.
|
DomainPath |
DefaultResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
ObjectProperties.convertToOutcome(String processName)
Convert the properties to an XML using SystemProperties.xsd.
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.