public class DataObjectInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance> implements DataObjectInstanceQuery, org.flowable.common.engine.api.query.QueryCacheValues
| Modifier and Type | Field and 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 |
| Constructor and Description |
|---|
DataObjectInstanceQueryImpl() |
DataObjectInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String definitionId
protected String definitionKey
protected String lookupId
protected String lookupIdLike
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
public DataObjectInstanceQueryImpl()
public DataObjectInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public DataObjectInstanceQuery id(String id)
id in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery definitionId(String definitionId)
definitionId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery definitionKey(String definitionKey)
definitionKey in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery lookupId(String lookupId)
lookupId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery lookupIdLike(String lookupIdLike)
lookupIdLike in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery scopeId(String scopeId)
scopeId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery subScopeId(String subScopeId)
subScopeId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery scopeType(String scopeType)
scopeType in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery orderByLookupId()
orderByLookupId in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery orderByCreationTime()
orderByCreationTime in interface DataObjectInstanceQuerypublic DataObjectInstanceQuery orderByUpdateTime()
orderByUpdateTime in interface DataObjectInstanceQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>public List<DataObjectInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<DataObjectInstanceQuery,DataObjectInstance>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic String getDefinitionId()
public String getDefinitionKey()
public String getLookupId()
public String getLookupIdLike()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()
Copyright © 2019. All rights reserved.