Class DataObjectInstanceEntityQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>
-
- com.flowable.dataobject.engine.impl.runtime.DataObjectInstanceEntityQueryImpl
-
- All Implemented Interfaces:
DataObjectInstanceEntityQuery
,Serializable
,CacheAwareQuery<DataObjectInstanceEntity>
,Query<DataObjectInstanceEntityQuery,DataObjectInstance>
,Command<Object>
public class DataObjectInstanceEntityQueryImpl extends AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance> implements DataObjectInstanceEntityQuery, CacheAwareQuery<DataObjectInstanceEntity>
- 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
definitionId
protected String
definitionKey
protected String
id
protected String
lookupId
protected String
lookupIdLike
protected String
scopeDefinitionId
protected String
scopeId
protected String
scopeType
protected String
subScopeId
-
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 DataObjectInstanceEntityQueryImpl()
DataObjectInstanceEntityQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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
-
-
-
-
Field Detail
-
id
protected String id
-
definitionId
protected String definitionId
-
definitionKey
protected String definitionKey
-
lookupId
protected String lookupId
-
lookupIdLike
protected String lookupIdLike
-
scopeId
protected String scopeId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
-
Constructor Detail
-
DataObjectInstanceEntityQueryImpl
public DataObjectInstanceEntityQueryImpl()
-
DataObjectInstanceEntityQueryImpl
public DataObjectInstanceEntityQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public DataObjectInstanceEntityQuery id(String id)
- Specified by:
id
in interfaceDataObjectInstanceEntityQuery
-
definitionId
public DataObjectInstanceEntityQuery definitionId(String definitionId)
- Specified by:
definitionId
in interfaceDataObjectInstanceEntityQuery
-
definitionKey
public DataObjectInstanceEntityQuery definitionKey(String definitionKey)
- Specified by:
definitionKey
in interfaceDataObjectInstanceEntityQuery
-
lookupId
public DataObjectInstanceEntityQuery lookupId(String lookupId)
- Specified by:
lookupId
in interfaceDataObjectInstanceEntityQuery
-
lookupIdLike
public DataObjectInstanceEntityQuery lookupIdLike(String lookupIdLike)
- Specified by:
lookupIdLike
in interfaceDataObjectInstanceEntityQuery
-
scopeId
public DataObjectInstanceEntityQuery scopeId(String scopeId)
- Specified by:
scopeId
in interfaceDataObjectInstanceEntityQuery
-
subScopeId
public DataObjectInstanceEntityQuery subScopeId(String subScopeId)
- Specified by:
subScopeId
in interfaceDataObjectInstanceEntityQuery
-
scopeType
public DataObjectInstanceEntityQuery scopeType(String scopeType)
- Specified by:
scopeType
in interfaceDataObjectInstanceEntityQuery
-
scopeDefinitionId
public DataObjectInstanceEntityQuery scopeDefinitionId(String scopeDefinitionId)
- Specified by:
scopeDefinitionId
in interfaceDataObjectInstanceEntityQuery
-
orderByLookupId
public DataObjectInstanceEntityQuery orderByLookupId()
- Specified by:
orderByLookupId
in interfaceDataObjectInstanceEntityQuery
-
orderByCreationTime
public DataObjectInstanceEntityQuery orderByCreationTime()
- Specified by:
orderByCreationTime
in interfaceDataObjectInstanceEntityQuery
-
orderByUpdateTime
public DataObjectInstanceEntityQuery orderByUpdateTime()
- Specified by:
orderByUpdateTime
in interfaceDataObjectInstanceEntityQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>
-
executeList
public List<DataObjectInstance> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>
-
getId
public String getId()
- Specified by:
getId
in interfaceCacheAwareQuery<DataObjectInstanceEntity>
-
getDefinitionId
public String getDefinitionId()
-
getDefinitionKey
public String getDefinitionKey()
-
getLookupId
public String getLookupId()
-
getLookupIdLike
public String getLookupIdLike()
-
getScopeId
public String getScopeId()
-
getSubScopeId
public String getSubScopeId()
-
getScopeType
public String getScopeType()
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
-