Uses of Interface
com.redwood.scheduler.api.model.R2WCatalogAlias
-
Packages that use R2WCatalogAlias Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of R2WCatalogAlias in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type R2WCatalogAlias Modifier and Type Field Description static QueryObjectType<R2WCatalogAlias>
R2WCatalogAlias. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return R2WCatalogAlias Modifier and Type Method Description R2WCatalogAlias
R2WCatalog. createR2WCatalogAlias()
Create a newR2WCatalogAlias
linked to this object.R2WCatalogAlias
PublishItem. getR2WCatalogAlias()
Get the R2WCatalogAlias.static R2WCatalogAlias
BusinessKeyLookup. getR2WCatalogAliasByBusinessKey(SchedulerSession session, String key)
Query an instance ofR2WCatalogAlias
, based on its business key.R2WCatalogAlias
BusinessKeyResolver. getR2WCatalogAliasByKey(BusinessKey key)
Query an instance ofR2WCatalogAlias
, based on its business key.R2WCatalogAlias
SchedulerSession. getR2WCatalogAliasByUniqueId(Long uniqueId)
Get theR2WCatalogAlias
by UniqueId.R2WCatalogAlias
SchedulerSession. getR2WCatalogAliasByUniqueR2WCatalog(String name)
Get theR2WCatalogAlias
by UniqueR2WCatalog.Methods in com.redwood.scheduler.api.model that return types with arguments of type R2WCatalogAlias Modifier and Type Method Description RWIterable<R2WCatalogAlias>
R2WCatalog. getR2WCatalogAliases()
Get anRWIterable
over an ordered collection ofR2WCatalogAliases
.Methods in com.redwood.scheduler.api.model with parameters of type R2WCatalogAlias Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(R2WCatalogAlias theR2WCatalogAlias)
void
ConcreteObjectCallback. handle(R2WCatalogAlias theR2WCatalogAlias)
void
PublishItem. setR2WCatalogAlias(R2WCatalogAlias newR2WCatalogAlias)
Set the value for R2WCatalogAlias. -
Uses of R2WCatalogAlias in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type R2WCatalogAlias Modifier and Type Method Description Iterator<R2WCatalogAlias>
R2WCatalogComp. getR2WCatalogAliases()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useR2WCatalog.getR2WCatalogAliases()
instead.
-