Uses of Class
com.flowable.form.engine.impl.FormInstanceQueryImpl
Packages that use FormInstanceQueryImpl
Package
Description
-
Uses of FormInstanceQueryImpl in com.flowable.form.engine.impl
Methods in com.flowable.form.engine.impl that return FormInstanceQueryImplModifier and TypeMethodDescriptionFormInstanceQueryImpl.formDefinitionId(String formDefinitionId) FormInstanceQueryImpl.formDefinitionIdLike(String formDefinitionIdLike) FormInstanceQueryImpl.processDefinitionId(String processDefinitionId) FormInstanceQueryImpl.processDefinitionIdLike(String processDefinitionIdLike) FormInstanceQueryImpl.processInstanceId(String processInstanceId) FormInstanceQueryImpl.processInstanceIdLike(String processInstanceIdLike) FormInstanceQueryImpl.scopeDefinitionId(String scopeDefinitionId) FormInstanceQueryImpl.submittedBy(String submittedBy) FormInstanceQueryImpl.submittedByLike(String submittedByLike) FormInstanceQueryImpl.submittedDate(Date submittedDate) FormInstanceQueryImpl.submittedDateAfter(Date submittedDateAfter) FormInstanceQueryImpl.submittedDateBefore(Date submittedDateBefore) FormInstanceQueryImpl.taskIdLike(String taskIdLike) FormInstanceQueryImpl.tenantIdLike(String tenantIdLike) FormInstanceQueryImpl.withoutTaskId()FormInstanceQueryImpl.withoutTenantId() -
Uses of FormInstanceQueryImpl in com.flowable.form.engine.impl.persistence.entity
Methods in com.flowable.form.engine.impl.persistence.entity with parameters of type FormInstanceQueryImplModifier and TypeMethodDescriptionlongFormInstanceEntityManager.findFormInstanceCountByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) longFormInstanceEntityManagerImpl.findFormInstanceCountByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) FormInstanceEntityManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) FormInstanceEntityManagerImpl.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) -
Uses of FormInstanceQueryImpl in com.flowable.form.engine.impl.persistence.entity.data
Methods in com.flowable.form.engine.impl.persistence.entity.data with parameters of type FormInstanceQueryImplModifier and TypeMethodDescriptionlongFormInstanceDataManager.findFormInstanceCountByQueryCriteria(FormInstanceQueryImpl submittedFormQuery) FormInstanceDataManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl submittedFormQuery) -
Uses of FormInstanceQueryImpl in com.flowable.form.engine.impl.persistence.entity.data.impl
Methods in com.flowable.form.engine.impl.persistence.entity.data.impl with parameters of type FormInstanceQueryImplModifier and TypeMethodDescriptionlongMybatisFormInstanceDataManager.findFormInstanceCountByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) MybatisFormInstanceDataManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery)