public class TranslationQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation> implements TranslationQuery, org.flowable.common.engine.api.query.QueryCacheValues
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
key |
protected String |
locale |
protected String |
scopeId |
protected String |
scopeType |
protected String |
value |
protected String |
valueLike |
protected String |
valueLikeIgnoreCase |
| Constructor and Description |
|---|
TranslationQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<Translation> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getId() |
String |
getKey() |
String |
getLocale() |
String |
getScopeId() |
String |
getScopeType() |
String |
getValue() |
String |
getValueLike() |
String |
getValueLikeIgnoreCase() |
TranslationQuery |
id(String id) |
TranslationQuery |
key(String key) |
TranslationQuery |
locale(String locale) |
TranslationQuery |
scopeId(String scopeId) |
TranslationQuery |
scopeType(String scopeType) |
TranslationQuery |
value(String value) |
TranslationQuery |
valueLike(String valueLike) |
TranslationQuery |
valueLikeIgnoreCase(String valueLikeIgnoreCase) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String scopeId
protected String scopeType
protected String key
protected String locale
protected String value
protected String valueLike
protected String valueLikeIgnoreCase
public TranslationQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public TranslationQuery id(String id)
id in interface TranslationQuerypublic TranslationQuery scopeId(String scopeId)
scopeId in interface TranslationQuerypublic TranslationQuery scopeType(String scopeType)
scopeType in interface TranslationQuerypublic TranslationQuery key(String key)
key in interface TranslationQuerypublic TranslationQuery locale(String locale)
locale in interface TranslationQuerypublic TranslationQuery value(String value)
value in interface TranslationQuerypublic TranslationQuery valueLike(String valueLike)
valueLike in interface TranslationQuerypublic TranslationQuery valueLikeIgnoreCase(String valueLikeIgnoreCase)
valueLikeIgnoreCase in interface TranslationQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>public List<Translation> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<TranslationQuery,Translation>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic String getScopeId()
public String getScopeType()
public String getKey()
public String getLocale()
public String getValue()
public String getValueLike()
public String getValueLikeIgnoreCase()
Copyright © 2019. All rights reserved.