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.String
definitionId
protected java.lang.String
definitionKey
protected java.lang.String
id
protected java.lang.String
lookupId
protected java.lang.String
lookupIdLike
protected java.lang.String
scopeDefinitionId
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.lang.String
subScopeId
-
Constructor Summary
Constructors Constructor Description DataObjectInstanceQueryImpl()
DataObjectInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description DataObjectInstanceQuery
definitionId(java.lang.String definitionId)
DataObjectInstanceQuery
definitionKey(java.lang.String definitionKey)
long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<DataObjectInstance>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getDefinitionId()
java.lang.String
getDefinitionKey()
java.lang.String
getId()
java.lang.String
getLookupId()
java.lang.String
getLookupIdLike()
java.lang.String
getScopeDefinitionId()
java.lang.String
getScopeId()
java.lang.String
getScopeType()
java.lang.String
getSubScopeId()
DataObjectInstanceQuery
id(java.lang.String id)
DataObjectInstanceQuery
lookupId(java.lang.String lookupId)
DataObjectInstanceQuery
lookupIdLike(java.lang.String lookupIdLike)
DataObjectInstanceQuery
orderByCreationTime()
DataObjectInstanceQuery
orderByLookupId()
DataObjectInstanceQuery
orderByUpdateTime()
DataObjectInstanceQuery
scopeDefinitionId(java.lang.String scopeDefinitionId)
DataObjectInstanceQuery
scopeId(java.lang.String scopeId)
DataObjectInstanceQuery
scopeType(java.lang.String scopeType)
DataObjectInstanceQuery
subScopeId(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, singleResult
Methods 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, setParameter
Methods 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:
id
in interfaceDataObjectInstanceQuery
-
definitionId
- Specified by:
definitionId
in interfaceDataObjectInstanceQuery
-
definitionKey
- Specified by:
definitionKey
in interfaceDataObjectInstanceQuery
-
lookupId
- Specified by:
lookupId
in interfaceDataObjectInstanceQuery
-
lookupIdLike
- Specified by:
lookupIdLike
in interfaceDataObjectInstanceQuery
-
scopeId
- Specified by:
scopeId
in interfaceDataObjectInstanceQuery
-
subScopeId
- Specified by:
subScopeId
in interfaceDataObjectInstanceQuery
-
scopeType
- Specified by:
scopeType
in interfaceDataObjectInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionId
in interfaceDataObjectInstanceQuery
-
orderByLookupId
- Specified by:
orderByLookupId
in interfaceDataObjectInstanceQuery
-
orderByCreationTime
- Specified by:
orderByCreationTime
in interfaceDataObjectInstanceQuery
-
orderByUpdateTime
- Specified by:
orderByUpdateTime
in interfaceDataObjectInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>
-
getId
public java.lang.String getId()- Specified by:
getId
in 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()
-