| Modifier and Type | Method and Description |
|---|---|
SubmittedFormQuery |
FormService.createSubmittedFormQuery() |
SubmittedFormQuery |
SubmittedFormQuery.deploymentTenantId(String tenantId)
Only select submitted forms that have the given tenant id.
|
SubmittedFormQuery |
SubmittedFormQuery.deploymentTenantIdLike(String tenantIdLike)
Only select submitted forms with a tenant id like the given one.
|
SubmittedFormQuery |
SubmittedFormQuery.deploymentWithoutTenantId()
Only select submitted forms that do not have a tenant id.
|
SubmittedFormQuery |
SubmittedFormQuery.formId(String formId)
Only select submitted forms with the given form id.
|
SubmittedFormQuery |
SubmittedFormQuery.formIdLike(String formIdLike)
Only select submitted forms with a form id like the given string.
|
SubmittedFormQuery |
SubmittedFormQuery.id(String id)
Only select submitted forms with the given id.
|
SubmittedFormQuery |
SubmittedFormQuery.ids(Set<String> ids)
Only select submitted forms with the given ids.
|
SubmittedFormQuery |
SubmittedFormQuery.orderBySubmittedDate()
Order by submitted date (needs to be followed by
Query.asc() or Query.desc()). |
SubmittedFormQuery |
SubmittedFormQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
SubmittedFormQuery |
SubmittedFormQuery.processDefinitionId(String processDefinitionId)
Only select submitted forms with the given process definition id.
|
SubmittedFormQuery |
SubmittedFormQuery.processDefinitionIdLike(String processDefinitionIdLike)
Only select submitted forms with a process definition id like the given string.
|
SubmittedFormQuery |
SubmittedFormQuery.processInstanceId(String processInstanceId)
Only select submitted forms with the given process instance id.
|
SubmittedFormQuery |
SubmittedFormQuery.processInstanceIdLike(String processInstanceIdLike)
Only select submitted forms with a process instance id like the given string.
|
SubmittedFormQuery |
SubmittedFormQuery.submittedBy(String submittedBy)
Only select submitted forms with the given submitted by value.
|
SubmittedFormQuery |
SubmittedFormQuery.submittedByLike(String submittedByLike)
Only select submitted forms with a submitted by like the given string.
|
SubmittedFormQuery |
SubmittedFormQuery.submittedDate(Date submittedDate)
Only select submitted forms submitted on the given time
|
SubmittedFormQuery |
SubmittedFormQuery.submittedDateAfter(Date afterTime)
Only select submitted forms submitted after the given time
|
SubmittedFormQuery |
SubmittedFormQuery.submittedDateBefore(Date beforeTime)
Only select submitted forms submitted before the given time
|
SubmittedFormQuery |
SubmittedFormQuery.taskId(String taskId)
Only select submitted forms with the given task id.
|
SubmittedFormQuery |
SubmittedFormQuery.taskIdLike(String taskIdLike)
Only select submitted forms with a task id like the given string.
|
Copyright © 2017 Alfresco. All rights reserved.