Uses of Interface
org.flowable.common.engine.api.query.QueryProperty
Packages that use QueryProperty
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryProperty in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties that can be used in aBatchPartQuery
.class
Contains the possible properties that can be used in aBatchQuery
. -
Uses of QueryProperty in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement QueryPropertyModifier and TypeClassDescriptionclass
class
Methods in org.flowable.cmmn.engine.impl.history with parameters of type QueryPropertyModifier and TypeMethodDescriptionCmmnHistoricVariableInstanceQueryImpl.orderBy
(QueryProperty property) CmmnHistoricVariableInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of QueryProperty in org.flowable.cmmn.engine.impl.repository
Classes in org.flowable.cmmn.engine.impl.repository that implement QueryPropertyModifier and TypeClassDescriptionclass
class
-
Uses of QueryProperty in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement QueryPropertyModifier and TypeClassDescriptionclass
class
class
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type QueryPropertyModifier and TypeMethodDescriptionCmmnVariableInstanceQueryImpl.orderBy
(QueryProperty property) CmmnVariableInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) GenericEventListenerInstanceQueryImpl.orderBy
(QueryProperty property) GenericEventListenerInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) SignalEventListenerInstanceQueryImpl.orderBy
(QueryProperty property) SignalEventListenerInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) UserEventListenerInstanceQueryImpl.orderBy
(QueryProperty property) UserEventListenerInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of QueryProperty in org.flowable.cmmn.rest.service.api.management
Fields in org.flowable.cmmn.rest.service.api.management with type parameters of type QueryPropertyModifier and TypeFieldDescriptionstatic Map<String,
QueryProperty> HistoryJobQueryProperties.PROPERTIES
static Map<String,
QueryProperty> JobQueryProperties.PROPERTIES
-
Uses of QueryProperty in org.flowable.cmmn.rest.service.api.runtime.caze
Fields in org.flowable.cmmn.rest.service.api.runtime.caze with type parameters of type QueryPropertyModifier and TypeFieldDescriptionstatic Map<String,
QueryProperty> EventSubscriptionQueryProperties.PROPERTIES
-
Uses of QueryProperty in org.flowable.common.engine.api.query
Methods in org.flowable.common.engine.api.query with parameters of type QueryPropertyModifier and TypeMethodDescriptionQuery.orderBy
(QueryProperty property) Query.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of QueryProperty in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as QueryProperty -
Uses of QueryProperty in org.flowable.common.engine.impl.query
Methods in org.flowable.common.engine.impl.query with parameters of type QueryPropertyModifier and TypeMethodDescriptionAbstractQuery.orderBy
(QueryProperty property) AbstractQuery.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of QueryProperty in org.flowable.common.rest.api
Method parameters in org.flowable.common.rest.api with type arguments of type QueryPropertyModifier and TypeMethodDescriptionstatic <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 QueryProperty in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties that can be used in aDmnDecisionQuery
.class
Contains the possible properties that can be used in aDmnDeploymentQuery
.class
Contains the possible properties that can be used in aDmnHistoricDecisionExecutionQuery
. -
Uses of QueryProperty in org.flowable.engine.impl
Classes in org.flowable.engine.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties which can be used in aActivityInstanceQuery
.class
Contains the possible properties that can be used in aDeploymentQuery
.class
Contains the possible properties that can be used in aExecutionQuery
.class
Contains the possible properties which can be used in aHistoricActivityInstanceQuery
.class
Contains the possible properties which can be used in aHistoricDetailQuery
.class
Contains the possible properties which can be used in aHistoricProcessInstanceQueryProperty
.class
Contains the possible properties that can be used in aModelQuery
.class
Contains the possible properties that can be used in aProcessDefinitionQuery
.class
Contains the possible properties that can be used in aProcessInstanceQuery
. -
Uses of QueryProperty in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties that can be used in aChannelDefinitionQuery
.class
Contains the possible properties that can be used in aEventDefinitionQueryImpl
.class
Contains the possible properties that can be used in aEventDefinitionQuery
. -
Uses of QueryProperty in org.flowable.eventsubscription.service.impl
Classes in org.flowable.eventsubscription.service.impl that implement QueryProperty -
Uses of QueryProperty in org.flowable.idm.api
Classes in org.flowable.idm.api that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties that can be used by theGroupQuery
.class
Contains the possible properties that can be used by theTokenQuery
.class
Contains the possible properties that can be used by theUserQuery
. -
Uses of QueryProperty in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties that can be used in aJobQuery
. -
Uses of QueryProperty in org.flowable.rest.service.api.identity
Fields in org.flowable.rest.service.api.identity with type parameters of type QueryPropertyModifier and TypeFieldDescriptionprotected static HashMap<String,
QueryProperty> GroupCollectionResource.properties
protected static HashMap<String,
QueryProperty> UserCollectionResource.properties
-
Uses of QueryProperty in org.flowable.rest.service.api.management
Fields in org.flowable.rest.service.api.management with type parameters of type QueryPropertyModifier and TypeFieldDescriptionstatic Map<String,
QueryProperty> HistoryJobQueryProperties.PROPERTIES
static Map<String,
QueryProperty> JobQueryProperties.PROPERTIES
-
Uses of QueryProperty in org.flowable.rest.service.api.runtime.process
Fields in org.flowable.rest.service.api.runtime.process with type parameters of type QueryPropertyModifier and TypeFieldDescriptionstatic Map<String,
QueryProperty> EventSubscriptionQueryProperties.PROPERTIES
-
Uses of QueryProperty in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
class
Contains the possible properties that can be used in aHistoricTaskLogEntryQuery
.class
Contains the possible properties that can be used in aTaskQuery
. -
Uses of QueryProperty in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement QueryPropertyModifier and TypeClassDescriptionclass
Contains the possible properties which can be used in aHistoricVariableInstanceQuery
.class
Contains the possible properties which can be used in aVariableInstanceQuery
.