Package com.flowable.form.engine.impl
Class FormInstanceQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
-
- com.flowable.form.engine.impl.FormInstanceQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<FormInstanceEntity>
,org.flowable.common.engine.api.query.Query<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
,org.flowable.form.api.FormInstanceQuery
public class FormInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance> implements org.flowable.form.api.FormInstanceQuery, org.flowable.common.engine.api.query.CacheAwareQuery<FormInstanceEntity>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
formDefinitionId
protected java.lang.String
formDefinitionIdLike
protected java.lang.String
id
protected java.util.Set<java.lang.String>
ids
protected java.lang.String
processDefinitionId
protected java.lang.String
processDefinitionIdLike
protected java.lang.String
processInstanceId
protected java.lang.String
processInstanceIdLike
protected java.lang.String
scopeDefinitionId
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.lang.String
submittedBy
protected java.lang.String
submittedByLike
protected java.util.Date
submittedDate
protected java.util.Date
submittedDateAfter
protected java.util.Date
submittedDateBefore
protected java.lang.String
taskId
protected java.lang.String
taskIdLike
protected java.lang.String
tenantId
protected java.lang.String
tenantIdLike
protected boolean
withoutTaskId
protected boolean
withoutTenantId
-
Constructor Summary
Constructors Constructor Description FormInstanceQueryImpl()
FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<org.flowable.form.api.FormInstance>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
FormInstanceQueryImpl
formDefinitionId(java.lang.String formDefinitionId)
FormInstanceQueryImpl
formDefinitionIdLike(java.lang.String formDefinitionIdLike)
java.lang.String
getFormDefinitionId()
java.lang.String
getFormDefinitionIdLike()
java.lang.String
getId()
java.util.Set<java.lang.String>
getIds()
java.lang.String
getProcessDefinitionId()
java.lang.String
getProcessDefinitionIdLike()
java.lang.String
getProcessInstanceId()
java.lang.String
getProcessInstanceIdLike()
java.lang.String
getScopeDefinitionId()
java.lang.String
getScopeId()
java.lang.String
getScopeType()
java.lang.String
getSubmittedBy()
java.lang.String
getSubmittedByLike()
java.util.Date
getSubmittedDate()
java.util.Date
getSubmittedDateAfter()
java.util.Date
getSubmittedDateBefore()
java.lang.String
getTaskId()
java.lang.String
getTaskIdLike()
java.lang.String
getTenantId()
java.lang.String
getTenantIdLike()
FormInstanceQueryImpl
id(java.lang.String id)
FormInstanceQueryImpl
ids(java.util.Set<java.lang.String> ids)
boolean
isWithoutTaskId()
boolean
isWithoutTenantId()
org.flowable.form.api.FormInstanceQuery
orderBySubmittedDate()
org.flowable.form.api.FormInstanceQuery
orderByTenantId()
FormInstanceQueryImpl
processDefinitionId(java.lang.String processDefinitionId)
FormInstanceQueryImpl
processDefinitionIdLike(java.lang.String processDefinitionIdLike)
FormInstanceQueryImpl
processInstanceId(java.lang.String processInstanceId)
FormInstanceQueryImpl
processInstanceIdLike(java.lang.String processInstanceIdLike)
FormInstanceQueryImpl
scopeDefinitionId(java.lang.String scopeDefinitionId)
FormInstanceQueryImpl
scopeId(java.lang.String scopeId)
FormInstanceQueryImpl
scopeType(java.lang.String scopeType)
FormInstanceQueryImpl
submittedBy(java.lang.String submittedBy)
FormInstanceQueryImpl
submittedByLike(java.lang.String submittedByLike)
FormInstanceQueryImpl
submittedDate(java.util.Date submittedDate)
FormInstanceQueryImpl
submittedDateAfter(java.util.Date submittedDateAfter)
FormInstanceQueryImpl
submittedDateBefore(java.util.Date submittedDateBefore)
FormInstanceQueryImpl
taskId(java.lang.String taskId)
FormInstanceQueryImpl
taskIdLike(java.lang.String taskIdLike)
FormInstanceQueryImpl
tenantId(java.lang.String tenantId)
FormInstanceQueryImpl
tenantIdLike(java.lang.String tenantIdLike)
FormInstanceQueryImpl
withoutTaskId()
FormInstanceQueryImpl
withoutTenantId()
-
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 Detail
-
id
protected java.lang.String id
-
ids
protected java.util.Set<java.lang.String> ids
-
formDefinitionId
protected java.lang.String formDefinitionId
-
formDefinitionIdLike
protected java.lang.String formDefinitionIdLike
-
taskId
protected java.lang.String taskId
-
taskIdLike
protected java.lang.String taskIdLike
-
processInstanceId
protected java.lang.String processInstanceId
-
processInstanceIdLike
protected java.lang.String processInstanceIdLike
-
processDefinitionId
protected java.lang.String processDefinitionId
-
processDefinitionIdLike
protected java.lang.String processDefinitionIdLike
-
scopeId
protected java.lang.String scopeId
-
scopeType
protected java.lang.String scopeType
-
scopeDefinitionId
protected java.lang.String scopeDefinitionId
-
submittedDate
protected java.util.Date submittedDate
-
submittedDateBefore
protected java.util.Date submittedDateBefore
-
submittedDateAfter
protected java.util.Date submittedDateAfter
-
submittedBy
protected java.lang.String submittedBy
-
submittedByLike
protected java.lang.String submittedByLike
-
tenantId
protected java.lang.String tenantId
-
tenantIdLike
protected java.lang.String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
withoutTaskId
protected boolean withoutTaskId
-
-
Constructor Detail
-
FormInstanceQueryImpl
public FormInstanceQueryImpl()
-
FormInstanceQueryImpl
public FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
FormInstanceQueryImpl
public FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public FormInstanceQueryImpl id(java.lang.String id)
- Specified by:
id
in interfaceorg.flowable.form.api.FormInstanceQuery
-
ids
public FormInstanceQueryImpl ids(java.util.Set<java.lang.String> ids)
- Specified by:
ids
in interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionId
public FormInstanceQueryImpl formDefinitionId(java.lang.String formDefinitionId)
- Specified by:
formDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionIdLike
public FormInstanceQueryImpl formDefinitionIdLike(java.lang.String formDefinitionIdLike)
- Specified by:
formDefinitionIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
taskId
public FormInstanceQueryImpl taskId(java.lang.String taskId)
- Specified by:
taskId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
taskIdLike
public FormInstanceQueryImpl taskIdLike(java.lang.String taskIdLike)
- Specified by:
taskIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceId
public FormInstanceQueryImpl processInstanceId(java.lang.String processInstanceId)
- Specified by:
processInstanceId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceIdLike
public FormInstanceQueryImpl processInstanceIdLike(java.lang.String processInstanceIdLike)
- Specified by:
processInstanceIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionId
public FormInstanceQueryImpl processDefinitionId(java.lang.String processDefinitionId)
- Specified by:
processDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionIdLike
public FormInstanceQueryImpl processDefinitionIdLike(java.lang.String processDefinitionIdLike)
- Specified by:
processDefinitionIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeId
public FormInstanceQueryImpl scopeId(java.lang.String scopeId)
- Specified by:
scopeId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeType
public FormInstanceQueryImpl scopeType(java.lang.String scopeType)
- Specified by:
scopeType
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeDefinitionId
public FormInstanceQueryImpl scopeDefinitionId(java.lang.String scopeDefinitionId)
- Specified by:
scopeDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDate
public FormInstanceQueryImpl submittedDate(java.util.Date submittedDate)
- Specified by:
submittedDate
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateBefore
public FormInstanceQueryImpl submittedDateBefore(java.util.Date submittedDateBefore)
- Specified by:
submittedDateBefore
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateAfter
public FormInstanceQueryImpl submittedDateAfter(java.util.Date submittedDateAfter)
- Specified by:
submittedDateAfter
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedBy
public FormInstanceQueryImpl submittedBy(java.lang.String submittedBy)
- Specified by:
submittedBy
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedByLike
public FormInstanceQueryImpl submittedByLike(java.lang.String submittedByLike)
- Specified by:
submittedByLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantId
public FormInstanceQueryImpl tenantId(java.lang.String tenantId)
- Specified by:
tenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantIdLike
public FormInstanceQueryImpl tenantIdLike(java.lang.String tenantIdLike)
- Specified by:
tenantIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTenantId
public FormInstanceQueryImpl withoutTenantId()
- Specified by:
withoutTenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTaskId
public FormInstanceQueryImpl withoutTaskId()
- Specified by:
withoutTaskId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
orderBySubmittedDate
public org.flowable.form.api.FormInstanceQuery orderBySubmittedDate()
- Specified by:
orderBySubmittedDate
in interfaceorg.flowable.form.api.FormInstanceQuery
-
orderByTenantId
public org.flowable.form.api.FormInstanceQuery orderByTenantId()
- Specified by:
orderByTenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
-
executeList
public java.util.List<org.flowable.form.api.FormInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<FormInstanceEntity>
-
getIds
public java.util.Set<java.lang.String> getIds()
-
getFormDefinitionId
public java.lang.String getFormDefinitionId()
-
getFormDefinitionIdLike
public java.lang.String getFormDefinitionIdLike()
-
getTaskId
public java.lang.String getTaskId()
-
getTaskIdLike
public java.lang.String getTaskIdLike()
-
getProcessInstanceId
public java.lang.String getProcessInstanceId()
-
getProcessInstanceIdLike
public java.lang.String getProcessInstanceIdLike()
-
getProcessDefinitionId
public java.lang.String getProcessDefinitionId()
-
getProcessDefinitionIdLike
public java.lang.String getProcessDefinitionIdLike()
-
getScopeId
public java.lang.String getScopeId()
-
getScopeType
public java.lang.String getScopeType()
-
getScopeDefinitionId
public java.lang.String getScopeDefinitionId()
-
getSubmittedDate
public java.util.Date getSubmittedDate()
-
getSubmittedDateBefore
public java.util.Date getSubmittedDateBefore()
-
getSubmittedDateAfter
public java.util.Date getSubmittedDateAfter()
-
getSubmittedBy
public java.lang.String getSubmittedBy()
-
getSubmittedByLike
public java.lang.String getSubmittedByLike()
-
getTenantId
public java.lang.String getTenantId()
-
getTenantIdLike
public java.lang.String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
isWithoutTaskId
public boolean isWithoutTaskId()
-
-