public interface FormInstanceQuery extends Query<FormInstanceQuery,FormInstance>
FormInstances.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
FormInstanceQuery |
deploymentTenantId(String tenantId)
Only select submitted forms that have the given tenant id.
|
FormInstanceQuery |
deploymentTenantIdLike(String tenantIdLike)
Only select submitted forms with a tenant id like the given one.
|
FormInstanceQuery |
deploymentWithoutTenantId()
Only select submitted forms that do not have a tenant id.
|
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.
|
FormInstanceQuery |
id(String id)
Only select submitted forms with the given id.
|
FormInstanceQuery |
ids(Set<String> ids)
Only select submitted forms with the given ids.
|
FormInstanceQuery |
orderBySubmittedDate()
Order by submitted date (needs to be followed by
Query.asc() or Query.desc()). |
FormInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.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.
|
FormInstanceQuery |
scopeId(String scopeId)
Only select submitted forms with the given scope id.
|
FormInstanceQuery |
scopeType(String scopeType)
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 time
|
FormInstanceQuery |
submittedDateAfter(Date afterTime)
Only select submitted forms submitted after the given time
|
FormInstanceQuery |
submittedDateBefore(Date beforeTime)
Only select submitted forms submitted before the given time
|
FormInstanceQuery |
taskId(String taskId)
Only select submitted forms with the given task id.
|
FormInstanceQuery |
taskIdLike(String taskIdLike)
Only select submitted forms with a task id like the given string.
|
FormInstanceQuery id(String id)
FormInstanceQuery ids(Set<String> ids)
FormInstanceQuery formDefinitionId(String formDefinitionId)
FormInstanceQuery formDefinitionIdLike(String formDefinitionIdLike)
FormInstanceQuery taskId(String taskId)
FormInstanceQuery taskIdLike(String taskIdLike)
FormInstanceQuery processInstanceId(String processInstanceId)
FormInstanceQuery processInstanceIdLike(String processInstanceIdLike)
FormInstanceQuery processDefinitionId(String processDefinitionId)
FormInstanceQuery processDefinitionIdLike(String processDefinitionIdLike)
FormInstanceQuery scopeId(String scopeId)
FormInstanceQuery scopeType(String scopeType)
FormInstanceQuery scopeDefinitionId(String scopeDefinitionId)
FormInstanceQuery submittedDate(Date submittedDate)
FormInstanceQuery submittedDateBefore(Date beforeTime)
FormInstanceQuery submittedDateAfter(Date afterTime)
FormInstanceQuery submittedBy(String submittedBy)
FormInstanceQuery submittedByLike(String submittedByLike)
FormInstanceQuery deploymentTenantId(String tenantId)
FormInstanceQuery deploymentTenantIdLike(String tenantIdLike)
FormInstanceQuery deploymentWithoutTenantId()
FormInstanceQuery orderBySubmittedDate()
Query.asc() or Query.desc()).FormInstanceQuery orderByTenantId()
Query.asc() or Query.desc()).Copyright © 2018 Flowable. All rights reserved.