Class TranslationQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>
-
- com.flowable.platform.engine.impl.translation.TranslationQueryImpl
-
- All Implemented Interfaces:
TranslationQuery,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<TranslationEntity>,org.flowable.common.engine.api.query.Query<TranslationQuery,Translation>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class TranslationQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation> implements TranslationQuery, org.flowable.common.engine.api.query.CacheAwareQuery<TranslationEntity>
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.Stringkeyprotected java.lang.Stringlocaleprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.lang.Stringvalueprotected java.lang.StringvalueLikeprotected java.lang.StringvalueLikeIgnoreCase
-
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 longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<Translation>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetId()java.lang.StringgetKey()java.lang.StringgetLocale()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.lang.StringgetValue()java.lang.StringgetValueLike()java.lang.StringgetValueLikeIgnoreCase()TranslationQueryid(java.lang.String id)TranslationQuerykey(java.lang.String key)TranslationQuerylocale(java.lang.String locale)TranslationQueryscopeId(java.lang.String scopeId)TranslationQueryscopeType(java.lang.String scopeType)TranslationQueryvalue(java.lang.String value)TranslationQueryvalueLike(java.lang.String valueLike)TranslationQueryvalueLikeIgnoreCase(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
-
-
-
-
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
-
-
Method Detail
-
id
public TranslationQuery id(java.lang.String id)
- Specified by:
idin interfaceTranslationQuery
-
scopeId
public TranslationQuery scopeId(java.lang.String scopeId)
- Specified by:
scopeIdin interfaceTranslationQuery
-
scopeType
public TranslationQuery scopeType(java.lang.String scopeType)
- Specified by:
scopeTypein interfaceTranslationQuery
-
key
public TranslationQuery key(java.lang.String key)
- Specified by:
keyin interfaceTranslationQuery
-
locale
public TranslationQuery locale(java.lang.String locale)
- Specified by:
localein interfaceTranslationQuery
-
value
public TranslationQuery value(java.lang.String value)
- Specified by:
valuein interfaceTranslationQuery
-
valueLike
public TranslationQuery valueLike(java.lang.String valueLike)
- Specified by:
valueLikein interfaceTranslationQuery
-
valueLikeIgnoreCase
public TranslationQuery valueLikeIgnoreCase(java.lang.String valueLikeIgnoreCase)
- Specified by:
valueLikeIgnoreCasein interfaceTranslationQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>
-
executeList
public java.util.List<Translation> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<TranslationEntity>
-
getScopeId
public java.lang.String getScopeId()
-
getScopeType
public java.lang.String getScopeType()
-
getKey
public java.lang.String getKey()
-
getLocale
public java.lang.String getLocale()
-
getValue
public java.lang.String getValue()
-
getValueLike
public java.lang.String getValueLike()
-
getValueLikeIgnoreCase
public java.lang.String getValueLikeIgnoreCase()
-
-