Class TenantVariableQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<TenantVariableQuery,TenantVariable>
com.flowable.platform.engine.impl.tenant.TenantVariableQueryImpl
- All Implemented Interfaces:
TenantVariableQuery
,Serializable
,Query<TenantVariableQuery,
,TenantVariable> Command<Object>
public class TenantVariableQueryImpl
extends AbstractQuery<TenantVariableQuery,TenantVariable>
implements TenantVariableQuery
- 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 QueryVariableValue
protected String
protected boolean
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 TypeMethodDescriptionprotected void
ensureVariableInitialized
(CommandContext commandContext) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
Query for the tenant variable with the given id.boolean
Order the result by variable name.Query for tenant variables with the given tenant id.variableName
(String variableName) Query for tenant variables with the given variable name.variableNameLike
(String variableNameLike) Query for tenant variables like the given variable name.variableValueEquals
(String variableName, Object variableValue) Query for tenant variables with the given name and valuevariableValueLike
(String variableName, String variableValue) Query for tenant variables like the given name and valuevariableValueLikeIgnoreCase
(String variableName, String variableValue) Query for tenant variables like the given name and value (case insensitive)variableValueNotEquals
(String variableName, Object variableValue) Query for tenant variables that don't have the given name and valueMethods 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
-
variableName
-
variableNameLike
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
queryVariableValue
-
-
Constructor Details
-
TenantVariableQueryImpl
-
-
Method Details
-
id
Description copied from interface:TenantVariableQuery
Query for the tenant variable with the given id.- Specified by:
id
in interfaceTenantVariableQuery
-
variableName
Description copied from interface:TenantVariableQuery
Query for tenant variables with the given variable name.- Specified by:
variableName
in interfaceTenantVariableQuery
-
variableNameLike
Description copied from interface:TenantVariableQuery
Query for tenant variables like the given variable name.- Specified by:
variableNameLike
in interfaceTenantVariableQuery
-
variableValueEquals
Description copied from interface:TenantVariableQuery
Query for tenant variables with the given name and value- Specified by:
variableValueEquals
in interfaceTenantVariableQuery
-
variableValueNotEquals
Description copied from interface:TenantVariableQuery
Query for tenant variables that don't have the given name and value- Specified by:
variableValueNotEquals
in interfaceTenantVariableQuery
-
variableValueLike
Description copied from interface:TenantVariableQuery
Query for tenant variables like the given name and value- Specified by:
variableValueLike
in interfaceTenantVariableQuery
-
variableValueLikeIgnoreCase
public TenantVariableQueryImpl variableValueLikeIgnoreCase(String variableName, String variableValue) Description copied from interface:TenantVariableQuery
Query for tenant variables like the given name and value (case insensitive)- Specified by:
variableValueLikeIgnoreCase
in interfaceTenantVariableQuery
-
tenantId
Description copied from interface:TenantVariableQuery
Query for tenant variables with the given tenant id.- Specified by:
tenantId
in interfaceTenantVariableQuery
-
orderByVariableName
Description copied from interface:TenantVariableQuery
Order the result by variable name.- Specified by:
orderByVariableName
in interfaceTenantVariableQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<TenantVariableQuery,
TenantVariable>
-
executeList
- Specified by:
executeList
in classAbstractQuery<TenantVariableQuery,
TenantVariable>
-
getId
-
getVariableName
-
getVariableNameLike
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet() -
getQueryVariableValue
-
ensureVariableInitialized
-