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.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 QueryVariableValue
protected String
protected String
protected String
protected String
protected boolean
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
ConstructorDescriptionAppVariableQueryImpl
(CommandContext commandContext) AppVariableQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionQuery for app variables with the given app key.protected void
ensureVariableInitialized
(CommandContext commandContext) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
Query for the app variable with the given id.boolean
Order 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, 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
-
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:AppVariableQuery
Query for the app variable with the given id.- Specified by:
id
in interfaceAppVariableQuery
-
appKey
Description copied from interface:AppVariableQuery
Query for app variables with the given app key.- Specified by:
appKey
in interfaceAppVariableQuery
-
variableName
Description copied from interface:AppVariableQuery
Query for app variables with the given variable name.- Specified by:
variableName
in interfaceAppVariableQuery
-
variableNameLike
Description copied from interface:AppVariableQuery
Query for app variables like the given variable name.- Specified by:
variableNameLike
in interfaceAppVariableQuery
-
variableValueEquals
Description copied from interface:AppVariableQuery
Query for app variables with the given name and value- Specified by:
variableValueEquals
in interfaceAppVariableQuery
-
variableValueNotEquals
Description copied from interface:AppVariableQuery
Query for app variables that don't have the given name and value- Specified by:
variableValueNotEquals
in interfaceAppVariableQuery
-
variableValueLike
Description copied from interface:AppVariableQuery
Query for app variables like the given name and value- Specified by:
variableValueLike
in interfaceAppVariableQuery
-
variableValueLikeIgnoreCase
Description copied from interface:AppVariableQuery
Query for app variables like the given name and value (case insensitive)- Specified by:
variableValueLikeIgnoreCase
in interfaceAppVariableQuery
-
tenantId
Description copied from interface:AppVariableQuery
Query for app variables with the given tenant id.- Specified by:
tenantId
in interfaceAppVariableQuery
-
tenantIdLike
Description copied from interface:AppVariableQuery
Query for app variables like the given tenant id.- Specified by:
tenantIdLike
in interfaceAppVariableQuery
-
withoutTenantId
Description copied from interface:AppVariableQuery
Query for app variables without a tenant id.- Specified by:
withoutTenantId
in interfaceAppVariableQuery
-
orderByVariableName
Description copied from interface:AppVariableQuery
Order the result by variable name.- Specified by:
orderByVariableName
in interfaceAppVariableQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<AppVariableQuery,
AppVariable>
-
executeList
- Specified by:
executeList
in classAbstractQuery<AppVariableQuery,
AppVariable>
-
ensureVariableInitialized
-
getId
-
getAppKey
-
getVariableName
-
getVariableNameLike
-
getTenantId
-
getTenantIdLike
-
getQueryVariableValue
-
isWithoutTenantId
public boolean isWithoutTenantId()
-