Uses of Class
com.flowable.platform.service.translation.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 java.util.List<ScopedTranslationRepresentation>
PlatformTranslationService. asScopedRepresentationList(java.util.List<Translation> translations)
org.flowable.common.rest.api.DataResponse<ScopedTranslationRepresentation>
PlatformTranslationService. queryScopedTranslations(TranslationQueryRequest request)