Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.query.core
Class FieldDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.query.core.FieldDescriptor
All Implemented Interfaces:
PredicateFieldDefinition

public class FieldDescriptor
extends Object
implements PredicateFieldDefinition

Field descriptor accepting a separate schema and field or a complete xpath.

Since:
5.4
Author:
Anahide Tchertchian

Constructor Summary
FieldDescriptor()
           
FieldDescriptor(String xpath)
           
FieldDescriptor(String schema, String name)
           
 
Method Summary
 String getName()
           
 String getSchema()
           
 String getXpath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDescriptor

public FieldDescriptor()

FieldDescriptor

public FieldDescriptor(String schema,
                       String name)

FieldDescriptor

public FieldDescriptor(String xpath)
Method Detail

getName

public String getName()
Specified by:
getName in interface PredicateFieldDefinition

getSchema

public String getSchema()
Specified by:
getSchema in interface PredicateFieldDefinition

getXpath

public String getXpath()
Specified by:
getXpath in interface PredicateFieldDefinition

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.