Uses of Interface
com.redwood.scheduler.api.model.TranslationKey
-
Packages that use TranslationKey Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of TranslationKey in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type TranslationKey Modifier and Type Field Description static QueryObjectType<TranslationKey>
TranslationKey. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return TranslationKey Modifier and Type Method Description TranslationKey
SchedulerSession. createTranslationKey()
Return a new instance of TranslationKey.TranslationKey
Translation. getTranslationKey()
Get the TranslationKey.TranslationKey
SchedulerSession. getTranslationKeyByKey(String key)
Get theTranslationKey
by Key.TranslationKey
SchedulerSession. getTranslationKeyByUniqueId(Long uniqueId)
Get theTranslationKey
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type TranslationKey Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(TranslationKey theTranslationKey)
void
ConcreteObjectCallback. handle(TranslationKey theTranslationKey)
-