Uses of Interface
com.redwood.scheduler.api.model.Trigger
-
Packages that use Trigger Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Trigger in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Trigger Modifier and Type Field Description static QueryObjectType<Trigger>
Trigger. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Trigger Modifier and Type Method Description Trigger
SchedulerSession. createTrigger()
Return a new instance of Trigger.static Trigger
BusinessKeyLookup. getTriggerByBusinessKey(SchedulerSession session, String key)
Query an instance ofTrigger
, based on its business key.Trigger
BusinessKeyResolver. getTriggerByKey(BusinessKey key)
Query an instance ofTrigger
, based on its business key.Trigger
Partition. getTriggerByName(String name)
Get the Trigger by Name.Trigger
SchedulerSession. getTriggerByName(Partition partition, String name)
Get theTrigger
by Name.Trigger
SchedulerSession. getTriggerByName(String name)
Get theTrigger
by Name.Trigger
SchedulerSession. getTriggerByTriggerPoint(TriggerPoint triggerPoint)
Get theTrigger
by TriggerPoint.Trigger
SchedulerSession. getTriggerByUniqueId(Long uniqueId)
Get theTrigger
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Trigger Modifier and Type Method Description RWIterable<Trigger>
Application. getChildTriggers()
Get anRWIterable
over a collection ofChildTriggers
, the collection will be ordered by Name.RWIterable<Trigger>
Library. getTriggers()
Get anRWIterable
over an ordered collection ofTriggers
.RWIterable<Trigger>
Partition. getTriggers()
Get anRWIterable
over an ordered collection ofTriggers
.Methods in com.redwood.scheduler.api.model with parameters of type Trigger Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Trigger theTrigger)
void
ConcreteObjectCallback. handle(Trigger theTrigger)
-
Uses of Trigger in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Trigger Modifier and Type Method Description Iterator<Trigger>
ApplicationComp. getChildTriggers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTriggers()
instead.Iterator<Trigger>
LibraryComp. getTriggers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getTriggers()
instead.Iterator<Trigger>
PartitionComp. getTriggers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTriggers()
instead.
-