Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.interfaces.ejb
Interface ECContentRoot

All Known Subinterfaces:
ECContentRootLocal
All Known Implementing Classes:
ECContentRootBean

public interface ECContentRoot

Workspace specific operations.

Author:
Razvan Caraghin

Method Summary
 java.util.List<DocumentModel> getContentRootChildren(java.lang.String documentType, DocumentRef documentRef, CoreSession handle)
          Returns the children list of the specified content root document.
 java.util.List<DocumentModel> getContentRootDocuments(DocumentRef docRef, CoreSession handle)
          Retrieves the content root documents associated with a specific domain.
 void remove()
          Removes the instance from the container once the client has no more business with it.
 

Method Detail

remove

void remove()
Removes the instance from the container once the client has no more business with it.


getContentRootChildren

java.util.List<DocumentModel> getContentRootChildren(java.lang.String documentType,
                                                     DocumentRef documentRef,
                                                     CoreSession handle)
                                                     throws ClientException
Returns the children list of the specified content root document.

Throws:
ClientException

getContentRootDocuments

java.util.List<DocumentModel> getContentRootDocuments(DocumentRef docRef,
                                                      CoreSession handle)
                                                      throws ClientException
Retrieves the content root documents associated with a specific domain.

Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.