Nuxeo Enterprise Platform 5.4

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

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

public class DocsQueryProviderDef
extends java.lang.Object
implements java.io.Serializable

Author:
Serialized Form

Nested Class Summary
static class DocsQueryProviderDef.DefType
           
 
Constructor Summary
DocsQueryProviderDef(DocsQueryProviderDef.DefType type)
           
 
Method Summary
 DocumentRef getParent()
           
 java.lang.String getQuery()
           
 java.lang.String getStartingPath()
          The document models path to search within.
 DocsQueryProviderDef.DefType getType()
           
 void setParent(DocumentRef parentRef)
           
 void setQuery(java.lang.String query)
           
 void setStartingPath(java.lang.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 java.lang.String getQuery()

setQuery

public void setQuery(java.lang.String query)

getStartingPath

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


setStartingPath

public void setStartingPath(java.lang.String startingPath)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.