public class FormInstanceQueryImpl extends AbstractQuery<FormInstanceQuery,FormInstance> implements FormInstanceQuery, CacheAwareQuery<FormInstanceEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
formDefinitionId |
protected String |
formDefinitionIdLike |
protected String |
id |
protected Set<String> |
ids |
protected String |
processDefinitionId |
protected String |
processDefinitionIdLike |
protected String |
processInstanceId |
protected String |
processInstanceIdLike |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
submittedBy |
protected String |
submittedByLike |
protected Date |
submittedDate |
protected Date |
submittedDateAfter |
protected Date |
submittedDateBefore |
protected String |
taskId |
protected String |
taskIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTaskId |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
FormInstanceQueryImpl() |
FormInstanceQueryImpl(CommandContext commandContext) |
FormInstanceQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext) |
List<FormInstance> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
FormInstanceQueryImpl |
formDefinitionId(String formDefinitionId)
Only select submitted forms with the given form definition id.
|
FormInstanceQueryImpl |
formDefinitionIdLike(String formDefinitionIdLike)
Only select submitted forms with a form definition id like the given string.
|
String |
getFormDefinitionId() |
String |
getFormDefinitionIdLike() |
String |
getId() |
Set<String> |
getIds() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionIdLike() |
String |
getProcessInstanceId() |
String |
getProcessInstanceIdLike() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubmittedBy() |
String |
getSubmittedByLike() |
Date |
getSubmittedDate() |
Date |
getSubmittedDateAfter() |
Date |
getSubmittedDateBefore() |
String |
getTaskId() |
String |
getTaskIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
FormInstanceQueryImpl |
id(String id)
Only select submitted forms with the given id.
|
FormInstanceQueryImpl |
ids(Set<String> ids)
Only select submitted forms with the given ids.
|
boolean |
isWithoutTaskId() |
boolean |
isWithoutTenantId() |
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()). |
FormInstanceQueryImpl |
processDefinitionId(String processDefinitionId)
Only select submitted forms with the given process definition id.
|
FormInstanceQueryImpl |
processDefinitionIdLike(String processDefinitionIdLike)
Only select submitted forms with a process definition id like the given string.
|
FormInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select submitted forms with the given process instance id.
|
FormInstanceQueryImpl |
processInstanceIdLike(String processInstanceIdLike)
Only select submitted forms with a process instance id like the given string.
|
FormInstanceQueryImpl |
scopeDefinitionId(String scopeDefinitionId)
Only select submitted forms with the given scope definition id.
|
FormInstanceQueryImpl |
scopeId(String scopeId)
Only select submitted forms with the given scope id.
|
FormInstanceQueryImpl |
scopeType(String scopeType)
Only select submitted forms with the given scope type.
|
FormInstanceQueryImpl |
submittedBy(String submittedBy)
Only select submitted forms with the given submitted by value.
|
FormInstanceQueryImpl |
submittedByLike(String submittedByLike)
Only select submitted forms with a submitted by like the given string.
|
FormInstanceQueryImpl |
submittedDate(Date submittedDate)
Only select submitted forms submitted on the given time
|
FormInstanceQueryImpl |
submittedDateAfter(Date submittedDateAfter)
Only select submitted forms submitted after the given time
|
FormInstanceQueryImpl |
submittedDateBefore(Date submittedDateBefore)
Only select submitted forms submitted before the given time
|
FormInstanceQueryImpl |
taskId(String taskId)
Only select submitted forms with the given task id.
|
FormInstanceQueryImpl |
taskIdLike(String taskIdLike)
Only select submitted forms with a task id like the given string.
|
FormInstanceQueryImpl |
tenantId(String tenantId)
Only select submitted forms that have the given tenant id.
|
FormInstanceQueryImpl |
tenantIdLike(String tenantIdLike)
Only select submitted forms with a tenant id like the given one.
|
FormInstanceQueryImpl |
withoutTaskId()
Only select submitted forms that do not have a task id.
|
FormInstanceQueryImpl |
withoutTenantId()
Only select submitted forms that do not have a tenant id.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected String id
protected String formDefinitionId
protected String formDefinitionIdLike
protected String taskId
protected String taskIdLike
protected String processInstanceId
protected String processInstanceIdLike
protected String processDefinitionId
protected String processDefinitionIdLike
protected String scopeId
protected String scopeType
protected String scopeDefinitionId
protected Date submittedDate
protected Date submittedDateBefore
protected Date submittedDateAfter
protected String submittedBy
protected String submittedByLike
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected boolean withoutTaskId
public FormInstanceQueryImpl()
public FormInstanceQueryImpl(CommandContext commandContext)
public FormInstanceQueryImpl(CommandExecutor commandExecutor)
public FormInstanceQueryImpl id(String id)
FormInstanceQueryid in interface FormInstanceQuerypublic FormInstanceQueryImpl ids(Set<String> ids)
FormInstanceQueryids in interface FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionId(String formDefinitionId)
FormInstanceQueryformDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionIdLike(String formDefinitionIdLike)
FormInstanceQueryformDefinitionIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl taskId(String taskId)
FormInstanceQuerytaskId in interface FormInstanceQuerypublic FormInstanceQueryImpl taskIdLike(String taskIdLike)
FormInstanceQuerytaskIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl processInstanceId(String processInstanceId)
FormInstanceQueryprocessInstanceId in interface FormInstanceQuerypublic FormInstanceQueryImpl processInstanceIdLike(String processInstanceIdLike)
FormInstanceQueryprocessInstanceIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionId(String processDefinitionId)
FormInstanceQueryprocessDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionIdLike(String processDefinitionIdLike)
FormInstanceQueryprocessDefinitionIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeId(String scopeId)
FormInstanceQueryscopeId in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeType(String scopeType)
FormInstanceQueryscopeType in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
FormInstanceQueryscopeDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDate(Date submittedDate)
FormInstanceQuerysubmittedDate in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDateBefore(Date submittedDateBefore)
FormInstanceQuerysubmittedDateBefore in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDateAfter(Date submittedDateAfter)
FormInstanceQuerysubmittedDateAfter in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedBy(String submittedBy)
FormInstanceQuerysubmittedBy in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedByLike(String submittedByLike)
FormInstanceQuerysubmittedByLike in interface FormInstanceQuerypublic FormInstanceQueryImpl tenantId(String tenantId)
FormInstanceQuerytenantId in interface FormInstanceQuerypublic FormInstanceQueryImpl tenantIdLike(String tenantIdLike)
FormInstanceQuerytenantIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl withoutTenantId()
FormInstanceQuerywithoutTenantId in interface FormInstanceQuerypublic FormInstanceQueryImpl withoutTaskId()
FormInstanceQuerywithoutTaskId in interface FormInstanceQuerypublic FormInstanceQuery orderBySubmittedDate()
FormInstanceQueryQuery.asc() or Query.desc()).orderBySubmittedDate in interface FormInstanceQuerypublic FormInstanceQuery orderByTenantId()
FormInstanceQueryQuery.asc() or Query.desc()).orderByTenantId in interface FormInstanceQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<FormInstanceQuery,FormInstance>public List<FormInstance> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<FormInstanceQuery,FormInstance>public String getId()
getId in interface CacheAwareQuery<FormInstanceEntity>public String getFormDefinitionId()
public String getFormDefinitionIdLike()
public String getTaskId()
public String getTaskIdLike()
public String getProcessInstanceId()
public String getProcessInstanceIdLike()
public String getProcessDefinitionId()
public String getProcessDefinitionIdLike()
public String getScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public Date getSubmittedDate()
public Date getSubmittedDateBefore()
public Date getSubmittedDateAfter()
public String getSubmittedBy()
public String getSubmittedByLike()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public boolean isWithoutTaskId()
Copyright © 2023 Flowable. All rights reserved.