Uses of Interface
org.activiti.engine.query.QueryProperty
-
Packages that use QueryProperty Package Description org.activiti.engine.impl org.activiti.engine.query -
-
Uses of QueryProperty in org.activiti.engine.impl
Classes in org.activiti.engine.impl that implement QueryProperty Modifier and Type Class Description classDeploymentQueryPropertyContains the possible properties that can be used in aDeploymentQuery.classEventSubscriptionQueryPropertyclassExecutionQueryPropertyContains the possible properties that can be used in aExecutionQuery.classHistoricActivityInstanceQueryPropertyContains the possible properties which can be used in aHistoricActivityInstanceQuery.classHistoricDetailQueryPropertyContains the possible properties which can be used in aHistoricDetailQuery.classHistoricProcessInstanceQueryPropertyContains the possible properties which can be used in aHistoricProcessInstanceQueryProperty.classHistoricTaskInstanceQueryPropertyclassHistoricVariableInstanceQueryPropertyContains the possible properties which can be used in aHistoricVariableInstanceQuery.classJobQueryPropertyContains the possible properties that can be used in aJobQuery.classModelQueryPropertyContains the possible properties that can be used in aModelQuery.classProcessDefinitionQueryPropertyContains the possible properties that can be used in aProcessDefinitionQuery.classProcessInstanceQueryPropertyContains the possible properties that can be used in aProcessInstanceQuery.classTaskQueryPropertyContains the possible properties that can be used in aTaskQuery.Fields in org.activiti.engine.impl declared as QueryProperty Modifier and Type Field Description protected QueryPropertyAbstractQuery. orderPropertyMethods in org.activiti.engine.impl with parameters of type QueryProperty Modifier and Type Method Description TAbstractQuery. orderBy(QueryProperty property)TAbstractQuery. orderBy(QueryProperty property, AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of QueryProperty in org.activiti.engine.query
Methods in org.activiti.engine.query with parameters of type QueryProperty Modifier and Type Method Description TQuery. orderBy(QueryProperty property)
-