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.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
-
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
-
-
-
-
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:
id
in interfaceTranslationQuery
-
scopeId
public TranslationQuery scopeId(java.lang.String scopeId)
- Specified by:
scopeId
in interfaceTranslationQuery
-
scopeType
public TranslationQuery scopeType(java.lang.String scopeType)
- Specified by:
scopeType
in interfaceTranslationQuery
-
key
public TranslationQuery key(java.lang.String key)
- Specified by:
key
in interfaceTranslationQuery
-
locale
public TranslationQuery locale(java.lang.String locale)
- Specified by:
locale
in interfaceTranslationQuery
-
value
public TranslationQuery value(java.lang.String value)
- Specified by:
value
in interfaceTranslationQuery
-
valueLike
public TranslationQuery valueLike(java.lang.String valueLike)
- Specified by:
valueLike
in interfaceTranslationQuery
-
valueLikeIgnoreCase
public TranslationQuery valueLikeIgnoreCase(java.lang.String valueLikeIgnoreCase)
- Specified by:
valueLikeIgnoreCase
in interfaceTranslationQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>
-
getId
public java.lang.String getId()
- Specified by:
getId
in 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()
-
-