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
-
Nested Class Summary
-
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
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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
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 Details
-
TranslationQueryImpl
public TranslationQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceTranslationQuery
-
scopeId
- Specified by:
scopeIdin interfaceTranslationQuery
-
scopeType
- Specified by:
scopeTypein interfaceTranslationQuery
-
key
- Specified by:
keyin interfaceTranslationQuery
-
locale
- Specified by:
localein interfaceTranslationQuery
-
value
- Specified by:
valuein interfaceTranslationQuery
-
valueLike
- Specified by:
valueLikein interfaceTranslationQuery
-
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()
-