Package org.nuxeo.ecm.platform.query.api
Interface PredicateFieldDefinition
-
- All Known Implementing Classes:
FieldDescriptor
public interface PredicateFieldDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredicateFieldDefinition
clone()
String
getName()
String
getSchema()
String
getXpath()
-
-
-
Method Detail
-
getName
String getName()
-
getSchema
String getSchema()
-
getXpath
String getXpath()
-
clone
PredicateFieldDefinition clone()
- Since:
- 5.6
-
-