Uses of Interface
org.flowable.form.api.FormInstanceQuery
Packages that use FormInstanceQuery
-
Uses of FormInstanceQuery in org.flowable.form.api
Methods in org.flowable.form.api that return FormInstanceQueryModifier and TypeMethodDescriptionFormService.createFormInstanceQuery()
FormInstanceQuery.formDefinitionId
(String formDefinitionId) Only select submitted forms with the given form definition id.FormInstanceQuery.formDefinitionIdLike
(String formDefinitionIdLike) Only select submitted forms with a form definition id like the given string.Only select submitted forms with the given id.Only select submitted forms with the given ids.FormInstanceQuery.orderBySubmittedDate()
Order by submitted date (needs to be followed byQuery.asc()
orQuery.desc()
).FormInstanceQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).FormInstanceQuery.processDefinitionId
(String processDefinitionId) Only select submitted forms with the given process definition id.FormInstanceQuery.processDefinitionIdLike
(String processDefinitionIdLike) Only select submitted forms with a process definition id like the given string.FormInstanceQuery.processInstanceId
(String processInstanceId) Only select submitted forms with the given process instance id.FormInstanceQuery.processInstanceIdLike
(String processInstanceIdLike) Only select submitted forms with a process instance id like the given string.FormInstanceQuery.scopeDefinitionId
(String scopeDefinitionId) Only select submitted forms with the given scope definition id.Only select submitted forms with the given scope id.Only select submitted forms with the given scope type.FormInstanceQuery.submittedBy
(String submittedBy) Only select submitted forms with the given submitted by value.FormInstanceQuery.submittedByLike
(String submittedByLike) Only select submitted forms with a submitted by like the given string.FormInstanceQuery.submittedDate
(Date submittedDate) Only select submitted forms submitted on the given timeFormInstanceQuery.submittedDateAfter
(Date afterTime) Only select submitted forms submitted after the given timeFormInstanceQuery.submittedDateBefore
(Date beforeTime) Only select submitted forms submitted before the given timeOnly select submitted forms with the given task id.FormInstanceQuery.taskIdLike
(String taskIdLike) Only select submitted forms with a task id like the given string.Only select submitted forms that have the given tenant id.FormInstanceQuery.tenantIdLike
(String tenantIdLike) Only select submitted forms with a tenant id like the given one.FormInstanceQuery.withoutTaskId()
Only select submitted forms that do not have a task id.FormInstanceQuery.withoutTenantId()
Only select submitted forms that do not have a tenant id.