Uses of Interface
com.redwood.scheduler.api.model.Import
-
Packages that use Import Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Import in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Import Modifier and Type Field Description static QueryObjectType<Import>
Import. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Import Modifier and Type Method Description Import
SchedulerSession. createImport()
Return a new instance of Import.Import
SchedulerSession. getImportByUniqueId(Long uniqueId)
Get theImport
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Import Modifier and Type Method Description RWIterable<Import>
ImportRuleSet. getImports()
Get anRWIterable
over an ordered collection ofImports
.RWIterable<Import>
ImportSource. getImports()
Get anRWIterable
over an ordered collection ofImports
.Methods in com.redwood.scheduler.api.model with parameters of type Import Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Import theImport)
void
ConcreteObjectCallback. handle(Import theImport)
-
Uses of Import in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Import Modifier and Type Method Description Iterator<Import>
ImportRuleSetComp. getImports()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImports()
instead.Iterator<Import>
ImportSourceComp. getImports()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportSource.getImports()
instead.
-