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 String
definitionExternalId
protected String
definitionId
protected String
definitionKey
protected String
externalId
protected String
externalIdLike
protected String
id
protected boolean
includeTranslations
protected boolean
includeVariables
protected String
key
protected String
keyLike
protected String
name
protected String
nameLike
protected String
nameLikeIgnoreCase
protected String
state
protected String
tenantId
-
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:
definitionId
in interfaceMasterDataInstanceQuery
-
definitionExternalId
public MasterDataInstanceQuery definitionExternalId(String definitionExternalId)
- Specified by:
definitionExternalId
in interfaceMasterDataInstanceQuery
-
definitionKey
public MasterDataInstanceQuery definitionKey(String definitionKey)
- Specified by:
definitionKey
in interfaceMasterDataInstanceQuery
-
id
public MasterDataInstanceQuery id(String id)
- Specified by:
id
in interfaceMasterDataInstanceQuery
-
tenantId
public MasterDataInstanceQuery tenantId(String tenantId)
- Specified by:
tenantId
in interfaceMasterDataInstanceQuery
-
externalId
public MasterDataInstanceQuery externalId(String externalId)
- Specified by:
externalId
in interfaceMasterDataInstanceQuery
-
externalIdLike
public MasterDataInstanceQuery externalIdLike(String externalIdLike)
- Specified by:
externalIdLike
in interfaceMasterDataInstanceQuery
-
key
public MasterDataInstanceQuery key(String key)
- Specified by:
key
in interfaceMasterDataInstanceQuery
-
keyLike
public MasterDataInstanceQuery keyLike(String keyLike)
- Specified by:
keyLike
in interfaceMasterDataInstanceQuery
-
name
public MasterDataInstanceQuery name(String name)
- Specified by:
name
in interfaceMasterDataInstanceQuery
-
nameLike
public MasterDataInstanceQuery nameLike(String nameLike)
- Specified by:
nameLike
in interfaceMasterDataInstanceQuery
-
nameLikeIgnoreCase
public MasterDataInstanceQuery nameLikeIgnoreCase(String nameLikeIgnoreCase)
- Specified by:
nameLikeIgnoreCase
in interfaceMasterDataInstanceQuery
-
state
public MasterDataInstanceQuery state(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
-
includeTranslations
public MasterDataInstanceQuery includeTranslations()
- Specified by:
includeTranslations
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(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
executeList
public List<MasterDataInstance> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance>
-
getId
public String getId()
- Specified by:
getId
in 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()
-
-