Package com.flowable.form.engine.impl
Class FormInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
com.flowable.form.engine.impl.FormInstanceQueryImpl
- All Implemented Interfaces:
Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<FormInstanceEntity>,org.flowable.common.engine.api.query.Query<org.flowable.form.api.FormInstanceQuery,,org.flowable.form.api.FormInstance> org.flowable.common.engine.impl.interceptor.Command<Object>,org.flowable.form.api.FormInstanceQuery
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.CacheAwareQuery<FormInstanceEntity>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionFormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) List<org.flowable.form.api.FormInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) formDefinitionId(String formDefinitionId) formDefinitionIdLike(String formDefinitionIdLike) getId()getIds()booleanbooleanorg.flowable.form.api.FormInstanceQueryorg.flowable.form.api.FormInstanceQueryprocessDefinitionId(String processDefinitionId) processDefinitionIdLike(String processDefinitionIdLike) processInstanceId(String processInstanceId) processInstanceIdLike(String processInstanceIdLike) scopeDefinitionId(String scopeDefinitionId) submittedBy(String submittedBy) submittedByLike(String submittedByLike) submittedDate(Date submittedDate) submittedDateAfter(Date submittedDateAfter) submittedDateBefore(Date submittedDateBefore) taskIdLike(String taskIdLike) tenantIdLike(String tenantIdLike) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValueMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
ids
-
formDefinitionId
-
formDefinitionIdLike
-
taskId
-
taskIdLike
-
processInstanceId
-
processInstanceIdLike
-
processDefinitionId
-
processDefinitionIdLike
-
scopeId
-
scopeType
-
scopeDefinitionId
-
submittedDate
-
submittedDateBefore
-
submittedDateAfter
-
submittedBy
-
submittedByLike
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
withoutTaskId
protected boolean withoutTaskId
-
-
Constructor Details
-
FormInstanceQueryImpl
public FormInstanceQueryImpl() -
FormInstanceQueryImpl
public FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
FormInstanceQueryImpl
public FormInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceorg.flowable.form.api.FormInstanceQuery
-
ids
- Specified by:
idsin interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionId
- Specified by:
formDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionIdLike
- Specified by:
formDefinitionIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
taskId
- Specified by:
taskIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
taskIdLike
- Specified by:
taskIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceIdLike
- Specified by:
processInstanceIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionIdLike
- Specified by:
processDefinitionIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeId
- Specified by:
scopeIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeType
- Specified by:
scopeTypein interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDate
- Specified by:
submittedDatein interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateBefore
- Specified by:
submittedDateBeforein interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateAfter
- Specified by:
submittedDateAfterin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedBy
- Specified by:
submittedByin interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedByLike
- Specified by:
submittedByLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantId
- Specified by:
tenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTaskId
- Specified by:
withoutTaskIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
orderBySubmittedDate
public org.flowable.form.api.FormInstanceQuery orderBySubmittedDate()- Specified by:
orderBySubmittedDatein interfaceorg.flowable.form.api.FormInstanceQuery
-
orderByTenantId
public org.flowable.form.api.FormInstanceQuery orderByTenantId()- Specified by:
orderByTenantIdin interfaceorg.flowable.form.api.FormInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
-
executeList
public List<org.flowable.form.api.FormInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,org.flowable.form.api.FormInstance>
-
getId
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<FormInstanceEntity>
-
getIds
-
getFormDefinitionId
-
getFormDefinitionIdLike
-
getTaskId
-
getTaskIdLike
-
getProcessInstanceId
-
getProcessInstanceIdLike
-
getProcessDefinitionId
-
getProcessDefinitionIdLike
-
getScopeId
-
getScopeType
-
getScopeDefinitionId
-
getSubmittedDate
-
getSubmittedDateBefore
-
getSubmittedDateAfter
-
getSubmittedBy
-
getSubmittedByLike
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
isWithoutTaskId
public boolean isWithoutTaskId()
-