| Modifier and Type | Method and Description |
|---|---|
FormInstanceQuery |
FormService.createFormInstanceQuery() |
FormInstanceQuery |
FormInstanceQuery.formDefinitionId(String formDefinitionId)
Only select submitted forms with the given form definition id.
|
FormInstanceQuery |
FormInstanceQuery.formDefinitionIdLike(String formDefinitionIdLike)
Only select submitted forms with a form definition id like the given string.
|
FormInstanceQuery |
FormInstanceQuery.id(String id)
Only select submitted forms with the given id.
|
FormInstanceQuery |
FormInstanceQuery.ids(Set<String> ids)
Only select submitted forms with the given ids.
|
FormInstanceQuery |
FormInstanceQuery.orderBySubmittedDate()
Order by submitted date (needs to be followed by
Query.asc() or Query.desc()). |
FormInstanceQuery |
FormInstanceQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
FormInstanceQuery |
FormInstanceQuery.processDefinitionId(String processDefinitionId)
Only select submitted forms with the given process definition id.
|
FormInstanceQuery |
FormInstanceQuery.processDefinitionIdLike(String processDefinitionIdLike)
Only select submitted forms with a process definition id like the given string.
|
FormInstanceQuery |
FormInstanceQuery.processInstanceId(String processInstanceId)
Only select submitted forms with the given process instance id.
|
FormInstanceQuery |
FormInstanceQuery.processInstanceIdLike(String processInstanceIdLike)
Only select submitted forms with a process instance id like the given string.
|
FormInstanceQuery |
FormInstanceQuery.scopeDefinitionId(String scopeDefinitionId)
Only select submitted forms with the given scope definition id.
|
FormInstanceQuery |
FormInstanceQuery.scopeId(String scopeId)
Only select submitted forms with the given scope id.
|
FormInstanceQuery |
FormInstanceQuery.scopeType(String scopeType)
Only select submitted forms with the given scope type.
|
FormInstanceQuery |
FormInstanceQuery.submittedBy(String submittedBy)
Only select submitted forms with the given submitted by value.
|
FormInstanceQuery |
FormInstanceQuery.submittedByLike(String submittedByLike)
Only select submitted forms with a submitted by like the given string.
|
FormInstanceQuery |
FormInstanceQuery.submittedDate(Date submittedDate)
Only select submitted forms submitted on the given time
|
FormInstanceQuery |
FormInstanceQuery.submittedDateAfter(Date afterTime)
Only select submitted forms submitted after the given time
|
FormInstanceQuery |
FormInstanceQuery.submittedDateBefore(Date beforeTime)
Only select submitted forms submitted before the given time
|
FormInstanceQuery |
FormInstanceQuery.taskId(String taskId)
Only select submitted forms with the given task id.
|
FormInstanceQuery |
FormInstanceQuery.taskIdLike(String taskIdLike)
Only select submitted forms with a task id like the given string.
|
FormInstanceQuery |
FormInstanceQuery.tenantId(String tenantId)
Only select submitted forms that have the given tenant id.
|
FormInstanceQuery |
FormInstanceQuery.tenantIdLike(String tenantIdLike)
Only select submitted forms with a tenant id like the given one.
|
FormInstanceQuery |
FormInstanceQuery.withoutTaskId()
Only select submitted forms that do not have a task id.
|
FormInstanceQuery |
FormInstanceQuery.withoutTenantId()
Only select submitted forms that do not have a tenant id.
|
Copyright © 2022 Flowable. All rights reserved.