Uses of Interface
org.flowable.common.engine.api.query.DeleteQuery
Packages that use DeleteQuery
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeleteQuery in org.flowable.batch.api
Subinterfaces of DeleteQuery in org.flowable.batch.api -
Uses of DeleteQuery in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement DeleteQuery -
Uses of DeleteQuery in org.flowable.cmmn.api.history
Subinterfaces of DeleteQuery in org.flowable.cmmn.api.history -
Uses of DeleteQuery in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement DeleteQuery -
Uses of DeleteQuery in org.flowable.common.engine.api.query
Classes in org.flowable.common.engine.api.query with type parameters of type DeleteQueryModifier and TypeInterfaceDescriptioninterface
DeleteQuery<T extends DeleteQuery<T,
U>, U> Describes methods for Queries that can perform delete operations. -
Uses of DeleteQuery in org.flowable.dmn.api
Subinterfaces of DeleteQuery in org.flowable.dmn.apiModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofDmnHistoricDecisionExecution
s. -
Uses of DeleteQuery in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement DeleteQuery -
Uses of DeleteQuery in org.flowable.engine.history
Subinterfaces of DeleteQuery in org.flowable.engine.historyModifier and TypeInterfaceDescriptioninterface
Programmatic querying forHistoricActivityInstance
s.interface
Allows programmatic querying ofHistoricProcessInstance
s. -
Uses of DeleteQuery in org.flowable.engine.impl
Classes in org.flowable.engine.impl that implement DeleteQueryModifier and TypeClassDescriptionclass
class
-
Uses of DeleteQuery in org.flowable.task.api.history
Subinterfaces of DeleteQuery in org.flowable.task.api.historyModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying forHistoricTaskInstance
s. -
Uses of DeleteQuery in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement DeleteQuery