Uses of Interface
org.activiti.engine.query.Query
-
Packages that use Query Package Description org.activiti.engine.history Classes related to theHistoryService.org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.query Classes related to the querying entities in the engine.org.activiti.engine.repository Classes related to theRepositoryService.org.activiti.engine.runtime Classes related to theRuntimeService.org.activiti.engine.task Classes related to theTaskService. -
-
Uses of Query in org.activiti.engine.history
Subinterfaces of Query in org.activiti.engine.history Modifier and Type Interface Description interfaceHistoricActivityInstanceQueryProgrammatic querying forHistoricActivityInstances.interfaceHistoricDetailQueryProgrammatic querying forHistoricDetails.interfaceHistoricProcessInstanceQueryAllows programmatic querying ofHistoricProcessInstances.interfaceHistoricTaskInstanceQueryAllows programmatic querying forHistoricTaskInstances.interfaceHistoricVariableInstanceQueryProgrammatic querying forHistoricVariableInstances. -
Uses of Query in org.activiti.engine.impl
Classes in org.activiti.engine.impl with type parameters of type Query Modifier and Type Class Description classAbstractQuery<T extends Query<?,?>,U>Abstract superclass for all query types.classAbstractVariableQueryImpl<T extends Query<?,?>,U>Abstract query class that adds methods to query for variable values.Classes in org.activiti.engine.impl that implement Query Modifier and Type Class Description classAbstractQuery<T extends Query<?,?>,U>Abstract superclass for all query types.classAbstractVariableQueryImpl<T extends Query<?,?>,U>Abstract query class that adds methods to query for variable values.classDeadLetterJobQueryImplclassDeploymentQueryImplclassEventSubscriptionQueryImplclassExecutionQueryImplclassHistoricActivityInstanceQueryImplclassHistoricDetailQueryImplclassHistoricProcessInstanceQueryImplclassHistoricTaskInstanceQueryImplclassHistoricVariableInstanceQueryImplclassJobQueryImplclassModelQueryImplclassProcessDefinitionQueryImplclassProcessInstanceQueryImplclassSuspendedJobQueryImplclassTaskQueryImplclassTimerJobQueryImpl -
Uses of Query in org.activiti.engine.query
Classes in org.activiti.engine.query with type parameters of type Query Modifier and Type Interface Description interfaceQuery<T extends Query<?,?>,U>Describes basic methods for querying. -
Uses of Query in org.activiti.engine.repository
Subinterfaces of Query in org.activiti.engine.repository Modifier and Type Interface Description interfaceDeploymentQueryAllows programmatic querying ofDeployments.interfaceModelQueryAllows programmatic querying ofModels.interfaceProcessDefinitionQueryAllows programmatic querying ofProcessDefinitions. -
Uses of Query in org.activiti.engine.runtime
Subinterfaces of Query in org.activiti.engine.runtime Modifier and Type Interface Description interfaceDeadLetterJobQueryDeprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentinterfaceExecutionQueryAllows programmatic querying ofExecutions.interfaceJobQueryDeprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentinterfaceProcessInstanceQueryAllows programmatic querying ofProcessInstances.interfaceSuspendedJobQueryDeprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentinterfaceTimerJobQueryDeprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Uses of Query in org.activiti.engine.task
Subinterfaces of Query in org.activiti.engine.task Modifier and Type Interface Description interfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.interfaceTaskQueryAllows programmatic querying ofTasks;
-