| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.events |
Events are generated and stored whenever a step in an Item's lifecycle
changes state, and provide a full record of what was done, when, and by whom.
|
| 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 |
|---|---|
Schema |
Outcome.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
static OutcomeValidator |
OutcomeValidator.getValidator(Schema schema) |
void |
Outcome.setSchema(Schema schema) |
| Constructor and Description |
|---|
Outcome(int id,
Document dom,
Schema schema) |
Outcome(int id,
String xml,
Schema schema) |
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(String schemaName,
int schemaVersion)
Retrieves a named version of a schema from the database
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.