Class MasterDataInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<T,U>
org.flowable.variable.service.impl.AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryImpl
- All Implemented Interfaces:
MasterDataInstanceQuery
,Serializable
,CacheAwareQuery<MasterDataInstanceEntity>
,Query<MasterDataInstanceQuery,
,MasterDataInstance> Command<Object>
public class MasterDataInstanceQueryImpl
extends AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
implements MasterDataInstanceQuery, CacheAwareQuery<MasterDataInstanceEntity>
- 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 String
protected String
protected String
protected String
protected boolean
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableValueProvider
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
ConstructorDescriptionMasterDataInstanceQueryImpl
(CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiondefinitionExternalId
(String definitionExternalId) definitionId
(String definitionId) definitionKey
(String definitionKey) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) externalId
(String externalId) externalIdLike
(String externalIdLike) getId()
getKey()
getName()
getState()
boolean
boolean
nameLikeIgnoreCase
(String nameLikeIgnoreCase) Methods inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
addVariable, addVariable, ensureVariablesInitialized, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, hasValueComparisonQueryVariables, isBoolean, scopedVariableExists, scopedVariableNotExists, scopedVariableValueEquals, scopedVariableValueEquals, scopedVariableValueEqualsIgnoreCase, scopedVariableValueGreaterThan, scopedVariableValueGreaterThanOrEqual, scopedVariableValueLessThan, scopedVariableValueLessThanOrEqual, scopedVariableValueLike, scopedVariableValueLikeIgnoreCase, scopedVariableValueNotEquals, scopedVariableValueNotEqualsIgnoreCase, variableExists, variableExists, variableNotExists, variableNotExists, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueLikeIgnoreCase, variableValueLikeIgnoreCase, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCase
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
Methods inherited from interface com.flowable.dataobject.api.runtime.MasterDataInstanceQuery
variableValueEquals, variableValueEqualsIgnoreCase, variableValueLike, variableValueLikeIgnoreCase
-
Field Details
-
id
-
definitionId
-
definitionExternalId
-
definitionKey
-
key
-
keyLike
-
externalId
-
externalIdLike
-
tenantId
-
name
-
nameLike
-
nameLikeIgnoreCase
-
state
-
includeVariables
protected boolean includeVariables -
includeTranslations
protected boolean includeTranslations
-
-
Constructor Details
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl() -
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl(CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration)
-
-
Method Details
-
definitionId
- Specified by:
definitionId
in interfaceMasterDataInstanceQuery
-
definitionExternalId
- Specified by:
definitionExternalId
in interfaceMasterDataInstanceQuery
-
definitionKey
- Specified by:
definitionKey
in interfaceMasterDataInstanceQuery
-
id
- Specified by:
id
in interfaceMasterDataInstanceQuery
-
tenantId
- Specified by:
tenantId
in interfaceMasterDataInstanceQuery
-
externalId
- Specified by:
externalId
in interfaceMasterDataInstanceQuery
-
externalIdLike
- Specified by:
externalIdLike
in interfaceMasterDataInstanceQuery
-
key
- Specified by:
key
in interfaceMasterDataInstanceQuery
-
keyLike
- Specified by:
keyLike
in interfaceMasterDataInstanceQuery
-
name
- Specified by:
name
in interfaceMasterDataInstanceQuery
-
nameLike
- Specified by:
nameLike
in interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCase
in interfaceMasterDataInstanceQuery
-
state
- Specified by:
state
in interfaceMasterDataInstanceQuery
-
onlyActive
- Specified by:
onlyActive
in interfaceMasterDataInstanceQuery
-
includeVariables
- Specified by:
includeVariables
in interfaceMasterDataInstanceQuery
-
includeTranslations
- Specified by:
includeTranslations
in interfaceMasterDataInstanceQuery
-
orderByName
- Specified by:
orderByName
in interfaceMasterDataInstanceQuery
-
orderByKey
- Specified by:
orderByKey
in interfaceMasterDataInstanceQuery
-
orderByExternalId
- Specified by:
orderByExternalId
in interfaceMasterDataInstanceQuery
-
orderByCreationTime
- Specified by:
orderByCreationTime
in interfaceMasterDataInstanceQuery
-
orderByUpdateTime
- Specified by:
orderByUpdateTime
in interfaceMasterDataInstanceQuery
-
executeCount
- Specified by:
executeCount
in classAbstractVariableQueryImpl<MasterDataInstanceQuery,
MasterDataInstance>
-
executeList
- Specified by:
executeList
in classAbstractVariableQueryImpl<MasterDataInstanceQuery,
MasterDataInstance>
-
executeExport
- Specified by:
executeExport
in interfaceMasterDataInstanceQuery
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<MasterDataInstanceEntity>
-
getDefinitionId
-
getDefinitionExternalId
-
getDefinitionKey
-
getKey
-
getKeyLike
-
getExternalId
-
getExternalIdLike
-
getTenantId
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getState
-
isIncludeVariables
public boolean isIncludeVariables() -
isIncludeTranslations
public boolean isIncludeTranslations()
-