Uses of Interface
com.redwood.scheduler.api.model.TriggerSource
-
Packages that use TriggerSource Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of TriggerSource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type TriggerSource Modifier and Type Field Description static QueryObjectType<TriggerSource>
TriggerSource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return TriggerSource Modifier and Type Method Description TriggerSource
SchedulerSession. getTriggerSourceByUniqueId(Long uniqueId)
Get theTriggerSource
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type TriggerSource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(TriggerSource theTriggerSource)
void
ConcreteObjectCallback. handle(TriggerSource theTriggerSource)
-