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