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.ResultType
Nested 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 String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected Date
protected Date
protected String
protected String
protected String
protected String
protected boolean
protected boolean
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields 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 TypeMethodDescriptionlong
executeCount
(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()
boolean
boolean
org.flowable.form.api.FormInstanceQuery
org.flowable.form.api.FormInstanceQuery
processDefinitionId
(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, singleResult
Methods 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, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
Methods 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:
id
in interfaceorg.flowable.form.api.FormInstanceQuery
-
ids
- Specified by:
ids
in interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionId
- Specified by:
formDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
formDefinitionIdLike
- Specified by:
formDefinitionIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
taskId
- Specified by:
taskId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
taskIdLike
- Specified by:
taskIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceId
- Specified by:
processInstanceId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processInstanceIdLike
- Specified by:
processInstanceIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionId
- Specified by:
processDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
processDefinitionIdLike
- Specified by:
processDefinitionIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeId
- Specified by:
scopeId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeType
- Specified by:
scopeType
in interfaceorg.flowable.form.api.FormInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDate
- Specified by:
submittedDate
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateBefore
- Specified by:
submittedDateBefore
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedDateAfter
- Specified by:
submittedDateAfter
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedBy
- Specified by:
submittedBy
in interfaceorg.flowable.form.api.FormInstanceQuery
-
submittedByLike
- Specified by:
submittedByLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantId
- Specified by:
tenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
tenantIdLike
- Specified by:
tenantIdLike
in interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTenantId
- Specified by:
withoutTenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
withoutTaskId
- Specified by:
withoutTaskId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
orderBySubmittedDate
public org.flowable.form.api.FormInstanceQuery orderBySubmittedDate()- Specified by:
orderBySubmittedDate
in interfaceorg.flowable.form.api.FormInstanceQuery
-
orderByTenantId
public org.flowable.form.api.FormInstanceQuery orderByTenantId()- Specified by:
orderByTenantId
in interfaceorg.flowable.form.api.FormInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormInstanceQuery,
org.flowable.form.api.FormInstance>
-
getId
- Specified by:
getId
in 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()
-