| 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.events | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance.stateMachine | |
| org.cristalise.kernel.persistency.outcome | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Job.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemProxy.checkOutcome(Schema schema,
int eventId)
Check if the given Outcome exists
|
boolean |
ItemProxy.checkOutcome(Schema schema,
int eventId,
Object locker)
Check if the given Outcome exists.
|
boolean |
ItemProxy.checkOutcomeAttachment(Schema schema,
int eventId)
Check if the given OutcomeAttachment exists
|
boolean |
ItemProxy.checkOutcomeAttachment(Schema schema,
int eventId,
Object locker)
Check if the given OutcomeAttachment exists.
|
Outcome |
ItemProxy.getOutcome(Schema schema,
int eventId)
Gets the selected Outcome,
|
Outcome |
ItemProxy.getOutcome(Schema schema,
int eventId,
Object locker)
Gets the selected Outcome.
|
OutcomeAttachment |
ItemProxy.getOutcomeAttachment(Schema schema,
int eventId)
Gets the selected OutcomeAttachment
|
OutcomeAttachment |
ItemProxy.getOutcomeAttachment(Schema schema,
int eventId,
Object locker)
Gets the selected OutcomeAttachment.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
String timeString) |
void |
Event.addOutcomeDetails(Schema schema,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ActivityDef.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.setSchema(Schema actSchema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Transition.getSchema(CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
static OutcomeValidator |
OutcomeValidator.getValidator(Schema schema) |
| Constructor and Description |
|---|
Outcome(int id,
Document dom,
Schema schema)
Very basic constructor to set all members
|
Outcome(int id,
String xml,
Schema schema)
Use this constructor to manipulate, validate and store this outcome
|
Outcome(String xml,
Schema schema)
Use this constructor for XML manipulation and validation.
|
OutcomeValidator(Schema schema) |
Viewpoint(ItemPath itemPath,
Schema schema,
String name,
int eventId) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static Schema |
LocalObjectLoader.getSchema(CastorHashMap properties)
Retrieves a schema from the database finding data in the Vertex properties
|
static Schema |
LocalObjectLoader.getSchema(String schemaName,
int schemaVersion)
Retrieves a named version of a schema from the database
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.