Uses of Interface
com.redwood.scheduler.api.model.EventDefinition
-
Packages that use EventDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of EventDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type EventDefinition Modifier and Type Field Description static QueryObjectType<EventDefinition>
EventDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return EventDefinition Modifier and Type Method Description EventDefinition
SchedulerSession. createEventDefinition()
Return a new instance of EventDefinition.EventDefinition
Event. getEventDefinition()
Get the EventDefinition.EventDefinition
EventSourceDefinition. getEventDefinition()
Get the EventDefinition.EventDefinition
JobChainCallRaiseEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
JobChainCallWaitEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
JobDefinitionRaiseEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
JobDefinitionRuntimeLimit. getEventDefinition()
Get the EventDefinition.EventDefinition
JobDefinitionWaitEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
JobRaiseEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
JobRuntimeLimit. getEventDefinition()
Get the EventDefinition.EventDefinition
JobWaitEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
MonitorEvent. getEventDefinition()
Get the EventDefinition.EventDefinition
SAPXBPEventRule. getEventDefinition()
Get the EventDefinition.static EventDefinition
BusinessKeyLookup. getEventDefinitionByBusinessKey(SchedulerSession session, String key)
Query an instance ofEventDefinition
, based on its business key.EventDefinition
BusinessKeyResolver. getEventDefinitionByKey(BusinessKey key)
Query an instance ofEventDefinition
, based on its business key.EventDefinition
Partition. getEventDefinitionByName(String name)
Get the EventDefinition by Name.EventDefinition
SchedulerSession. getEventDefinitionByName(Partition partition, String name)
Get theEventDefinition
by Name.EventDefinition
SchedulerSession. getEventDefinitionByName(String name)
Get theEventDefinition
by Name.EventDefinition
SchedulerSession. getEventDefinitionByUniqueId(Long uniqueId)
Get theEventDefinition
by UniqueId.EventDefinition
JobDefinition. getOverdueEventDefinition()
Get the OverdueEventDefinition.Methods in com.redwood.scheduler.api.model that return types with arguments of type EventDefinition Modifier and Type Method Description RWIterable<EventDefinition>
Application. getChildEventDefinitions()
Get anRWIterable
over a collection ofChildEventDefinitions
, the collection will be ordered by Name.RWIterable<EventDefinition>
Partition. getEventDefinitions()
Get anRWIterable
over an ordered collection ofEventDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type EventDefinition Modifier and Type Method Description MonitorEvent
LinkableMonitor. createMonitorEvent(EventDefinition newEventDefinition)
Create a newMonitorEvent
linked to this object.JobRaiseEvent
Job. getJobRaiseEventByStatusToRaiseOnEventDefinition(JobStatus statusToRaiseOn, EventDefinition eventDefinition)
Get the JobRaiseEvent by JobRaiseEvents.JobWaitEvent
Job. getJobWaitEventByEventDefinition(EventDefinition eventDefinition)
Get the JobWaitEvent by JobWaitEvents.MonitorEvent
LinkableMonitor. getMonitorEventByEventDefinition(EventDefinition eventDefinition)
Get the MonitorEvent by MonitorEvent.void
AbstractConcreteObjectCallback. handle(EventDefinition theEventDefinition)
void
ConcreteObjectCallback. handle(EventDefinition theEventDefinition)
void
JobChainCallRaiseEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobChainCallWaitEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobDefinitionRaiseEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobDefinitionRuntimeLimit. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobDefinitionWaitEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobRaiseEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobRuntimeLimit. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobWaitEvent. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
SAPXBPEventRule. setEventDefinition(EventDefinition newEventDefinition)
Set the value for EventDefinition.void
JobDefinition. setOverdueEventDefinition(EventDefinition newOverdueEventDefinition)
Set the value for OverdueEventDefinition. -
Uses of EventDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type EventDefinition Modifier and Type Method Description Iterator<EventDefinition>
ApplicationComp. getChildEventDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildEventDefinitions()
instead.Iterator<EventDefinition>
PartitionComp. getEventDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getEventDefinitions()
instead.
-