Uses of Class
org.cristalise.kernel.events.Event
Packages that use Event
Package
Description
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.
-
Uses of Event in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return EventModifier and TypeMethodDescriptionItemProxy.getEvent(int eventId) Retrieves the Event of the given id.ItemProxy.getEvent(int eventId, TransactionKey transKey) Retrieves the Event of the given id.Methods in org.cristalise.kernel.entity.proxy with parameters of type EventModifier and TypeMethodDescriptionItemProxy.getOutcome(Event event) Gets the Outcome associated with the Event.ItemProxy.getOutcome(Event event, TransactionKey transKey) Gets the Outcome associated with the Event. -
Uses of Event in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events that return EventModifier and TypeMethodDescriptionHistory.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId, String timeString) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, boolean hasAttachment) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, String timeString) History.getEvent(int id) Methods in org.cristalise.kernel.events that return types with arguments of type Event -
Uses of Event in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that return EventModifier and TypeMethodDescriptionOutcomeAttachment.getEvent()OutcomeAttachment.getEvent(TransactionKey transactionKey) Viewpoint.getEvent()Viewpoint.getEvent(TransactionKey transactionKey)