Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.repository
Class DocumentQuery

java.lang.Object
  extended by org.nuxeo.ecm.core.api.repository.DocumentQuery

Deprecated.

@Deprecated
public class DocumentQuery
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
DocumentQuery()
          Deprecated.  
 
Method Summary
 DocumentModelList getChildren(DocumentRef parent)
          Deprecated.  
 DocumentModelList getFiles(DocumentRef parent)
          Deprecated.  
 DocumentModelList getFolders(DocumentRef parent)
          Deprecated.  
 DocumentModelList query(String query)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentQuery

public DocumentQuery()
Deprecated. 
Method Detail

query

public DocumentModelList query(String query)
Deprecated. 

getChildren

public DocumentModelList getChildren(DocumentRef parent)
Deprecated. 

getFiles

public DocumentModelList getFiles(DocumentRef parent)
                           throws ClientException
Deprecated. 
Throws:
ClientException

getFolders

public DocumentModelList getFolders(DocumentRef parent)
                             throws ClientException
Deprecated. 
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.