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 TranslationQuery
TranslationService. createTranslationQuery()
TranslationQuery
TranslationQuery. id(java.lang.String id)
TranslationQuery
TranslationQuery. key(java.lang.String key)
TranslationQuery
TranslationQuery. locale(java.lang.String locale)
TranslationQuery
TranslationQuery. scopeId(java.lang.String scopeId)
TranslationQuery
TranslationQuery. scopeType(java.lang.String scopeType)
TranslationQuery
TranslationQuery. value(java.lang.String value)
TranslationQuery
TranslationQuery. valueLike(java.lang.String valueLike)
TranslationQuery
TranslationQuery. 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 TranslationQuery
TranslationEntityManager. createTranslationQuery()
TranslationQuery
TranslationEntityManagerImpl. createTranslationQuery()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type TranslationQuery Modifier and Type Method Description long
TranslationEntityManager. findTranslationCountByQueryCriteria(TranslationQuery translationQuery)
long
TranslationEntityManagerImpl. 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 class
TranslationQueryImpl
Methods in com.flowable.platform.engine.impl.translation that return TranslationQuery Modifier and Type Method Description TranslationQuery
TranslationServiceImpl. createTranslationQuery()
TranslationQuery
TranslationQueryImpl. id(java.lang.String id)
TranslationQuery
TranslationQueryImpl. key(java.lang.String key)
TranslationQuery
TranslationQueryImpl. locale(java.lang.String locale)
TranslationQuery
TranslationQueryImpl. scopeId(java.lang.String scopeId)
TranslationQuery
TranslationQueryImpl. scopeType(java.lang.String scopeType)
TranslationQuery
TranslationQueryImpl. value(java.lang.String value)
TranslationQuery
TranslationQueryImpl. valueLike(java.lang.String valueLike)
TranslationQuery
TranslationQueryImpl. 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 TranslationQuery
PlatformTranslationService. mapToQuery(TranslationQueryRequest request)