Class AppVariableQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AppVariableQuery,AppVariable>
com.flowable.app.engine.impl.repository.AppVariableQueryImpl
- All Implemented Interfaces:
AppVariableQuery,Serializable,Query<AppVariableQuery,,AppVariable> Command<Object>
public class AppVariableQueryImpl
extends AbstractQuery<AppVariableQuery,AppVariable>
implements AppVariableQuery, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected QueryVariableValueprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionAppVariableQueryImpl(CommandContext commandContext) AppVariableQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionQuery for app variables with the given app key.protected voidensureVariableInitialized(CommandContext commandContext) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()Query for the app variable with the given id.booleanOrder the result by variable name.Query for app variables with the given tenant id.tenantIdLike(String tenantIdLike) Query for app variables like the given tenant id.variableName(String variableName) Query for app variables with the given variable name.variableNameLike(String variableNameLike) Query for app variables like the given variable name.variableValueEquals(String variableName, Object variableValue) Query for app variables with the given name and valuevariableValueLike(String variableName, String variableValue) Query for app variables like the given name and valuevariableValueLikeIgnoreCase(String variableName, String variableValue) Query for app variables like the given name and value (case insensitive)variableValueNotEquals(String variableName, Object variableValue) Query for app variables that don't have the given name and valueQuery for app variables without a tenant id.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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
id
-
appKey
-
variableName
-
variableNameLike
-
tenantId
-
tenantIdLike
-
queryVariableValue
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
AppVariableQueryImpl
public AppVariableQueryImpl() -
AppVariableQueryImpl
-
AppVariableQueryImpl
-
-
Method Details
-
id
Description copied from interface:AppVariableQueryQuery for the app variable with the given id.- Specified by:
idin interfaceAppVariableQuery
-
appKey
Description copied from interface:AppVariableQueryQuery for app variables with the given app key.- Specified by:
appKeyin interfaceAppVariableQuery
-
variableName
Description copied from interface:AppVariableQueryQuery for app variables with the given variable name.- Specified by:
variableNamein interfaceAppVariableQuery
-
variableNameLike
Description copied from interface:AppVariableQueryQuery for app variables like the given variable name.- Specified by:
variableNameLikein interfaceAppVariableQuery
-
variableValueEquals
Description copied from interface:AppVariableQueryQuery for app variables with the given name and value- Specified by:
variableValueEqualsin interfaceAppVariableQuery
-
variableValueNotEquals
Description copied from interface:AppVariableQueryQuery for app variables that don't have the given name and value- Specified by:
variableValueNotEqualsin interfaceAppVariableQuery
-
variableValueLike
Description copied from interface:AppVariableQueryQuery for app variables like the given name and value- Specified by:
variableValueLikein interfaceAppVariableQuery
-
variableValueLikeIgnoreCase
Description copied from interface:AppVariableQueryQuery for app variables like the given name and value (case insensitive)- Specified by:
variableValueLikeIgnoreCasein interfaceAppVariableQuery
-
tenantId
Description copied from interface:AppVariableQueryQuery for app variables with the given tenant id.- Specified by:
tenantIdin interfaceAppVariableQuery
-
tenantIdLike
Description copied from interface:AppVariableQueryQuery for app variables like the given tenant id.- Specified by:
tenantIdLikein interfaceAppVariableQuery
-
withoutTenantId
Description copied from interface:AppVariableQueryQuery for app variables without a tenant id.- Specified by:
withoutTenantIdin interfaceAppVariableQuery
-
orderByVariableName
Description copied from interface:AppVariableQueryOrder the result by variable name.- Specified by:
orderByVariableNamein interfaceAppVariableQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<AppVariableQuery,AppVariable>
-
executeList
- Specified by:
executeListin classAbstractQuery<AppVariableQuery,AppVariable>
-
ensureVariableInitialized
-
getId
-
getAppKey
-
getVariableName
-
getVariableNameLike
-
getTenantId
-
getTenantIdLike
-
getQueryVariableValue
-
isWithoutTenantId
public boolean isWithoutTenantId()
-