Package org.activiti.engine.query
Interface QueryProperty
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DeploymentQueryProperty,EventSubscriptionQueryProperty,ExecutionQueryProperty,HistoricActivityInstanceQueryProperty,HistoricDetailQueryProperty,HistoricProcessInstanceQueryProperty,HistoricTaskInstanceQueryProperty,HistoricVariableInstanceQueryProperty,JobQueryProperty,ModelQueryProperty,ProcessDefinitionQueryProperty,ProcessInstanceQueryProperty,TaskQueryProperty
@Internal public interface QueryProperty extends Serializable
Describes a property that can be used in a Query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-