| 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.getOutcome() |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setOutcome(Outcome outcome) |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
Viewpoint.getOutcome() |
| 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
|
| 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.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.