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) |
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)
id in interface FormInstanceQuerypublic FormInstanceQueryImpl ids(Set<String> ids)
ids in interface FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionId(String formDefinitionId)
formDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionIdLike(String formDefinitionIdLike)
formDefinitionIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl taskId(String taskId)
taskId in interface FormInstanceQuerypublic FormInstanceQueryImpl taskIdLike(String taskIdLike)
taskIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface FormInstanceQuerypublic FormInstanceQueryImpl processInstanceIdLike(String processInstanceIdLike)
processInstanceIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionIdLike(String processDefinitionIdLike)
processDefinitionIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeId(String scopeId)
scopeId in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeType(String scopeType)
scopeType in interface FormInstanceQuerypublic FormInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDate(Date submittedDate)
submittedDate in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDateBefore(Date submittedDateBefore)
submittedDateBefore in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedDateAfter(Date submittedDateAfter)
submittedDateAfter in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedBy(String submittedBy)
submittedBy in interface FormInstanceQuerypublic FormInstanceQueryImpl submittedByLike(String submittedByLike)
submittedByLike in interface FormInstanceQuerypublic FormInstanceQueryImpl tenantId(String tenantId)
tenantId in interface FormInstanceQuerypublic FormInstanceQueryImpl tenantIdLike(String tenantIdLike)
tenantIdLike in interface FormInstanceQuerypublic FormInstanceQueryImpl withoutTenantId()
withoutTenantId in interface FormInstanceQuerypublic FormInstanceQueryImpl withoutTaskId()
withoutTaskId in interface FormInstanceQuerypublic FormInstanceQuery orderBySubmittedDate()
orderBySubmittedDate in interface FormInstanceQuerypublic FormInstanceQuery orderByTenantId()
orderByTenantId in interface FormInstanceQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<FormInstanceQuery,FormInstance>public List<FormInstance> executeList(CommandContext commandContext)
executeList 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()