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
-
Nested Class Summary
-
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
-
Constructor Summary
Constructors Constructor Description MasterDataInstanceQueryImpl()
MasterDataInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description MasterDataInstanceQuery
definitionExternalId(java.lang.String definitionExternalId)
MasterDataInstanceQuery
definitionId(java.lang.String definitionId)
MasterDataInstanceQuery
definitionKey(java.lang.String definitionKey)
long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<MasterDataInstance>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
MasterDataInstanceQuery
externalId(java.lang.String externalId)
MasterDataInstanceQuery
externalIdLike(java.lang.String externalIdLike)
java.lang.String
getDefinitionExternalId()
java.lang.String
getDefinitionId()
java.lang.String
getDefinitionKey()
java.lang.String
getExternalId()
java.lang.String
getExternalIdLike()
java.lang.String
getId()
java.lang.String
getKey()
java.lang.String
getKeyLike()
java.lang.String
getName()
java.lang.String
getNameLike()
java.lang.String
getNameLikeIgnoreCase()
java.lang.String
getState()
java.lang.String
getTenantId()
MasterDataInstanceQuery
id(java.lang.String id)
MasterDataInstanceQuery
includeVariables()
boolean
isIncludeVariables()
MasterDataInstanceQuery
key(java.lang.String key)
MasterDataInstanceQuery
keyLike(java.lang.String keyLike)
MasterDataInstanceQuery
name(java.lang.String name)
MasterDataInstanceQuery
nameLike(java.lang.String nameLike)
MasterDataInstanceQuery
nameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase)
MasterDataInstanceQuery
onlyActive()
MasterDataInstanceQuery
orderByCreationTime()
MasterDataInstanceQuery
orderByExternalId()
MasterDataInstanceQuery
orderByKey()
MasterDataInstanceQuery
orderByName()
MasterDataInstanceQuery
orderByUpdateTime()
MasterDataInstanceQuery
state(java.lang.String state)
MasterDataInstanceQuery
tenantId(java.lang.String tenantId)
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 Details
-
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 Details
-
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl() -
MasterDataInstanceQueryImpl
public MasterDataInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
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
-
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
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()
-