public class FormInstanceQueryImpl extends AbstractQuery<FormInstanceQuery,FormInstance> implements FormInstanceQuery, CacheAwareQuery<FormInstanceEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.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, commandExecutor
databaseType, 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, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected 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 FormInstanceQuery
public FormInstanceQueryImpl ids(Set<String> ids)
ids
in interface FormInstanceQuery
public FormInstanceQueryImpl formDefinitionId(String formDefinitionId)
formDefinitionId
in interface FormInstanceQuery
public FormInstanceQueryImpl formDefinitionIdLike(String formDefinitionIdLike)
formDefinitionIdLike
in interface FormInstanceQuery
public FormInstanceQueryImpl taskId(String taskId)
taskId
in interface FormInstanceQuery
public FormInstanceQueryImpl taskIdLike(String taskIdLike)
taskIdLike
in interface FormInstanceQuery
public FormInstanceQueryImpl processInstanceId(String processInstanceId)
processInstanceId
in interface FormInstanceQuery
public FormInstanceQueryImpl processInstanceIdLike(String processInstanceIdLike)
processInstanceIdLike
in interface FormInstanceQuery
public FormInstanceQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId
in interface FormInstanceQuery
public FormInstanceQueryImpl processDefinitionIdLike(String processDefinitionIdLike)
processDefinitionIdLike
in interface FormInstanceQuery
public FormInstanceQueryImpl scopeId(String scopeId)
scopeId
in interface FormInstanceQuery
public FormInstanceQueryImpl scopeType(String scopeType)
scopeType
in interface FormInstanceQuery
public FormInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId
in interface FormInstanceQuery
public FormInstanceQueryImpl submittedDate(Date submittedDate)
submittedDate
in interface FormInstanceQuery
public FormInstanceQueryImpl submittedDateBefore(Date submittedDateBefore)
submittedDateBefore
in interface FormInstanceQuery
public FormInstanceQueryImpl submittedDateAfter(Date submittedDateAfter)
submittedDateAfter
in interface FormInstanceQuery
public FormInstanceQueryImpl submittedBy(String submittedBy)
submittedBy
in interface FormInstanceQuery
public FormInstanceQueryImpl submittedByLike(String submittedByLike)
submittedByLike
in interface FormInstanceQuery
public FormInstanceQueryImpl tenantId(String tenantId)
tenantId
in interface FormInstanceQuery
public FormInstanceQueryImpl tenantIdLike(String tenantIdLike)
tenantIdLike
in interface FormInstanceQuery
public FormInstanceQueryImpl withoutTenantId()
withoutTenantId
in interface FormInstanceQuery
public FormInstanceQueryImpl withoutTaskId()
withoutTaskId
in interface FormInstanceQuery
public FormInstanceQuery orderBySubmittedDate()
orderBySubmittedDate
in interface FormInstanceQuery
public FormInstanceQuery orderByTenantId()
orderByTenantId
in interface FormInstanceQuery
public 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()