Uses of Interface
com.redwood.scheduler.api.model.R2WCatalog
-
Packages that use R2WCatalog Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of R2WCatalog in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type R2WCatalog Modifier and Type Field Description static QueryObjectType<R2WCatalog>
R2WCatalog. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return R2WCatalog Modifier and Type Method Description R2WCatalog
SchedulerSession. createR2WCatalog()
Return a new instance of R2WCatalog.R2WCatalog
R2WCatalogAlias. getR2WCatalog()
Get the R2WCatalog.static R2WCatalog
BusinessKeyLookup. getR2WCatalogByBusinessKey(SchedulerSession session, String key)
Query an instance ofR2WCatalog
, based on its business key.R2WCatalog
BusinessKeyResolver. getR2WCatalogByKey(BusinessKey key)
Query an instance ofR2WCatalog
, based on its business key.R2WCatalog
Partition. getR2WCatalogByName(String name)
Get the R2WCatalog by Name.R2WCatalog
SchedulerSession. getR2WCatalogByName(Partition partition, String name)
Get theR2WCatalog
by Name.R2WCatalog
SchedulerSession. getR2WCatalogByName(String name)
Get theR2WCatalog
by Name.R2WCatalog
SchedulerSession. getR2WCatalogByProcessServer(ProcessServer processServer)
Get theR2WCatalog
by ProcessServer.R2WCatalog
SchedulerSession. getR2WCatalogByUniqueId(Long uniqueId)
Get theR2WCatalog
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type R2WCatalog Modifier and Type Method Description RWIterable<R2WCatalog>
Application. getChildR2WCatalogs()
Get anRWIterable
over a collection ofChildR2WCatalogs
, the collection will be ordered by Name.RWIterable<R2WCatalog>
Partition. getR2WCatalogs()
Get anRWIterable
over an ordered collection ofR2WCatalogs
.Methods in com.redwood.scheduler.api.model with parameters of type R2WCatalog Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(R2WCatalog theR2WCatalog)
void
ConcreteObjectCallback. handle(R2WCatalog theR2WCatalog)
-
Uses of R2WCatalog in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type R2WCatalog Modifier and Type Method Description Iterator<R2WCatalog>
ApplicationComp. getChildR2WCatalogs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildR2WCatalogs()
instead.Iterator<R2WCatalog>
PartitionComp. getR2WCatalogs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getR2WCatalogs()
instead.
-