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.StringformDefinitionIdprotected java.lang.StringformDefinitionIdLikeprotected java.lang.Stringidprotected java.util.Set<java.lang.String>idsprotected java.lang.StringprocessDefinitionIdprotected java.lang.StringprocessDefinitionIdLikeprotected java.lang.StringprocessInstanceIdprotected java.lang.StringprocessInstanceIdLikeprotected java.lang.StringscopeDefinitionIdprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.lang.StringsubmittedByprotected java.lang.StringsubmittedByLikeprotected java.util.DatesubmittedDateprotected java.util.DatesubmittedDateAfterprotected java.util.DatesubmittedDateBeforeprotected java.lang.StringtaskIdprotected java.lang.StringtaskIdLikeprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTaskIdprotected booleanwithoutTenantId
-
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 longexecuteCount(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)FormInstanceQueryImplformDefinitionId(java.lang.String formDefinitionId)FormInstanceQueryImplformDefinitionIdLike(java.lang.String formDefinitionIdLike)java.lang.StringgetFormDefinitionId()java.lang.StringgetFormDefinitionIdLike()java.lang.StringgetId()java.util.Set<java.lang.String>getIds()java.lang.StringgetProcessDefinitionId()java.lang.StringgetProcessDefinitionIdLike()java.lang.StringgetProcessInstanceId()java.lang.StringgetProcessInstanceIdLike()java.lang.StringgetScopeDefinitionId()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.lang.StringgetSubmittedBy()java.lang.StringgetSubmittedByLike()java.util.DategetSubmittedDate()java.util.DategetSubmittedDateAfter()java.util.DategetSubmittedDateBefore()java.lang.StringgetTaskId()java.lang.StringgetTaskIdLike()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()FormInstanceQueryImplid(java.lang.String id)FormInstanceQueryImplids(java.util.Set<java.lang.String> ids)booleanisWithoutTaskId()booleanisWithoutTenantId()org.flowable.form.api.FormInstanceQueryorderBySubmittedDate()org.flowable.form.api.FormInstanceQueryorderByTenantId()FormInstanceQueryImplprocessDefinitionId(java.lang.String processDefinitionId)FormInstanceQueryImplprocessDefinitionIdLike(java.lang.String processDefinitionIdLike)FormInstanceQueryImplprocessInstanceId(java.lang.String processInstanceId)FormInstanceQueryImplprocessInstanceIdLike(java.lang.String processInstanceIdLike)FormInstanceQueryImplscopeDefinitionId(java.lang.String scopeDefinitionId)FormInstanceQueryImplscopeId(java.lang.String scopeId)FormInstanceQueryImplscopeType(java.lang.String scopeType)FormInstanceQueryImplsubmittedBy(java.lang.String submittedBy)FormInstanceQueryImplsubmittedByLike(java.lang.String submittedByLike)FormInstanceQueryImplsubmittedDate(java.util.Date submittedDate)FormInstanceQueryImplsubmittedDateAfter(java.util.Date submittedDateAfter)FormInstanceQueryImplsubmittedDateBefore(java.util.Date submittedDateBefore)FormInstanceQueryImpltaskId(java.lang.String taskId)FormInstanceQueryImpltaskIdLike(java.lang.String taskIdLike)FormInstanceQueryImpltenantId(java.lang.String tenantId)FormInstanceQueryImpltenantIdLike(java.lang.String tenantIdLike)FormInstanceQueryImplwithoutTaskId()FormInstanceQueryImplwithoutTenantId()-
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:
idin interfaceorg.flowable.form.api.FormInstanceQuery
-
ids
public FormInstanceQueryImpl ids(java.util.Set<java.lang.String> ids)
- Specified by:
idsin interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionId
public FormInstanceQueryImpl formDefinitionId(java.lang.String formDefinitionId)
- Specified by:
formDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionIdLike
public FormInstanceQueryImpl formDefinitionIdLike(java.lang.String formDefinitionIdLike)
- Specified by:
formDefinitionIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
taskId
public FormInstanceQueryImpl taskId(java.lang.String taskId)
- Specified by:
taskIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
taskIdLike
public FormInstanceQueryImpl taskIdLike(java.lang.String taskIdLike)
- Specified by:
taskIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceId
public FormInstanceQueryImpl processInstanceId(java.lang.String processInstanceId)
- Specified by:
processInstanceIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceIdLike
public FormInstanceQueryImpl processInstanceIdLike(java.lang.String processInstanceIdLike)
- Specified by:
processInstanceIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionId
public FormInstanceQueryImpl processDefinitionId(java.lang.String processDefinitionId)
- Specified by:
processDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionIdLike
public FormInstanceQueryImpl processDefinitionIdLike(java.lang.String processDefinitionIdLike)
- Specified by:
processDefinitionIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeId
public FormInstanceQueryImpl scopeId(java.lang.String scopeId)
- Specified by:
scopeIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeType
public FormInstanceQueryImpl scopeType(java.lang.String scopeType)
- Specified by:
scopeTypein interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeDefinitionId
public FormInstanceQueryImpl scopeDefinitionId(java.lang.String scopeDefinitionId)
- Specified by:
scopeDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDate
public FormInstanceQueryImpl submittedDate(java.util.Date submittedDate)
- Specified by:
submittedDatein interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateBefore
public FormInstanceQueryImpl submittedDateBefore(java.util.Date submittedDateBefore)
- Specified by:
submittedDateBeforein interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateAfter
public FormInstanceQueryImpl submittedDateAfter(java.util.Date submittedDateAfter)
- Specified by:
submittedDateAfterin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedBy
public FormInstanceQueryImpl submittedBy(java.lang.String submittedBy)
- Specified by:
submittedByin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedByLike
public FormInstanceQueryImpl submittedByLike(java.lang.String submittedByLike)
- Specified by:
submittedByLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantId
public FormInstanceQueryImpl tenantId(java.lang.String tenantId)
- Specified by:
tenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantIdLike
public FormInstanceQueryImpl tenantIdLike(java.lang.String tenantIdLike)
- Specified by:
tenantIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTenantId
public FormInstanceQueryImpl withoutTenantId()
- Specified by:
withoutTenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTaskId
public FormInstanceQueryImpl withoutTaskId()
- Specified by:
withoutTaskIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
orderBySubmittedDate
public org.flowable.form.api.FormInstanceQuery orderBySubmittedDate()
- Specified by:
orderBySubmittedDatein interfaceorg.flowable.form.api.FormInstanceQuery
-
orderByTenantId
public org.flowable.form.api.FormInstanceQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin 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:
executeListin 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:
getIdin 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()
-
-