Uses of Interface
com.redwood.scheduler.infrastructure.collections.Mapping
-
Packages that use Mapping Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.infrastructure.collections -
-
Uses of Mapping in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type Mapping Modifier and Type Method Description <S extends SchedulerEntity,T>
RWIterable<S>SchedulerSession. getSchedulerEntitiesByObjectTypeUniqueIdIterator(QueryObjectType<S> type, Collection<T> uniqueIds, Mapping<T,Long> mapping)
Get a collection of objects of the same type by UniqueId.<T> RWIterable<SchedulerEntity>
SchedulerSession. getSchedulerEntitiesByObjectTypeUniqueIdIterator(String objectType, Collection<T> uniqueIds, Mapping<T,Long> mapping)
Get a collection of objects of the same type by UniqueId. -
Uses of Mapping in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 with parameters of type Mapping Modifier and Type Method Description <T> Iterator<SchedulerEntity>
SchedulerSessionComp. getSchedulerEntitiesByObjectTypeUniqueIdIterator(String objectType, Collection<T> uniqueIds, Mapping<T,Long> mapping)
Deprecated.This method is only here to provide binary compatibility with old releases of the software. -
Uses of Mapping in com.redwood.scheduler.infrastructure.collections
Fields in com.redwood.scheduler.infrastructure.collections declared as Mapping Modifier and Type Field Description static Mapping<Object,Object>
Mapping. IDENTITY
Map from the object to itself.static Mapping<String,String>
Mapping. TO_SEARCH_CASE
Map from a string to the search case version of that string.static Mapping<String,String>
Mapping. TO_US_LOWERCASE
Map from a string to the lower case version of the string, in the US locale.Methods in com.redwood.scheduler.infrastructure.collections that return Mapping Modifier and Type Method Description static <T> Mapping<T,T>
Mapping. getIdentity()
Map from the object to itself.
-