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