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