Uses of Interface
com.redwood.scheduler.api.model.ImportSource
-
Packages that use ImportSource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ImportSource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportSource Modifier and Type Field Description static QueryObjectType<ImportSource>
ImportSource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ImportSource Modifier and Type Method Description ImportSource
SchedulerSession. createImportSource()
Return a new instance of ImportSource.ImportSource
Import. getImportSource()
Get the ImportSource.static ImportSource
BusinessKeyLookup. getImportSourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofImportSource
, based on its business key.ImportSource
BusinessKeyResolver. getImportSourceByKey(BusinessKey key)
Query an instance ofImportSource
, based on its business key.ImportSource
Partition. getImportSourceByName(String name)
Get the ImportSource by Name.ImportSource
SchedulerSession. getImportSourceByName(Partition partition, String name)
Get theImportSource
by Name.ImportSource
SchedulerSession. getImportSourceByName(String name)
Get theImportSource
by Name.ImportSource
SchedulerSession. getImportSourceByUniqueId(Long uniqueId)
Get theImportSource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportSource Modifier and Type Method Description RWIterable<ImportSource>
Application. getChildImportSources()
Get anRWIterable
over a collection ofChildImportSources
, the collection will be ordered by Name.RWIterable<ImportSource>
Partition. getImportSources()
Get anRWIterable
over an ordered collection ofImportSources
.Methods in com.redwood.scheduler.api.model with parameters of type ImportSource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ImportSource theImportSource)
void
ConcreteObjectCallback. handle(ImportSource theImportSource)
void
Import. setImportSource(ImportSource newImportSource)
Set the value for ImportSource. -
Uses of ImportSource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportSource Modifier and Type Method Description Iterator<ImportSource>
ApplicationComp. getChildImportSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportSources()
instead.Iterator<ImportSource>
PartitionComp. getImportSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportSources()
instead.
-