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:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description protected StringdefinitionExternalIdprotected StringdefinitionIdprotected StringdefinitionKeyprotected StringexternalIdprotected StringexternalIdLikeprotected Stringidprotected booleanincludeTranslationsprotected booleanincludeVariablesprotected Stringkeyprotected StringkeyLikeprotected Stringnameprotected StringnameLikeprotected StringnameLikeIgnoreCaseprotected Stringstateprotected StringtenantId-
Fields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableServiceConfiguration
-
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
Constructors Constructor Description MasterDataInstanceQueryImpl()MasterDataInstanceQueryImpl(CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration)
-
Method Summary
-
Methods inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
addVariable, ensureVariablesInitialized, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, hasValueComparisonQueryVariables, isBoolean, 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 Detail
-
id
protected String id
-
definitionId
protected String definitionId
-
definitionExternalId
protected String definitionExternalId
-
definitionKey
protected String definitionKey
-
key
protected String key
-
keyLike
protected String keyLike
-
externalId
protected String externalId
-
externalIdLike
protected String externalIdLike
-
tenantId
protected String tenantId
-
name
protected String name
-
nameLike
protected String nameLike
-
nameLikeIgnoreCase
protected String nameLikeIgnoreCase
-
state
protected String state
-
includeVariables
protected boolean includeVariables
-
includeTranslations
protected boolean includeTranslations
-
-
Constructor Detail
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl()
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl(CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration)
-
-
Method Detail
-
definitionId
public MasterDataInstanceQuery definitionId(String definitionId)
- Specified by:
definitionIdin interfaceMasterDataInstanceQuery
-
definitionExternalId
public MasterDataInstanceQuery definitionExternalId(String definitionExternalId)
- Specified by:
definitionExternalIdin interfaceMasterDataInstanceQuery
-
definitionKey
public MasterDataInstanceQuery definitionKey(String definitionKey)
- Specified by:
definitionKeyin interfaceMasterDataInstanceQuery
-
id
public MasterDataInstanceQuery id(String id)
- Specified by:
idin interfaceMasterDataInstanceQuery
-
tenantId
public MasterDataInstanceQuery tenantId(String tenantId)
- Specified by:
tenantIdin interfaceMasterDataInstanceQuery
-
externalId
public MasterDataInstanceQuery externalId(String externalId)
- Specified by:
externalIdin interfaceMasterDataInstanceQuery
-
externalIdLike
public MasterDataInstanceQuery externalIdLike(String externalIdLike)
- Specified by:
externalIdLikein interfaceMasterDataInstanceQuery
-
key
public MasterDataInstanceQuery key(String key)
- Specified by:
keyin interfaceMasterDataInstanceQuery
-
keyLike
public MasterDataInstanceQuery keyLike(String keyLike)
- Specified by:
keyLikein interfaceMasterDataInstanceQuery
-
name
public MasterDataInstanceQuery name(String name)
- Specified by:
namein interfaceMasterDataInstanceQuery
-
nameLike
public MasterDataInstanceQuery nameLike(String nameLike)
- Specified by:
nameLikein interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
public MasterDataInstanceQuery nameLikeIgnoreCase(String nameLikeIgnoreCase)
- Specified by:
nameLikeIgnoreCasein interfaceMasterDataInstanceQuery
-
state
public MasterDataInstanceQuery state(String state)
- Specified by:
statein interfaceMasterDataInstanceQuery
-
onlyActive
public MasterDataInstanceQuery onlyActive()
- Specified by:
onlyActivein interfaceMasterDataInstanceQuery
-
includeVariables
public MasterDataInstanceQuery includeVariables()
- Specified by:
includeVariablesin interfaceMasterDataInstanceQuery
-
includeTranslations
public MasterDataInstanceQuery includeTranslations()
- Specified by:
includeTranslationsin interfaceMasterDataInstanceQuery
-
orderByName
public MasterDataInstanceQuery orderByName()
- Specified by:
orderByNamein interfaceMasterDataInstanceQuery
-
orderByKey
public MasterDataInstanceQuery orderByKey()
- Specified by:
orderByKeyin interfaceMasterDataInstanceQuery
-
orderByExternalId
public MasterDataInstanceQuery orderByExternalId()
- Specified by:
orderByExternalIdin interfaceMasterDataInstanceQuery
-
orderByCreationTime
public MasterDataInstanceQuery orderByCreationTime()
- Specified by:
orderByCreationTimein interfaceMasterDataInstanceQuery
-
orderByUpdateTime
public MasterDataInstanceQuery orderByUpdateTime()
- Specified by:
orderByUpdateTimein interfaceMasterDataInstanceQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
executeList
public List<MasterDataInstance> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<MasterDataInstanceEntity>
-
getDefinitionId
public String getDefinitionId()
-
getDefinitionExternalId
public String getDefinitionExternalId()
-
getDefinitionKey
public String getDefinitionKey()
-
getKey
public String getKey()
-
getKeyLike
public String getKeyLike()
-
getExternalId
public String getExternalId()
-
getExternalIdLike
public String getExternalIdLike()
-
getTenantId
public String getTenantId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getNameLikeIgnoreCase
public String getNameLikeIgnoreCase()
-
getState
public String getState()
-
isIncludeVariables
public boolean isIncludeVariables()
-
isIncludeTranslations
public boolean isIncludeTranslations()
-
-