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<FormInstanceQuery,FormInstance>
com.flowable.form.engine.impl.FormInstanceQueryImpl
- All Implemented Interfaces:
Serializable
,CacheAwareQuery<FormInstanceEntity>
,Query<FormInstanceQuery,
,FormInstance> Command<Object>
,FormInstanceQuery
public class FormInstanceQueryImpl
extends AbstractQuery<FormInstanceQuery,FormInstance>
implements FormInstanceQuery, 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
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier 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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorDescriptionFormInstanceQueryImpl
(CommandContext commandContext) FormInstanceQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) formDefinitionId
(String formDefinitionId) formDefinitionIdLike
(String formDefinitionIdLike) getId()
getIds()
boolean
boolean
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, 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, 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
-
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
-
FormInstanceQueryImpl
-
-
Method Details
-
id
- Specified by:
id
in interfaceFormInstanceQuery
-
ids
- Specified by:
ids
in interfaceFormInstanceQuery
-
formDefinitionId
- Specified by:
formDefinitionId
in interfaceFormInstanceQuery
-
formDefinitionIdLike
- Specified by:
formDefinitionIdLike
in interfaceFormInstanceQuery
-
taskId
- Specified by:
taskId
in interfaceFormInstanceQuery
-
taskIdLike
- Specified by:
taskIdLike
in interfaceFormInstanceQuery
-
processInstanceId
- Specified by:
processInstanceId
in interfaceFormInstanceQuery
-
processInstanceIdLike
- Specified by:
processInstanceIdLike
in interfaceFormInstanceQuery
-
processDefinitionId
- Specified by:
processDefinitionId
in interfaceFormInstanceQuery
-
processDefinitionIdLike
- Specified by:
processDefinitionIdLike
in interfaceFormInstanceQuery
-
scopeId
- Specified by:
scopeId
in interfaceFormInstanceQuery
-
scopeType
- Specified by:
scopeType
in interfaceFormInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionId
in interfaceFormInstanceQuery
-
submittedDate
- Specified by:
submittedDate
in interfaceFormInstanceQuery
-
submittedDateBefore
- Specified by:
submittedDateBefore
in interfaceFormInstanceQuery
-
submittedDateAfter
- Specified by:
submittedDateAfter
in interfaceFormInstanceQuery
-
submittedBy
- Specified by:
submittedBy
in interfaceFormInstanceQuery
-
submittedByLike
- Specified by:
submittedByLike
in interfaceFormInstanceQuery
-
tenantId
- Specified by:
tenantId
in interfaceFormInstanceQuery
-
tenantIdLike
- Specified by:
tenantIdLike
in interfaceFormInstanceQuery
-
withoutTenantId
- Specified by:
withoutTenantId
in interfaceFormInstanceQuery
-
withoutTaskId
- Specified by:
withoutTaskId
in interfaceFormInstanceQuery
-
orderBySubmittedDate
- Specified by:
orderBySubmittedDate
in interfaceFormInstanceQuery
-
orderByTenantId
- Specified by:
orderByTenantId
in interfaceFormInstanceQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<FormInstanceQuery,
FormInstance>
-
executeList
- Specified by:
executeList
in classAbstractQuery<FormInstanceQuery,
FormInstance>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<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()
-