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
,Serializable
,CacheAwareQuery<TranslationEntity>
,Query<TranslationQuery,
,Translation> Command<Object>
public class TranslationQueryImpl
extends AbstractQuery<TranslationQuery,Translation>
implements TranslationQuery, CacheAwareQuery<TranslationEntity>
- Author:
- Filip Hrisafov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
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, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getKey()
getValue()
valueLikeIgnoreCase
(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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, 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
-
Field Details
-
id
-
scopeId
-
scopeType
-
key
-
locale
-
value
-
valueLike
-
valueLikeIgnoreCase
-
-
Constructor Details
-
TranslationQueryImpl
-
-
Method Details
-
id
- Specified by:
id
in interfaceTranslationQuery
-
scopeId
- Specified by:
scopeId
in interfaceTranslationQuery
-
scopeType
- Specified by:
scopeType
in interfaceTranslationQuery
-
key
- Specified by:
key
in interfaceTranslationQuery
-
locale
- Specified by:
locale
in interfaceTranslationQuery
-
value
- Specified by:
value
in interfaceTranslationQuery
-
valueLike
- Specified by:
valueLike
in interfaceTranslationQuery
-
valueLikeIgnoreCase
- Specified by:
valueLikeIgnoreCase
in interfaceTranslationQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<TranslationQuery,
Translation>
-
executeList
- Specified by:
executeList
in classAbstractQuery<TranslationQuery,
Translation>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<TranslationEntity>
-
getScopeId
-
getScopeType
-
getKey
-
getLocale
-
getValue
-
getValueLike
-
getValueLikeIgnoreCase
-