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,org.flowable.common.engine.api.query.Query<TenantVariableQuery,,TenantVariable> org.flowable.common.engine.impl.interceptor.Command<Object>
public class TenantVariableQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<TenantVariableQuery,TenantVariable>
implements TenantVariableQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected org.flowable.variable.service.impl.QueryVariableValueprotected Stringprotected booleanprotected Stringprotected Stringprotected Collection<String> Fields 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionTenantVariableQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()org.flowable.variable.service.impl.QueryVariableValueQuery for the tenant variable with the given id.booleanOrder 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.variableNames(Collection<String> variableNames) Query for tenant variables with the given variable names.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, getSafeList, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
variableName
-
variableNameLike
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
queryVariableValue
protected org.flowable.variable.service.impl.QueryVariableValue queryVariableValue -
variableNames
-
-
Constructor Details
-
TenantVariableQueryImpl
public TenantVariableQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:TenantVariableQueryQuery for the tenant variable with the given id.- Specified by:
idin interfaceTenantVariableQuery
-
variableName
Description copied from interface:TenantVariableQueryQuery for tenant variables with the given variable name.- Specified by:
variableNamein interfaceTenantVariableQuery
-
variableNames
Description copied from interface:TenantVariableQueryQuery for tenant variables with the given variable names.- Specified by:
variableNamesin interfaceTenantVariableQuery
-
variableNameLike
Description copied from interface:TenantVariableQueryQuery for tenant variables like the given variable name.- Specified by:
variableNameLikein interfaceTenantVariableQuery
-
variableValueEquals
Description copied from interface:TenantVariableQueryQuery for tenant variables with the given name and value- Specified by:
variableValueEqualsin interfaceTenantVariableQuery
-
variableValueNotEquals
Description copied from interface:TenantVariableQueryQuery for tenant variables that don't have the given name and value- Specified by:
variableValueNotEqualsin interfaceTenantVariableQuery
-
variableValueLike
Description copied from interface:TenantVariableQueryQuery for tenant variables like the given name and value- Specified by:
variableValueLikein interfaceTenantVariableQuery
-
variableValueLikeIgnoreCase
public TenantVariableQueryImpl variableValueLikeIgnoreCase(String variableName, String variableValue) Description copied from interface:TenantVariableQueryQuery for tenant variables like the given name and value (case insensitive)- Specified by:
variableValueLikeIgnoreCasein interfaceTenantVariableQuery
-
tenantId
Description copied from interface:TenantVariableQueryQuery for tenant variables with the given tenant id.- Specified by:
tenantIdin interfaceTenantVariableQuery
-
orderByVariableName
Description copied from interface:TenantVariableQueryOrder the result by variable name.- Specified by:
orderByVariableNamein interfaceTenantVariableQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<TenantVariableQuery,TenantVariable>
-
executeList
public List<TenantVariable> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<TenantVariableQuery,TenantVariable>
-
getId
-
getVariableName
-
getVariableNameLike
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet() -
getQueryVariableValue
public org.flowable.variable.service.impl.QueryVariableValue getQueryVariableValue() -
ensureVariableInitialized
protected void ensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-