Class TranslationQueryImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
      • Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

        org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String key  
      protected java.lang.String locale  
      protected java.lang.String scopeId  
      protected java.lang.String scopeType  
      protected java.lang.String value  
      protected java.lang.String valueLike  
      protected java.lang.String valueLikeIgnoreCase  
      • Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        commandContext, commandExecutor
      • Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        databaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslationQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      java.util.List<Translation> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      java.lang.String getId()  
      java.lang.String getKey()  
      java.lang.String getLocale()  
      java.lang.String getScopeId()  
      java.lang.String getScopeType()  
      java.lang.String getValue()  
      java.lang.String getValueLike()  
      java.lang.String getValueLikeIgnoreCase()  
      TranslationQuery id​(java.lang.String id)  
      TranslationQuery key​(java.lang.String key)  
      TranslationQuery locale​(java.lang.String locale)  
      TranslationQuery scopeId​(java.lang.String scopeId)  
      TranslationQuery scopeType​(java.lang.String scopeType)  
      TranslationQuery value​(java.lang.String value)  
      TranslationQuery valueLike​(java.lang.String valueLike)  
      TranslationQuery valueLikeIgnoreCase​(java.lang.String valueLikeIgnoreCase)  
      • Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
      • Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery

        enhanceCachedValue
      • Methods inherited from interface org.flowable.common.engine.api.query.Query

        asc, count, desc, list, listPage, orderBy, orderBy, singleResult
    • Field Detail

      • id

        protected java.lang.String id
      • scopeId

        protected java.lang.String scopeId
      • scopeType

        protected java.lang.String scopeType
      • key

        protected java.lang.String key
      • locale

        protected java.lang.String locale
      • value

        protected java.lang.String value
      • valueLike

        protected java.lang.String valueLike
      • valueLikeIgnoreCase

        protected java.lang.String valueLikeIgnoreCase
    • Constructor Detail

      • TranslationQueryImpl

        public TranslationQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)