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,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<MasterDataInstanceEntity>,org.flowable.common.engine.api.query.Query<MasterDataInstanceQuery,MasterDataInstance>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class MasterDataInstanceQueryImpl extends org.flowable.variable.service.impl.AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance> implements MasterDataInstanceQuery, org.flowable.common.engine.api.query.CacheAwareQuery<MasterDataInstanceEntity>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdefinitionExternalIdprotected java.lang.StringdefinitionIdprotected java.lang.StringdefinitionKeyprotected java.lang.StringexternalIdprotected java.lang.StringexternalIdLikeprotected java.lang.Stringidprotected booleanincludeVariablesprotected java.lang.Stringkeyprotected java.lang.StringkeyLikeprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringnameLikeIgnoreCaseprotected java.lang.Stringstateprotected java.lang.StringtenantId-
Fields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableServiceConfiguration
-
-
Constructor Summary
Constructors Constructor Description MasterDataInstanceQueryImpl()MasterDataInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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 java.lang.String id
-
definitionId
protected java.lang.String definitionId
-
definitionExternalId
protected java.lang.String definitionExternalId
-
definitionKey
protected java.lang.String definitionKey
-
key
protected java.lang.String key
-
keyLike
protected java.lang.String keyLike
-
externalId
protected java.lang.String externalId
-
externalIdLike
protected java.lang.String externalIdLike
-
tenantId
protected java.lang.String tenantId
-
name
protected java.lang.String name
-
nameLike
protected java.lang.String nameLike
-
nameLikeIgnoreCase
protected java.lang.String nameLikeIgnoreCase
-
state
protected java.lang.String state
-
includeVariables
protected boolean includeVariables
-
-
Constructor Detail
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl()
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, DataObjectEngineConfiguration dataObjectEngineConfiguration)
-
-
Method Detail
-
definitionId
public MasterDataInstanceQuery definitionId(java.lang.String definitionId)
- Specified by:
definitionIdin interfaceMasterDataInstanceQuery
-
definitionExternalId
public MasterDataInstanceQuery definitionExternalId(java.lang.String definitionExternalId)
- Specified by:
definitionExternalIdin interfaceMasterDataInstanceQuery
-
definitionKey
public MasterDataInstanceQuery definitionKey(java.lang.String definitionKey)
- Specified by:
definitionKeyin interfaceMasterDataInstanceQuery
-
id
public MasterDataInstanceQuery id(java.lang.String id)
- Specified by:
idin interfaceMasterDataInstanceQuery
-
tenantId
public MasterDataInstanceQuery tenantId(java.lang.String tenantId)
- Specified by:
tenantIdin interfaceMasterDataInstanceQuery
-
externalId
public MasterDataInstanceQuery externalId(java.lang.String externalId)
- Specified by:
externalIdin interfaceMasterDataInstanceQuery
-
externalIdLike
public MasterDataInstanceQuery externalIdLike(java.lang.String externalIdLike)
- Specified by:
externalIdLikein interfaceMasterDataInstanceQuery
-
key
public MasterDataInstanceQuery key(java.lang.String key)
- Specified by:
keyin interfaceMasterDataInstanceQuery
-
keyLike
public MasterDataInstanceQuery keyLike(java.lang.String keyLike)
- Specified by:
keyLikein interfaceMasterDataInstanceQuery
-
name
public MasterDataInstanceQuery name(java.lang.String name)
- Specified by:
namein interfaceMasterDataInstanceQuery
-
nameLike
public MasterDataInstanceQuery nameLike(java.lang.String nameLike)
- Specified by:
nameLikein interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
public MasterDataInstanceQuery nameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase)
- Specified by:
nameLikeIgnoreCasein interfaceMasterDataInstanceQuery
-
state
public MasterDataInstanceQuery state(java.lang.String state)
- Specified by:
statein interfaceMasterDataInstanceQuery
-
onlyActive
public MasterDataInstanceQuery onlyActive()
- Specified by:
onlyActivein interfaceMasterDataInstanceQuery
-
includeVariables
public MasterDataInstanceQuery includeVariables()
- Specified by:
includeVariablesin 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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.variable.service.impl.AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
executeList
public java.util.List<MasterDataInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.variable.service.impl.AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<MasterDataInstanceEntity>
-
getDefinitionId
public java.lang.String getDefinitionId()
-
getDefinitionExternalId
public java.lang.String getDefinitionExternalId()
-
getDefinitionKey
public java.lang.String getDefinitionKey()
-
getKey
public java.lang.String getKey()
-
getKeyLike
public java.lang.String getKeyLike()
-
getExternalId
public java.lang.String getExternalId()
-
getExternalIdLike
public java.lang.String getExternalIdLike()
-
getTenantId
public java.lang.String getTenantId()
-
getName
public java.lang.String getName()
-
getNameLike
public java.lang.String getNameLike()
-
getNameLikeIgnoreCase
public java.lang.String getNameLikeIgnoreCase()
-
getState
public java.lang.String getState()
-
isIncludeVariables
public boolean isIncludeVariables()
-
-