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 java.lang.Object
implements ECContentRoot, ECContentRootLocal

Workspace implementation class.

Author:
Razvan Caraghin

Constructor Summary
ECContentRootBean()
           
 
Method Summary
 java.util.List<DocumentModel> getContentRootChildren(java.lang.String documentType, DocumentRef docRef, 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.
 
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 java.util.List<DocumentModel> getContentRootChildren(java.lang.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 java.util.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 © 2010 Nuxeo SAS. All Rights Reserved.