Uses of Interface
com.flowable.platform.api.translation.TranslationQuery
-
Uses of TranslationQuery in com.flowable.platform.api.translation
Methods in com.flowable.platform.api.translation that return TranslationQuery Modifier and Type Method Description TranslationQueryTranslationService. createTranslationQuery()TranslationQueryTranslationQuery. id(java.lang.String id)TranslationQueryTranslationQuery. key(java.lang.String key)TranslationQueryTranslationQuery. locale(java.lang.String locale)TranslationQueryTranslationQuery. scopeId(java.lang.String scopeId)TranslationQueryTranslationQuery. scopeType(java.lang.String scopeType)TranslationQueryTranslationQuery. value(java.lang.String value)TranslationQueryTranslationQuery. valueLike(java.lang.String valueLike)TranslationQueryTranslationQuery. valueLikeIgnoreCase(java.lang.String valueLikeIgnoreCase) -
Uses of TranslationQuery in com.flowable.platform.engine.impl.persistence.entity
Methods in com.flowable.platform.engine.impl.persistence.entity that return TranslationQuery Modifier and Type Method Description TranslationQueryTranslationEntityManager. createTranslationQuery()TranslationQueryTranslationEntityManagerImpl. createTranslationQuery()Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type TranslationQuery Modifier and Type Method Description longTranslationEntityManager. findTranslationCountByQueryCriteria(TranslationQuery translationQuery)longTranslationEntityManagerImpl. findTranslationCountByQueryCriteria(TranslationQuery translationQuery)java.util.List<Translation>TranslationEntityManager. findTranslationsByQueryCriteria(TranslationQuery translationQuery)java.util.List<Translation>TranslationEntityManagerImpl. findTranslationsByQueryCriteria(TranslationQuery translationQuery) -
Uses of TranslationQuery in com.flowable.platform.engine.impl.translation
Classes in com.flowable.platform.engine.impl.translation that implement TranslationQuery Modifier and Type Class Description classTranslationQueryImplMethods in com.flowable.platform.engine.impl.translation that return TranslationQuery Modifier and Type Method Description TranslationQueryTranslationServiceImpl. createTranslationQuery()TranslationQueryTranslationQueryImpl. id(java.lang.String id)TranslationQueryTranslationQueryImpl. key(java.lang.String key)TranslationQueryTranslationQueryImpl. locale(java.lang.String locale)TranslationQueryTranslationQueryImpl. scopeId(java.lang.String scopeId)TranslationQueryTranslationQueryImpl. scopeType(java.lang.String scopeType)TranslationQueryTranslationQueryImpl. value(java.lang.String value)TranslationQueryTranslationQueryImpl. valueLike(java.lang.String valueLike)TranslationQueryTranslationQueryImpl. valueLikeIgnoreCase(java.lang.String valueLikeIgnoreCase) -
Uses of TranslationQuery in com.flowable.platform.service.translation
Methods in com.flowable.platform.service.translation that return TranslationQuery Modifier and Type Method Description TranslationQueryPlatformTranslationService. mapToQuery(TranslationQueryRequest request)