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:
-
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
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
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
-
Method Summary
Modifier and TypeMethodDescriptiondefinitionId
(String definitionId) definitionKey
(String definitionKey) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
lookupIdLike
(String lookupIdLike) scopeDefinitionId
(String scopeDefinitionId) subScopeId
(String subScopeId) 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 Details
-
id
-
definitionId
-
definitionKey
-
lookupId
-
lookupIdLike
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
-
Constructor Details
-
DataObjectInstanceEntityQueryImpl
public DataObjectInstanceEntityQueryImpl() -
DataObjectInstanceEntityQueryImpl
-
-
Method Details
-
id
- Specified by:
id
in interfaceDataObjectInstanceEntityQuery
-
definitionId
- Specified by:
definitionId
in interfaceDataObjectInstanceEntityQuery
-
definitionKey
- Specified by:
definitionKey
in interfaceDataObjectInstanceEntityQuery
-
lookupId
- Specified by:
lookupId
in interfaceDataObjectInstanceEntityQuery
-
lookupIdLike
- Specified by:
lookupIdLike
in interfaceDataObjectInstanceEntityQuery
-
scopeId
- Specified by:
scopeId
in interfaceDataObjectInstanceEntityQuery
-
subScopeId
- Specified by:
subScopeId
in interfaceDataObjectInstanceEntityQuery
-
scopeType
- Specified by:
scopeType
in interfaceDataObjectInstanceEntityQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionId
in interfaceDataObjectInstanceEntityQuery
-
orderByLookupId
- Specified by:
orderByLookupId
in interfaceDataObjectInstanceEntityQuery
-
orderByCreationTime
- Specified by:
orderByCreationTime
in interfaceDataObjectInstanceEntityQuery
-
orderByUpdateTime
- Specified by:
orderByUpdateTime
in interfaceDataObjectInstanceEntityQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<DataObjectInstanceEntityQuery,
DataObjectInstance>
-
executeList
- Specified by:
executeList
in classAbstractQuery<DataObjectInstanceEntityQuery,
DataObjectInstance>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<DataObjectInstanceEntity>
-
getDefinitionId
-
getDefinitionKey
-
getLookupId
-
getLookupIdLike
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-