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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected 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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidensureVariableInitialized(CommandContext commandContext) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()Query 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, 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
-
variableName
-
variableNameLike
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
queryVariableValue
-
variableNames
-
-
Constructor Details
-
TenantVariableQueryImpl
-
-
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
- Specified by:
executeCountin classAbstractQuery<TenantVariableQuery,TenantVariable>
-
executeList
- Specified by:
executeListin classAbstractQuery<TenantVariableQuery,TenantVariable>
-
getId
-
getVariableName
-
getVariableNameLike
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet() -
getQueryVariableValue
-
ensureVariableInitialized
-