Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ejb
Class ECContentRootBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.ejb.ECContentRootBean
All Implemented Interfaces:
ECContentRoot, ECContentRootLocal

public class ECContentRootBean
extends Object
implements ECContentRoot, ECContentRootLocal

Workspace implementation class.

Author:
Razvan Caraghin

Constructor Summary
ECContentRootBean()
           
 
Method Summary
 List<DocumentModel> getContentRootChildren(String documentType, DocumentRef docRef, CoreSession handle)
          Returns the children list of the specified content root document.
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECContentRootBean

public ECContentRootBean()
Method Detail

remove

public void remove()
Description copied from interface: ECContentRoot
Removes the instance from the container once the client has no more business with it.

Specified by:
remove in interface ECContentRoot

getContentRootChildren

public List<DocumentModel> getContentRootChildren(String documentType,
                                                  DocumentRef docRef,
                                                  CoreSession handle)
                                           throws ClientException
Description copied from interface: ECContentRoot
Returns the children list of the specified content root document.

Specified by:
getContentRootChildren in interface ECContentRoot
Throws:
ClientException

getContentRootDocuments

public List<DocumentModel> getContentRootDocuments(DocumentRef docRef,
                                                   CoreSession handle)
                                            throws ClientException
Description copied from interface: ECContentRoot
Retrieves the content root documents associated with a specific domain.

Specified by:
getContentRootDocuments in interface ECContentRoot
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.