Uses of Interface
org.camunda.bpm.engine.query.QueryProperty

Packages that use QueryProperty
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.filter   
 

Uses of QueryProperty in org.camunda.bpm.engine.impl
 

Classes in org.camunda.bpm.engine.impl that implement QueryProperty
 class AuthorizationQueryProperty
          Contains the possible properties that can be used in an AuthorizationQuery.
 class DeploymentQueryProperty
          Contains the possible properties that can be used in a DeploymentQuery.
 class EventSubscriptionQueryProperty
           
 class ExecutionQueryProperty
          Contains the possible properties that can be used in a ExecutionQuery.
 class GroupQueryProperty
          Contains the possible properties that can be used by the GroupQuery.
 class HistoricActivityInstanceQueryProperty
          Contains the possible properties which can be used in a HistoricActivityInstanceQuery.
 class HistoricActivityStatisticsQueryProperty
           
 class HistoricCaseActivityInstanceQueryProperty
          Contains the possible properties which can be used in a HistoricCaseActivityInstanceQuery.
 class HistoricCaseInstanceQueryProperty
          Contains the possible properties which can be used in a HistoricCaseInstanceQueryProperty.
 class HistoricDetailQueryProperty
          Contains the possible properties which can be used in a HistoricDetailQuery.
 class HistoricIncidentQueryProperty
           
 class HistoricProcessInstanceQueryProperty
          Contains the possible properties which can be used in a HistoricProcessInstanceQueryProperty.
 class HistoricTaskInstanceQueryProperty
           
 class HistoricVariableInstanceQueryProperty
          Contains the possible properties which can be used in a HistoricVariableInstanceQuery.
 class IncidentQueryProperty
           
 class JobDefinitionQueryProperty
          Contains the possible properties that can be used in a JobDefinitionQuery.
 class JobQueryProperty
          Contains the possible properties that can be used in a JobQuery.
 class OperationLogQueryProperty
          Contains sortable properties which can be used in a UserOperationLogQuery.
 class ProcessDefinitionQueryProperty
          Contains the possible properties that can be used in a ProcessDefinitionQuery.
 class ProcessInstanceQueryProperty
          Contains the possible properties that can be used in a ProcessInstanceQuery.
 class TaskQueryProperty
          Contains the possible properties that can be used in a TaskQuery.
 class UserQueryProperty
          Contains the possible properties that can be used by the UserQuery.
 class VariableInstanceQueryProperty
           
 

Fields in org.camunda.bpm.engine.impl declared as QueryProperty
protected  QueryProperty AbstractQuery.orderProperty
           
 

Methods in org.camunda.bpm.engine.impl that return QueryProperty
 QueryProperty AbstractQuery.getOrderProperty()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type QueryProperty
 T AbstractQuery.orderBy(QueryProperty property)
           
 

Uses of QueryProperty in org.camunda.bpm.engine.impl.cmmn.entity.repository
 

Classes in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement QueryProperty
 class CaseDefinitionQueryProperty
           
 

Uses of QueryProperty in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement QueryProperty
 class CaseExecutionQueryProperty
           
 class CaseInstanceQueryProperty
           
 class CaseSentryPartQueryProperty
           
 

Uses of QueryProperty in org.camunda.bpm.engine.impl.filter
 

Classes in org.camunda.bpm.engine.impl.filter that implement QueryProperty
 class FilterQueryProperty
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.