public class FormInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance> implements org.flowable.form.api.FormInstanceQuery, org.flowable.common.engine.api.query.QueryCacheValues, Serializable
| 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 |
| Constructor and Description |
|---|
FormInstanceQueryImpl() |
FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public FormInstanceQueryImpl id(String id)
id in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl ids(Set<String> ids)
ids in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionId(String formDefinitionId)
formDefinitionId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl formDefinitionIdLike(String formDefinitionIdLike)
formDefinitionIdLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl taskId(String taskId)
taskId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl taskIdLike(String taskIdLike)
taskIdLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl processInstanceIdLike(String processInstanceIdLike)
processInstanceIdLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl processDefinitionIdLike(String processDefinitionIdLike)
processDefinitionIdLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl scopeId(String scopeId)
scopeId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl scopeType(String scopeType)
scopeType in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl submittedDate(Date submittedDate)
submittedDate in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl submittedDateBefore(Date submittedDateBefore)
submittedDateBefore in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl submittedDateAfter(Date submittedDateAfter)
submittedDateAfter in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl submittedBy(String submittedBy)
submittedBy in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl submittedByLike(String submittedByLike)
submittedByLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl tenantId(String tenantId)
tenantId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl tenantIdLike(String tenantIdLike)
tenantIdLike in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl withoutTenantId()
withoutTenantId in interface org.flowable.form.api.FormInstanceQuerypublic FormInstanceQueryImpl withoutTaskId()
withoutTaskId in interface org.flowable.form.api.FormInstanceQuerypublic org.flowable.form.api.FormInstanceQuery orderBySubmittedDate()
orderBySubmittedDate in interface org.flowable.form.api.FormInstanceQuerypublic org.flowable.form.api.FormInstanceQuery orderByTenantId()
orderByTenantId in interface org.flowable.form.api.FormInstanceQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>public List<org.flowable.form.api.FormInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic 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 © 2019. All rights reserved.