Uses of Interface
com.redwood.scheduler.api.model.LibrarySource
-
Packages that use LibrarySource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of LibrarySource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type LibrarySource Modifier and Type Field Description static QueryObjectType<LibrarySource>
LibrarySource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return LibrarySource Modifier and Type Method Description LibrarySource
Library. createLibrarySource()
Create a newLibrarySource
linked to this object.static LibrarySource
BusinessKeyLookup. getLibrarySourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofLibrarySource
, based on its business key.LibrarySource
Library. getLibrarySourceByFQClassName(String fQClassName)
Get the LibrarySource by LibrarySourceFQClassName.LibrarySource
BusinessKeyResolver. getLibrarySourceByKey(BusinessKey key)
Query an instance ofLibrarySource
, based on its business key.LibrarySource
SchedulerSession. getLibrarySourceByUniqueId(Long uniqueId)
Get theLibrarySource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type LibrarySource Modifier and Type Method Description RWIterable<LibrarySource>
Library. getLibrarySources()
Get anRWIterable
over an ordered collection ofLibrarySources
.Methods in com.redwood.scheduler.api.model with parameters of type LibrarySource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(LibrarySource theLibrarySource)
void
ConcreteObjectCallback. handle(LibrarySource theLibrarySource)
-
Uses of LibrarySource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type LibrarySource Modifier and Type Method Description Iterator<LibrarySource>
LibraryComp. getLibrarySources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getLibrarySources()
instead.
-