| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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 |
Viewpoint.getOutcome() |
Outcome |
Viewpoint.getOutcome(Object locker) |
Outcome |
QueryOutcomeInitiator.initOutcomeInstance(Job job) |
Outcome |
OutcomeInitiator.initOutcomeInstance(Job job)
Constructs and initialises the Outcome object
|
| Modifier and Type | Method and Description |
|---|---|
static OutcomeValidator |
OutcomeValidator.getValidator(Outcome o) |
| 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> |
DefaultResourceImportHandler.getResourceOutcomes(String name,
String ns,
String location,
Integer version) |
Set<Outcome> |
ResourceImportHandler.getResourceOutcomes(String name,
String ns,
String location,
Integer version)
Generates the outcomes that the resource should contain.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionArrayList |
DefaultResourceImportHandler.getCollections(String name,
Integer version,
Outcome outcome) |
CollectionArrayList |
ResourceImportHandler.getCollections(String name,
Integer version,
Outcome outcome)
Returns any collections that this Resource Item stored in the outcome should contain.
|
Copyright © 1997–2017 CRISTAL-iSE. All rights reserved.