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 StringdefinitionIdprotected StringdefinitionKeyprotected Stringidprotected StringlookupIdprotected StringlookupIdLikeprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected StringsubScopeId-
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:
idin interfaceDataObjectInstanceEntityQuery
-
definitionId
public DataObjectInstanceEntityQuery definitionId(String definitionId)
- Specified by:
definitionIdin interfaceDataObjectInstanceEntityQuery
-
definitionKey
public DataObjectInstanceEntityQuery definitionKey(String definitionKey)
- Specified by:
definitionKeyin interfaceDataObjectInstanceEntityQuery
-
lookupId
public DataObjectInstanceEntityQuery lookupId(String lookupId)
- Specified by:
lookupIdin interfaceDataObjectInstanceEntityQuery
-
lookupIdLike
public DataObjectInstanceEntityQuery lookupIdLike(String lookupIdLike)
- Specified by:
lookupIdLikein interfaceDataObjectInstanceEntityQuery
-
scopeId
public DataObjectInstanceEntityQuery scopeId(String scopeId)
- Specified by:
scopeIdin interfaceDataObjectInstanceEntityQuery
-
subScopeId
public DataObjectInstanceEntityQuery subScopeId(String subScopeId)
- Specified by:
subScopeIdin interfaceDataObjectInstanceEntityQuery
-
scopeType
public DataObjectInstanceEntityQuery scopeType(String scopeType)
- Specified by:
scopeTypein interfaceDataObjectInstanceEntityQuery
-
scopeDefinitionId
public DataObjectInstanceEntityQuery scopeDefinitionId(String scopeDefinitionId)
- Specified by:
scopeDefinitionIdin interfaceDataObjectInstanceEntityQuery
-
orderByLookupId
public DataObjectInstanceEntityQuery orderByLookupId()
- Specified by:
orderByLookupIdin interfaceDataObjectInstanceEntityQuery
-
orderByCreationTime
public DataObjectInstanceEntityQuery orderByCreationTime()
- Specified by:
orderByCreationTimein interfaceDataObjectInstanceEntityQuery
-
orderByUpdateTime
public DataObjectInstanceEntityQuery orderByUpdateTime()
- Specified by:
orderByUpdateTimein interfaceDataObjectInstanceEntityQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>
-
executeList
public List<DataObjectInstance> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>
-
getId
public String getId()
- Specified by:
getIdin 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()
-
-