Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.impl
Class DocsQueryProviderDef

java.lang.Object
  extended by org.nuxeo.ecm.core.api.impl.DocsQueryProviderDef
All Implemented Interfaces:
Serializable

public class DocsQueryProviderDef
extends Object
implements Serializable

Author:
Serialized Form

Nested Class Summary
static class DocsQueryProviderDef.DefType
           
 
Constructor Summary
DocsQueryProviderDef(DocsQueryProviderDef.DefType type)
           
 
Method Summary
 DocumentRef getParent()
           
 String getQuery()
           
 String getStartingPath()
          The document models path to search within.
 DocsQueryProviderDef.DefType getType()
           
 void setParent(DocumentRef parentRef)
           
 void setQuery(String query)
           
 void setStartingPath(String startingPath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocsQueryProviderDef

public DocsQueryProviderDef(DocsQueryProviderDef.DefType type)
Method Detail

getType

public DocsQueryProviderDef.DefType getType()

setParent

public void setParent(DocumentRef parentRef)

getParent

public DocumentRef getParent()

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

getStartingPath

public String getStartingPath()
The document models path to search within.


setStartingPath

public void setStartingPath(String startingPath)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.