org.camunda.bpm.engine.query
Interface QueryProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
AuthorizationQueryProperty, DeploymentQueryProperty, EventSubscriptionQueryProperty, ExecutionQueryProperty, GroupQueryProperty, HistoricActivityInstanceQueryProperty, HistoricActivityStatisticsQueryProperty, HistoricDetailQueryProperty, HistoricProcessInstanceQueryProperty, HistoricTaskInstanceQueryProperty, HistoricVariableInstanceQueryProperty, IncidentQueryProperty, JobDefinitionQueryProperty, JobQueryProperty, 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.