| 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.persistency.outcome | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.process.resource |
| 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 |
|---|---|
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 |
|---|---|
static DomainPath |
Bootstrap.createResource(String ns,
String itemName,
int version,
String itemType,
Set<Outcome> outcomes,
boolean reset)
Create a resource item from its module definition.
|
static DomainPath |
Bootstrap.verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
Set<Outcome> outcomes,
boolean reset)
Verify a resource item against a module version, but supplies the resource outcomes directly
instead of through a location lookup
|
| Modifier and Type | Method and Description |
|---|---|
Set<Outcome> |
ResourceImportHandler.getResourceOutcomes(String name,
String ns,
String location,
Integer version)
Generates the outcomes that the resource should contain.
|
Set<Outcome> |
DefaultResourceImportHandler.getResourceOutcomes(String name,
String ns,
String location,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.