Uses of Interface
com.flowable.platform.api.translation.Translation
Package
Description
-
Uses of Translation in com.flowable.dataobject.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected List<Translation>
MasterDataInstanceEntityImpl.queryTranslations
Modifier and TypeMethodDescriptionMasterDataInstanceEntityImpl.getQueryTranslations()
Getter used by MyBatis when querying master data instances with translations included.Modifier and TypeMethodDescriptionvoid
MasterDataInstanceEntityImpl.setQueryTranslations
(List<Translation> queryVariables) Setter used by MyBatis when querying master data instances with translations. -
Uses of Translation in com.flowable.platform.api.translation
Modifier and TypeMethodDescriptionCreate or update a translation for the given scoped object.TranslationService.updateValue
(String translationId, String value) Update the translation with the given valueModifier and TypeMethodDescriptionTranslationService.findByScopeIdAndScopeType
(String scopeId, String scopeType) Find all translations for the given scope id and scope type. -
Uses of Translation in com.flowable.platform.api.work
Modifier and TypeMethodDescriptionWorkInstanceInfo.getTranslations()
The translations for the work instance. -
Uses of Translation in com.flowable.platform.engine.impl.cmd
Modifier and TypeMethodDescriptionFindTranslationsByScopeIdAndScopeTypeCmd.execute
(CommandContext commandContext) -
Uses of Translation in com.flowable.platform.engine.impl.indexing.job.history
Modifier and TypeMethodDescriptionvoid
IndexingManagerHelperImpl.addTranslationFields
(Translation translation, String scopeId, String scopeType, String scopeHierarchyType, com.fasterxml.jackson.databind.node.ArrayNode translationsArrayNode) -
Uses of Translation in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionTranslationEntityManager.findTranslationsByQueryCriteria
(TranslationQuery translationQuery) TranslationEntityManagerImpl.findTranslationsByQueryCriteria
(TranslationQuery translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionTranslationDataManager.findTranslationsByQueryCriteria
(TranslationQueryImpl translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisTranslationDataManager.findTranslationsByQueryCriteria
(TranslationQueryImpl translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.translation
Modifier and TypeMethodDescriptionTranslationServiceImpl.save
(String scopeId, String scopeType, String key, String locale, String value) TranslationServiceImpl.updateValue
(String translationId, String value) Modifier and TypeMethodDescriptionTranslationQueryImpl.executeList
(CommandContext commandContext) TranslationServiceImpl.findByScopeIdAndScopeType
(String scopeId, String scopeType) Modifier and TypeMethodDescriptionvoid
TranslationChangeManager.recordTranslationCreated
(Translation translation) void
TranslationChangeManager.recordTranslationUpdate
(Translation translation) -
Uses of Translation in com.flowable.platform.engine.impl.work
Modifier and TypeMethodDescriptionvoid
BaseWorkInstanceImpl.setTranslations
(List<Translation> translations) -
Uses of Translation in com.flowable.platform.service.index
Modifier and TypeMethodDescriptionvoid
SyncIndexingTranslationChangeManager.recordTranslationCreated
(Translation translation) void
SyncIndexingTranslationChangeManager.recordTranslationUpdate
(Translation translation) -
Uses of Translation in com.flowable.platform.service.translation
Modifier and TypeMethodDescriptionPlatformTranslationService.asScopedRepresentation
(Translation translation) Modifier and TypeMethodDescriptionPlatformTranslationService.asScopedRepresentationList
(List<Translation> translations) com.fasterxml.jackson.databind.node.ObjectNode
PlatformTranslationService.convertToTranslationsMap
(Collection<Translation> translations)