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.String
definitionExternalId
protected java.lang.String
definitionId
protected java.lang.String
definitionKey
protected java.lang.String
externalId
protected java.lang.String
externalIdLike
protected java.lang.String
id
protected boolean
includeVariables
protected java.lang.String
key
protected java.lang.String
keyLike
protected java.lang.String
name
protected java.lang.String
nameLike
protected java.lang.String
nameLikeIgnoreCase
protected java.lang.String
state
protected java.lang.String
tenantId
-
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:
definitionId
in interfaceMasterDataInstanceQuery
-
definitionExternalId
public MasterDataInstanceQuery definitionExternalId(java.lang.String definitionExternalId)
- Specified by:
definitionExternalId
in interfaceMasterDataInstanceQuery
-
definitionKey
public MasterDataInstanceQuery definitionKey(java.lang.String definitionKey)
- Specified by:
definitionKey
in interfaceMasterDataInstanceQuery
-
id
public MasterDataInstanceQuery id(java.lang.String id)
- Specified by:
id
in interfaceMasterDataInstanceQuery
-
tenantId
public MasterDataInstanceQuery tenantId(java.lang.String tenantId)
- Specified by:
tenantId
in interfaceMasterDataInstanceQuery
-
externalId
public MasterDataInstanceQuery externalId(java.lang.String externalId)
- Specified by:
externalId
in interfaceMasterDataInstanceQuery
-
externalIdLike
public MasterDataInstanceQuery externalIdLike(java.lang.String externalIdLike)
- Specified by:
externalIdLike
in interfaceMasterDataInstanceQuery
-
key
public MasterDataInstanceQuery key(java.lang.String key)
- Specified by:
key
in interfaceMasterDataInstanceQuery
-
keyLike
public MasterDataInstanceQuery keyLike(java.lang.String keyLike)
- Specified by:
keyLike
in interfaceMasterDataInstanceQuery
-
name
public MasterDataInstanceQuery name(java.lang.String name)
- Specified by:
name
in interfaceMasterDataInstanceQuery
-
nameLike
public MasterDataInstanceQuery nameLike(java.lang.String nameLike)
- Specified by:
nameLike
in interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
public MasterDataInstanceQuery nameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase)
- Specified by:
nameLikeIgnoreCase
in interfaceMasterDataInstanceQuery
-
state
public MasterDataInstanceQuery state(java.lang.String state)
- Specified by:
state
in interfaceMasterDataInstanceQuery
-
onlyActive
public MasterDataInstanceQuery onlyActive()
- Specified by:
onlyActive
in interfaceMasterDataInstanceQuery
-
includeVariables
public MasterDataInstanceQuery includeVariables()
- Specified by:
includeVariables
in interfaceMasterDataInstanceQuery
-
orderByName
public MasterDataInstanceQuery orderByName()
- Specified by:
orderByName
in interfaceMasterDataInstanceQuery
-
orderByKey
public MasterDataInstanceQuery orderByKey()
- Specified by:
orderByKey
in interfaceMasterDataInstanceQuery
-
orderByExternalId
public MasterDataInstanceQuery orderByExternalId()
- Specified by:
orderByExternalId
in interfaceMasterDataInstanceQuery
-
orderByCreationTime
public MasterDataInstanceQuery orderByCreationTime()
- Specified by:
orderByCreationTime
in interfaceMasterDataInstanceQuery
-
orderByUpdateTime
public MasterDataInstanceQuery orderByUpdateTime()
- Specified by:
orderByUpdateTime
in interfaceMasterDataInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.variable.service.impl.AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
getId
public java.lang.String getId()
- Specified by:
getId
in 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()
-
-