Uses of Class
com.flowable.platform.service.translation.ScopedTranslationRepresentation
-
Packages that use ScopedTranslationRepresentation Package Description com.flowable.platform.service.translation -
-
Uses of ScopedTranslationRepresentation in com.flowable.platform.service.translation
Methods in com.flowable.platform.service.translation that return ScopedTranslationRepresentation Modifier and Type Method Description ScopedTranslationRepresentation
PlatformTranslationService. asScopedRepresentation(Translation translation)
Methods in com.flowable.platform.service.translation that return types with arguments of type ScopedTranslationRepresentation Modifier and Type Method Description List<ScopedTranslationRepresentation>
PlatformTranslationService. asScopedRepresentationList(List<Translation> translations)
DataResponse<ScopedTranslationRepresentation>
PlatformTranslationService. queryScopedTranslations(TranslationQueryRequest request)
-