Uses of Interface
org.flowable.common.engine.api.query.Query
Packages that use Query
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.Classes related to the
RuntimeService
.-
Uses of Query in org.flowable.app.api.repository
Subinterfaces of Query in org.flowable.app.api.repositoryModifier and TypeInterfaceDescriptioninterface
AppDefinitionBaseQuery<T extends AppDefinitionBaseQuery<T,
C>, C extends AppDefinition> interface
interface
AppDeploymentBaseQuery<T extends AppDeploymentBaseQuery<T,
C>, C extends AppDeployment> interface
Allows programmatic querying ofAppDeployment
s. -
Uses of Query in org.flowable.batch.api
Subinterfaces of Query in org.flowable.batch.api -
Uses of Query in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement Query -
Uses of Query in org.flowable.cmmn.api.history
Subinterfaces of Query in org.flowable.cmmn.api.historyModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of Query in org.flowable.cmmn.api.repository
Subinterfaces of Query in org.flowable.cmmn.api.repositoryModifier and TypeInterfaceDescriptioninterface
interface
Allows programmatic querying ofCmmnDeployment
s. -
Uses of Query in org.flowable.cmmn.api.runtime
Subinterfaces of Query in org.flowable.cmmn.api.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Allows to query forPlanItemInstance
s.interface
interface
interface
-
Uses of Query in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement QueryModifier and TypeClassDescriptionclass
Wrapper class around theHistoricVariableInstanceQueryImpl
from the variable service, specialized for usage in CMMN.class
class
class
-
Uses of Query in org.flowable.cmmn.engine.impl.repository
Classes in org.flowable.cmmn.engine.impl.repository that implement Query -
Uses of Query in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement QueryModifier and TypeClassDescriptionclass
class
Wrapper class around theVariableInstanceQueryImpl
from the variable service, specialized for usage in CMMN.class
class
class
class
class
-
Uses of Query in org.flowable.common.engine.api.query
Classes in org.flowable.common.engine.api.query with type parameters of type Query -
Uses of Query in org.flowable.common.engine.impl.query
Classes in org.flowable.common.engine.impl.query with type parameters of type QueryModifier and TypeClassDescriptionclass
AbstractQuery<T extends Query<?,
?>, U> Abstract superclass for all query types.Classes in org.flowable.common.engine.impl.query that implement QueryModifier and TypeClassDescriptionclass
AbstractQuery<T extends Query<?,
?>, U> Abstract superclass for all query types. -
Uses of Query in org.flowable.common.rest.api
Methods in org.flowable.common.rest.api with parameters of type QueryModifier and TypeMethodDescriptionstatic <RES,
REQ> DataResponse<RES> PaginateListUtil.paginateList
(Map<String, String> requestParams, Query<?, REQ> query, String defaultSort, Map<String, QueryProperty> properties, ListProcessor<REQ, RES> listProcessor) Uses the pagination parameters from the request and makes sure to order the result and set all pagination attributes for the response to render.static <RES,
REQ> DataResponse<RES> PaginateListUtil.paginateList
(Map<String, String> requestParams, PaginateRequest paginateRequest, Query<?, REQ> query, String defaultSort, Map<String, QueryProperty> properties, ListProcessor<REQ, RES> listProcessor) Uses the pagination parameters form the request and makes sure to order the result and set all pagination attributes for the response to render.static <RES,
REQ> DataResponse<RES> PaginateListUtil.paginateList
(PaginateRequest paginateRequest, Query<?, REQ> query, String defaultSort, Map<String, QueryProperty> properties, ListProcessor<REQ, RES> listProcessor) Uses the pagination attributes perform the querying and render the response. -
Uses of Query in org.flowable.content.api
Subinterfaces of Query in org.flowable.content.apiModifier and TypeInterfaceDescriptioninterface
ContentItemBaseQuery<T extends ContentItemBaseQuery<T,
C>, C extends ContentItem> Allows programmatic querying ofContentItem
s.interface
Allows programmatic querying ofContentItem
s. -
Uses of Query in org.flowable.dmn.api
Subinterfaces of Query in org.flowable.dmn.apiModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofDmnDecision
s.interface
Allows programmatic querying ofDmnDeployment
s.interface
Allows programmatic querying ofDmnHistoricDecisionExecution
s. -
Uses of Query in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
-
Uses of Query in org.flowable.engine.history
Subinterfaces of Query in org.flowable.engine.historyModifier and TypeInterfaceDescriptioninterface
Programmatic querying forHistoricActivityInstance
s.interface
Programmatic querying forHistoricDetail
s.interface
Allows programmatic querying ofHistoricProcessInstance
s. -
Uses of Query in org.flowable.engine.impl
Classes in org.flowable.engine.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of Query in org.flowable.engine.repository
Subinterfaces of Query in org.flowable.engine.repositoryModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofDeployment
s.interface
Allows programmatic querying ofModel
s.interface
Allows programmatic querying ofProcessDefinition
s. -
Uses of Query in org.flowable.engine.runtime
Subinterfaces of Query in org.flowable.engine.runtimeModifier and TypeInterfaceDescriptioninterface
Programmatic querying forActivityInstance
s.interface
Allows programmatic querying ofExecution
s.interface
Allows programmatic querying ofProcessInstance
s. -
Uses of Query in org.flowable.eventregistry.api
Subinterfaces of Query in org.flowable.eventregistry.apiModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofChannelDefinition
s.interface
Allows programmatic querying ofEventDefinition
s.interface
Allows programmatic querying ofEventDeployment
s. -
Uses of Query in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
-
Uses of Query in org.flowable.eventsubscription.api
Subinterfaces of Query in org.flowable.eventsubscription.apiModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofEventSubscription
s. -
Uses of Query in org.flowable.eventsubscription.service.impl
Classes in org.flowable.eventsubscription.service.impl that implement Query -
Uses of Query in org.flowable.form.api
Subinterfaces of Query in org.flowable.form.apiModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying ofFormDefinition
s.interface
Allows programmatic querying ofFormDeployment
s.interface
Allows programmatic querying ofFormInstance
s. -
Uses of Query in org.flowable.idm.api
Subinterfaces of Query in org.flowable.idm.apiModifier and TypeInterfaceDescriptioninterface
Allows to programmatically query forGroup
s.interface
Allows programmatic querying ofPrivilege
interface
Allows programmatic querying ofToken
interface
UserBaseQuery<T extends UserBaseQuery<T,
U>, U extends User> Allows programmatic querying ofUser
interface
Allows programmatic querying ofUser
-
Uses of Query in org.flowable.idm.engine.impl
Classes in org.flowable.idm.engine.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Query in org.flowable.job.api
Subinterfaces of Query in org.flowable.job.apiModifier and TypeInterfaceDescriptioninterface
BaseJobQuery<U extends BaseJobQuery<U,
T>, T extends Job> Allows programmatic querying ofJob
s.interface
Allows programmatic querying ofJob
s.interface
Allows programmatic querying of External WorkerJob
s.interface
Allows programmatic querying ofHistoryJob
s.interface
Allows programmatic querying ofJob
s.interface
Allows programmatic querying ofJob
s.interface
Allows programmatic querying ofJob
s. -
Uses of Query in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Query in org.flowable.task.api
Subinterfaces of Query in org.flowable.task.apiModifier and TypeInterfaceDescriptioninterface
TaskInfoQuery<T extends TaskInfoQuery<?,
?>, V extends TaskInfo> Interface containing shared methods between theTaskQuery
and theHistoricTaskInstanceQuery
.interface
Allows programmatic querying ofTask
s; -
Uses of Query in org.flowable.task.api.history
Subinterfaces of Query in org.flowable.task.api.historyModifier and TypeInterfaceDescriptioninterface
Allows programmatic querying forHistoricTaskInstance
s.interface
Allows programmatic querying ofHistoricTaskLogEntry
s; -
Uses of Query in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement QueryModifier and TypeClassDescriptionclass
class
class
-
Uses of Query in org.flowable.variable.api.history
Subinterfaces of Query in org.flowable.variable.api.historyModifier and TypeInterfaceDescriptioninterface
Programmatic querying forHistoricVariableInstance
s. -
Uses of Query in org.flowable.variable.api.runtime
Subinterfaces of Query in org.flowable.variable.api.runtime -
Uses of Query in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl with type parameters of type QueryModifier and TypeClassDescriptionclass
AbstractVariableQueryImpl<T extends Query<?,
?>, U> Abstract query class that adds methods to query for variable values.Classes in org.flowable.variable.service.impl that implement QueryModifier and TypeClassDescriptionclass
AbstractVariableQueryImpl<T extends Query<?,
?>, U> Abstract query class that adds methods to query for variable values.class
class