| Package | Description |
|---|---|
| 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.persistency.outcome |
| Modifier and Type | Method and Description |
|---|---|
Event |
ItemProxy.getEvent(int eventId)
Retrieves the Event of the given id.
|
Event |
ItemProxy.getEvent(int eventId,
Object locker)
Retrieves the Event of the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
ItemProxy.getOutcome(Event event)
Gets the Outcome associated with the Event.
|
Outcome |
ItemProxy.getOutcome(Event event,
Object locker)
Gets the Outcome associated with the Event.
|
| 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) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
String timeString) |
Event |
History.getEvent(int id) |
Event |
History.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Event |
Viewpoint.getEvent() |
Event |
OutcomeAttachment.getEvent() |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.