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 PredicateFieldDefinitionclone()StringgetName()StringgetSchema()StringgetXpath()
-
-
-
Method Detail
-
getName
String getName()
-
getSchema
String getSchema()
-
getXpath
String getXpath()
-
clone
PredicateFieldDefinition clone()
- Since:
- 5.6
-
-