Class DataObjectInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>
com.flowable.dataobject.engine.impl.runtime.DataObjectInstanceQueryImpl
- All Implemented Interfaces:
DataObjectInstanceQuery,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<DataObjectInstanceEntity>,org.flowable.common.engine.api.query.Query<DataObjectInstanceQuery,DataObjectInstance>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class DataObjectInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance> implements DataObjectInstanceQuery, org.flowable.common.engine.api.query.CacheAwareQuery<DataObjectInstanceEntity>
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdefinitionIdprotected java.lang.StringdefinitionKeyprotected java.lang.Stringidprotected java.lang.StringlookupIdprotected java.lang.StringlookupIdLikeprotected java.lang.StringscopeDefinitionIdprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.lang.StringsubScopeId -
Constructor Summary
Constructors Constructor Description DataObjectInstanceQueryImpl()DataObjectInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and Type Method Description DataObjectInstanceQuerydefinitionId(java.lang.String definitionId)DataObjectInstanceQuerydefinitionKey(java.lang.String definitionKey)longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<DataObjectInstance>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetDefinitionId()java.lang.StringgetDefinitionKey()java.lang.StringgetId()java.lang.StringgetLookupId()java.lang.StringgetLookupIdLike()java.lang.StringgetScopeDefinitionId()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.lang.StringgetSubScopeId()DataObjectInstanceQueryid(java.lang.String id)DataObjectInstanceQuerylookupId(java.lang.String lookupId)DataObjectInstanceQuerylookupIdLike(java.lang.String lookupIdLike)DataObjectInstanceQueryorderByCreationTime()DataObjectInstanceQueryorderByLookupId()DataObjectInstanceQueryorderByUpdateTime()DataObjectInstanceQueryscopeDefinitionId(java.lang.String scopeDefinitionId)DataObjectInstanceQueryscopeId(java.lang.String scopeId)DataObjectInstanceQueryscopeType(java.lang.String scopeType)DataObjectInstanceQuerysubScopeId(java.lang.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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
protected java.lang.String id -
definitionId
protected java.lang.String definitionId -
definitionKey
protected java.lang.String definitionKey -
lookupId
protected java.lang.String lookupId -
lookupIdLike
protected java.lang.String lookupIdLike -
scopeId
protected java.lang.String scopeId -
subScopeId
protected java.lang.String subScopeId -
scopeType
protected java.lang.String scopeType -
scopeDefinitionId
protected java.lang.String scopeDefinitionId
-
-
Constructor Details
-
DataObjectInstanceQueryImpl
public DataObjectInstanceQueryImpl() -
DataObjectInstanceQueryImpl
public DataObjectInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceDataObjectInstanceQuery
-
definitionId
- Specified by:
definitionIdin interfaceDataObjectInstanceQuery
-
definitionKey
- Specified by:
definitionKeyin interfaceDataObjectInstanceQuery
-
lookupId
- Specified by:
lookupIdin interfaceDataObjectInstanceQuery
-
lookupIdLike
- Specified by:
lookupIdLikein interfaceDataObjectInstanceQuery
-
scopeId
- Specified by:
scopeIdin interfaceDataObjectInstanceQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceDataObjectInstanceQuery
-
scopeType
- Specified by:
scopeTypein interfaceDataObjectInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceDataObjectInstanceQuery
-
orderByLookupId
- Specified by:
orderByLookupIdin interfaceDataObjectInstanceQuery
-
orderByCreationTime
- Specified by:
orderByCreationTimein interfaceDataObjectInstanceQuery
-
orderByUpdateTime
- Specified by:
orderByUpdateTimein interfaceDataObjectInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>
-
executeList
public java.util.List<DataObjectInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>
-
getId
public java.lang.String getId()- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<DataObjectInstanceEntity>
-
getDefinitionId
public java.lang.String getDefinitionId() -
getDefinitionKey
public java.lang.String getDefinitionKey() -
getLookupId
public java.lang.String getLookupId() -
getLookupIdLike
public java.lang.String getLookupIdLike() -
getScopeId
public java.lang.String getScopeId() -
getSubScopeId
public java.lang.String getSubScopeId() -
getScopeType
public java.lang.String getScopeType() -
getScopeDefinitionId
public java.lang.String getScopeDefinitionId()
-