org.camunda.bpm.engine.query
Interface QueryProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
AuthorizationQueryProperty, CaseDefinitionQueryProperty, CaseExecutionQueryProperty, CaseInstanceQueryProperty, CaseSentryPartQueryProperty, DeploymentQueryProperty, EventSubscriptionQueryProperty, ExecutionQueryProperty, FilterQueryProperty, GroupQueryProperty, HistoricActivityInstanceQueryProperty, HistoricActivityStatisticsQueryProperty, HistoricCaseActivityInstanceQueryProperty, HistoricCaseInstanceQueryProperty, HistoricDetailQueryProperty, HistoricIncidentQueryProperty, HistoricProcessInstanceQueryProperty, HistoricTaskInstanceQueryProperty, HistoricVariableInstanceQueryProperty, IncidentQueryProperty, JobDefinitionQueryProperty, JobQueryProperty, OperationLogQueryProperty, ProcessDefinitionQueryProperty, ProcessInstanceQueryProperty, TaskQueryProperty, UserQueryProperty, VariableInstanceQueryProperty

public interface QueryProperty
extends Serializable

Describes a property that can be used in a Query.

Author:
Frederik Heremans

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2014 camunda services GmbH. All rights reserved.