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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableValueProviderFields 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
ConstructorsConstructorDescriptionMasterDataInstanceQueryImpl(CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiondefinitionExternalId(String definitionExternalId) definitionId(String definitionId) definitionKey(String definitionKey) voidlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) externalId(String externalId) externalIdLike(String externalIdLike) getId()getKey()getName()getState()booleanbooleannameLikeIgnoreCase(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, variableValueNotEqualsIgnoreCaseMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
definitionIdin interfaceMasterDataInstanceQuery
-
definitionExternalId
- Specified by:
definitionExternalIdin interfaceMasterDataInstanceQuery
-
definitionKey
- Specified by:
definitionKeyin interfaceMasterDataInstanceQuery
-
id
- Specified by:
idin interfaceMasterDataInstanceQuery
-
tenantId
- Specified by:
tenantIdin interfaceMasterDataInstanceQuery
-
externalId
- Specified by:
externalIdin interfaceMasterDataInstanceQuery
-
externalIdLike
- Specified by:
externalIdLikein interfaceMasterDataInstanceQuery
-
key
- Specified by:
keyin interfaceMasterDataInstanceQuery
-
keyLike
- Specified by:
keyLikein interfaceMasterDataInstanceQuery
-
name
- Specified by:
namein interfaceMasterDataInstanceQuery
-
nameLike
- Specified by:
nameLikein interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCasein interfaceMasterDataInstanceQuery
-
state
- Specified by:
statein interfaceMasterDataInstanceQuery
-
onlyActive
- Specified by:
onlyActivein interfaceMasterDataInstanceQuery
-
includeVariables
- Specified by:
includeVariablesin interfaceMasterDataInstanceQuery
-
includeTranslations
- Specified by:
includeTranslationsin interfaceMasterDataInstanceQuery
-
orderByName
- Specified by:
orderByNamein interfaceMasterDataInstanceQuery
-
orderByKey
- Specified by:
orderByKeyin interfaceMasterDataInstanceQuery
-
orderByExternalId
- Specified by:
orderByExternalIdin interfaceMasterDataInstanceQuery
-
orderByCreationTime
- Specified by:
orderByCreationTimein interfaceMasterDataInstanceQuery
-
orderByUpdateTime
- Specified by:
orderByUpdateTimein interfaceMasterDataInstanceQuery
-
executeCount
- Specified by:
executeCountin classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
executeList
- Specified by:
executeListin classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
executeExport
- Specified by:
executeExportin interfaceMasterDataInstanceQuery
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<MasterDataInstanceEntity>
-
getDefinitionId
-
getDefinitionExternalId
-
getDefinitionKey
-
getKey
-
getKeyLike
-
getExternalId
-
getExternalIdLike
-
getTenantId
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getState
-
isIncludeVariables
public boolean isIncludeVariables() -
isIncludeTranslations
public boolean isIncludeTranslations() -
enhanceCachedValue
- Specified by:
enhanceCachedValuein interfaceCacheAwareQuery<MasterDataInstanceEntity>
-