Uses of Interface
com.redwood.scheduler.api.model.Library
-
Packages that use Library Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Library in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Library Modifier and Type Field Description static QueryObjectType<Library>
Library. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Library Modifier and Type Method Description Library
SchedulerSession. createLibrary()
Return a new instance of Library.Library
AlertEscalationAction. getLibrary()
Get the Library.Library
AlertSourceAction. getLibrary()
Get the Library.Library
ConstraintDefinition. getLibrary()
Get the Library.Library
Database. getLibrary()
Get the Library.Library
EmailAlertGatewayAction. getLibrary()
Get the Library.Library
ExtensionPoint. getLibrary()
Get the Library.Library
ImportAction. getLibrary()
Get the Library.Library
JARFile. getLibrary()
Get the Library.Library
JobDefinitionAction. getLibrary()
Get the Library.Library
JobDefinitionType. getLibrary()
Get the Library.Library
JobDefinitionTypeAction. getLibrary()
Get the Library.Library
LibrarySource. getLibrary()
Get the Library.Library
PeriodFunction. getLibrary()
Get the Library.Library
RELEntryPoint. getLibrary()
Get the Library.Library
Script. getLibrary()
Get the Library.Library
Trigger. getLibrary()
Get the Library.static Library
BusinessKeyLookup. getLibraryByBusinessKey(SchedulerSession session, String key)
Query an instance ofLibrary
, based on its business key.Library
BusinessKeyResolver. getLibraryByKey(BusinessKey key)
Query an instance ofLibrary
, based on its business key.Library
Partition. getLibraryByName(String name)
Get the Library by Name.Library
SchedulerSession. getLibraryByName(Partition partition, String name)
Get theLibrary
by Name.Library
SchedulerSession. getLibraryByName(String name)
Get theLibrary
by Name.Library
SchedulerSession. getLibraryByUniqueId(Long uniqueId)
Get theLibrary
by UniqueId.Library
JobDefinition. getRELRelatedLibrary()
Get the RELRelatedLibrary.Methods in com.redwood.scheduler.api.model that return types with arguments of type Library Modifier and Type Method Description RWIterable<Library>
Application. getChildLibraries()
Get anRWIterable
over a collection ofChildLibraries
, the collection will be ordered by Name.RWIterable<Library>
Partition. getLibraries()
Get anRWIterable
over an ordered collection ofLibraries
.Methods in com.redwood.scheduler.api.model with parameters of type Library Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Library theLibrary)
void
ConcreteObjectCallback. handle(Library theLibrary)
void
AlertEscalationAction. setLibrary(Library newLibrary)
Set the value for Library.void
AlertSourceAction. setLibrary(Library newLibrary)
Set the value for Library.void
ConstraintDefinition. setLibrary(Library newLibrary)
Set the value for Library.void
Database. setLibrary(Library newLibrary)
Set the value for Library.void
EmailAlertGatewayAction. setLibrary(Library newLibrary)
Set the value for Library.void
ExtensionPoint. setLibrary(Library newLibrary)
Set the value for Library.void
ImportAction. setLibrary(Library newLibrary)
Set the value for Library.void
JobDefinitionAction. setLibrary(Library newLibrary)
Set the value for Library.void
JobDefinitionType. setLibrary(Library newLibrary)
Set the value for Library.void
JobDefinitionTypeAction. setLibrary(Library newLibrary)
Set the value for Library.void
PeriodFunction. setLibrary(Library newLibrary)
Set the value for Library.void
Script. setLibrary(Library newLibrary)
Set the value for Library.void
Trigger. setLibrary(Library newLibrary)
Set the value for Library.void
JobDefinition. setRELRelatedLibrary(Library newRELRelatedLibrary)
Set the value for RELRelatedLibrary. -
Uses of Library in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Library Modifier and Type Method Description Iterator<Library>
ApplicationComp. getChildLibraries()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildLibraries()
instead.Iterator<Library>
PartitionComp. getLibraries()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getLibraries()
instead.
-