Uses of Interface
com.redwood.scheduler.api.model.Event
-
Packages that use Event Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Event in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Event Modifier and Type Field Description static QueryObjectType<Event>
Event. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Event Modifier and Type Method Description Event
EventDefinition. createEvent()
Create a newEvent
linked to this object.Event
EventDefinition. getCurrentRaisedEvent()
Get the value for CurrentRaisedEvent.Event
EventSource. getEvent()
Get the Event.Event
JobRaiseEvent. getEvent()
Get the Event.static Event
BusinessKeyLookup. getEventByBusinessKey(SchedulerSession session, String key)
Query an instance ofEvent
, based on its business key.Event
BusinessKeyResolver. getEventByKey(BusinessKey key)
Query an instance ofEvent
, based on its business key.Event
EventDefinition. getEventByRaisedSequence(Long raisedSequence)
Get the Event by RaisedSequence.Event
SchedulerSession. getEventByUniqueId(Long uniqueId)
Get theEvent
by UniqueId.Event
EventDefinition. getLastRaisedEvent()
Get the value for LastRaisedEvent.Event
JobWaitEvent. getRaisedEvent()
Get the RaisedEvent.Event
EventDefinition. raise()
Raise an instance of this EventDefinition.Event
EventDefinition. raise(Job job, String raiserComment)
Raise an Event instance for this EventDefinition.Methods in com.redwood.scheduler.api.model that return types with arguments of type Event Modifier and Type Method Description RWIterable<Event>
EventDefinition. getEvents()
Get anRWIterable
over a collection ofEvents
, the collection will be ordered by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type Event Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Event theEvent)
void
ConcreteObjectCallback. handle(Event theEvent)
void
JobRaiseEvent. setEvent(Event newEvent)
Set the value for Event.void
JobWaitEvent. setRaisedEvent(Event newRaisedEvent)
Set the value for RaisedEvent. -
Uses of Event in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Event Modifier and Type Method Description Iterator<Event>
EventDefinitionComp. getEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getEvents()
instead.
-