Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ejb
Class ECDomainBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.ejb.ECDomainBean
All Implemented Interfaces:
ECDomain, ECDomainLocal

public class ECDomainBean
extends java.lang.Object
implements ECDomainLocal

Domain implementation.

Author:
Razvan Caraghin

Constructor Summary
ECDomainBean()
           
 
Method Summary
 java.util.List<DocumentModel> getDomains(CoreSession handle)
          Returns the DocumentModels available in the passed RepositoryLocation that are domains.
 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

ECDomainBean

public ECDomainBean()
Method Detail

getDomains

public java.util.List<DocumentModel> getDomains(CoreSession handle)
                                         throws ClientException
Description copied from interface: ECDomain
Returns the DocumentModels available in the passed RepositoryLocation that are domains.

Specified by:
getDomains in interface ECDomain
Throws:
ClientException

remove

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

Specified by:
remove in interface ECDomain

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.