Uses of Interface
com.flowable.platform.api.translation.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in com.flowable.dataobject.engine.impl.persistence.entity
Fields in com.flowable.dataobject.engine.impl.persistence.entity with type parameters of type TranslationModifier and TypeFieldDescriptionprotected List<Translation>
MasterDataInstanceEntityImpl.queryTranslations
Methods in com.flowable.dataobject.engine.impl.persistence.entity that return types with arguments of type TranslationModifier and TypeMethodDescriptionMasterDataInstanceEntityImpl.getQueryTranslations()
Getter used by MyBatis when querying master data instances with translations included.Method parameters in com.flowable.dataobject.engine.impl.persistence.entity with type arguments of type TranslationModifier 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
Methods in com.flowable.platform.api.translation that return TranslationModifier and TypeMethodDescriptionCreate or update a translation for the given scoped object.TranslationService.updateValue
(String translationId, String value) Update the translation with the given valueMethods in com.flowable.platform.api.translation that return types with arguments of type TranslationModifier 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
Methods in com.flowable.platform.api.work that return types with arguments of type TranslationModifier and TypeMethodDescriptionWorkInstanceInfo.getTranslations()
The translations for the work instance. -
Uses of Translation in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return TranslationMethods in com.flowable.platform.engine.impl.cmd that return types with arguments of type TranslationModifier and TypeMethodDescriptionFindTranslationsByScopeIdAndScopeTypeCmd.execute
(CommandContext commandContext) -
Uses of Translation in com.flowable.platform.engine.impl.indexing.job.history
Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type TranslationModifier 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
Subinterfaces of Translation in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement TranslationMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationEntityManager.findTranslationsByQueryCriteria
(TranslationQuery translationQuery) TranslationEntityManagerImpl.findTranslationsByQueryCriteria
(TranslationQuery translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationDataManager.findTranslationsByQueryCriteria
(TranslationQueryImpl translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type TranslationModifier and TypeMethodDescriptionMybatisTranslationDataManager.findTranslationsByQueryCriteria
(TranslationQueryImpl translationQuery) -
Uses of Translation in com.flowable.platform.engine.impl.translation
Methods in com.flowable.platform.engine.impl.translation that return TranslationModifier and TypeMethodDescriptionTranslationServiceImpl.save
(String scopeId, String scopeType, String key, String locale, String value) TranslationServiceImpl.updateValue
(String translationId, String value) Methods in com.flowable.platform.engine.impl.translation that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationQueryImpl.executeList
(CommandContext commandContext) TranslationServiceImpl.findByScopeIdAndScopeType
(String scopeId, String scopeType) Methods in com.flowable.platform.engine.impl.translation with parameters of type TranslationModifier and TypeMethodDescriptionvoid
TranslationChangeManager.recordTranslationCreated
(Translation translation) void
TranslationChangeManager.recordTranslationUpdate
(Translation translation) -
Uses of Translation in com.flowable.platform.engine.impl.work
Fields in com.flowable.platform.engine.impl.work with type parameters of type TranslationMethods in com.flowable.platform.engine.impl.work that return types with arguments of type TranslationMethod parameters in com.flowable.platform.engine.impl.work with type arguments of type TranslationModifier and TypeMethodDescriptionvoid
BaseWorkInstanceImpl.setTranslations
(List<Translation> translations) -
Uses of Translation in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type TranslationModifier and TypeMethodDescriptionvoid
SyncIndexingTranslationChangeManager.recordTranslationCreated
(Translation translation) void
SyncIndexingTranslationChangeManager.recordTranslationUpdate
(Translation translation) -
Uses of Translation in com.flowable.platform.service.translation
Methods in com.flowable.platform.service.translation with parameters of type TranslationModifier and TypeMethodDescriptionPlatformTranslationService.asScopedRepresentation
(Translation translation) Method parameters in com.flowable.platform.service.translation with type arguments of type TranslationModifier and TypeMethodDescriptionPlatformTranslationService.asScopedRepresentationList
(List<Translation> translations) com.fasterxml.jackson.databind.node.ObjectNode
PlatformTranslationService.convertToTranslationsMap
(Collection<Translation> translations)