| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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 |
|---|---|
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–2017 CRISTAL-iSE. All rights reserved.