Uses of Interface
com.flowable.platform.api.translation.Translation
-
Uses of Translation in com.flowable.platform.api.translation
Methods in com.flowable.platform.api.translation that return Translation Modifier and Type Method Description Translation
TranslationService. save(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale, java.lang.String value)
Create or update a translation for the given scoped object.Translation
TranslationService. updateValue(java.lang.String translationId, java.lang.String value)
Update the translation with the given valueMethods in com.flowable.platform.api.translation that return types with arguments of type Translation Modifier and Type Method Description java.util.List<Translation>
TranslationService. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
Find all translations for the given scope id and scope type. -
Uses of Translation in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return Translation Modifier and Type Method Description Translation
SaveTranslationCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type Translation Modifier and Type Method Description java.util.List<Translation>
FindTranslationsByScopeIdAndScopeTypeCmd. execute(org.flowable.common.engine.impl.interceptor.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 Translation Modifier and Type Method Description void
IndexingManagerHelperImpl. addTranslationFields(Translation translation, java.lang.String scopeId, java.lang.String scopeType, java.lang.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.entity Modifier and Type Interface Description interface
TranslationEntity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement Translation Modifier and Type Class Description class
TranslationEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type Translation Modifier and Type Method Description java.util.List<Translation>
TranslationEntityManager. findTranslationsByQueryCriteria(TranslationQuery translationQuery)
java.util.List<Translation>
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 Translation Modifier and Type Method Description java.util.List<Translation>
TranslationDataManager. 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 Translation Modifier and Type Method Description java.util.List<Translation>
MybatisTranslationDataManager. findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery)
-
Uses of Translation in com.flowable.platform.engine.impl.translation
Methods in com.flowable.platform.engine.impl.translation that return Translation Modifier and Type Method Description Translation
TranslationServiceImpl. save(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale, java.lang.String value)
Translation
TranslationServiceImpl. updateValue(java.lang.String translationId, java.lang.String value)
Methods in com.flowable.platform.engine.impl.translation that return types with arguments of type Translation Modifier and Type Method Description java.util.List<Translation>
TranslationQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<Translation>
TranslationServiceImpl. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
Methods in com.flowable.platform.engine.impl.translation with parameters of type Translation Modifier and Type Method Description void
TranslationChangeManager. recordTranslationCreated(Translation translation)
void
TranslationChangeManager. recordTranslationUpdate(Translation translation)
-
Uses of Translation in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type Translation Modifier and Type Method Description protected void
AsyncIndexingTranslationChangeManager. handleCaseForTranslation(java.lang.String caseInstanceId, java.lang.String scopeHierarchyType, Translation translation, boolean processEntityLinks, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
protected void
AsyncIndexingTranslationChangeManager. handleDataForTranslation(java.lang.String scopeId, java.lang.String scopeType, java.lang.String scopeHierarchyType, Translation translation, boolean processEntityLinks, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
protected void
AsyncIndexingTranslationChangeManager. handleEntityLinks(java.lang.String scopeId, java.lang.String scopeType, Translation translation, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
protected void
AsyncIndexingTranslationChangeManager. handleHistoricEntityLinks(java.lang.String scopeId, java.lang.String scopeType, Translation translation, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
protected void
AsyncIndexingTranslationChangeManager. handleProcessForTranslation(java.lang.String processInstanceId, java.lang.String scopeHierarchyType, Translation translation, boolean processEntityLinks, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
protected void
AsyncIndexingTranslationChangeManager. handleTaskForTranslation(java.lang.String taskId, java.lang.String scopeHierarchyType, Translation translation, java.util.function.Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator)
void
AsyncIndexingTranslationChangeManager. recordTranslationCreated(Translation translation)
void
AsyncIndexingTranslationChangeManager. recordTranslationUpdate(Translation translation)
protected com.fasterxml.jackson.databind.node.ArrayNode
AsyncIndexingTranslationChangeManager. translationsUpdateArrayNode(Translation translation, com.fasterxml.jackson.databind.node.ObjectNode data)
-
Uses of Translation in com.flowable.platform.service.translation
Methods in com.flowable.platform.service.translation with parameters of type Translation Modifier and Type Method Description ScopedTranslationRepresentation
PlatformTranslationService. asScopedRepresentation(Translation translation)
Method parameters in com.flowable.platform.service.translation with type arguments of type Translation Modifier and Type Method Description java.util.List<ScopedTranslationRepresentation>
PlatformTranslationService. asScopedRepresentationList(java.util.List<Translation> translations)
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
PlatformTranslationService. convertToTranslationsMap(java.util.Collection<Translation> translations)