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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionFormInstanceQueryImpl(CommandContext commandContext) FormInstanceQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) formDefinitionId(String formDefinitionId) formDefinitionIdLike(String formDefinitionIdLike) getId()getIds()booleanbooleanprocessDefinitionId(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, 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, 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
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:
idin interfaceFormInstanceQuery
-
ids
- Specified by:
idsin interfaceFormInstanceQuery
-
formDefinitionId
- Specified by:
formDefinitionIdin interfaceFormInstanceQuery
-
formDefinitionIdLike
- Specified by:
formDefinitionIdLikein interfaceFormInstanceQuery
-
taskId
- Specified by:
taskIdin interfaceFormInstanceQuery
-
taskIdLike
- Specified by:
taskIdLikein interfaceFormInstanceQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceFormInstanceQuery
-
processInstanceIdLike
- Specified by:
processInstanceIdLikein interfaceFormInstanceQuery
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceFormInstanceQuery
-
processDefinitionIdLike
- Specified by:
processDefinitionIdLikein interfaceFormInstanceQuery
-
scopeId
- Specified by:
scopeIdin interfaceFormInstanceQuery
-
scopeType
- Specified by:
scopeTypein interfaceFormInstanceQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceFormInstanceQuery
-
submittedDate
- Specified by:
submittedDatein interfaceFormInstanceQuery
-
submittedDateBefore
- Specified by:
submittedDateBeforein interfaceFormInstanceQuery
-
submittedDateAfter
- Specified by:
submittedDateAfterin interfaceFormInstanceQuery
-
submittedBy
- Specified by:
submittedByin interfaceFormInstanceQuery
-
submittedByLike
- Specified by:
submittedByLikein interfaceFormInstanceQuery
-
tenantId
- Specified by:
tenantIdin interfaceFormInstanceQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceFormInstanceQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceFormInstanceQuery
-
withoutTaskId
- Specified by:
withoutTaskIdin interfaceFormInstanceQuery
-
orderBySubmittedDate
- Specified by:
orderBySubmittedDatein interfaceFormInstanceQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceFormInstanceQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<FormInstanceQuery,FormInstance>
-
executeList
- Specified by:
executeListin classAbstractQuery<FormInstanceQuery,FormInstance>
-
getId
- Specified by:
getIdin 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()
-