Nuxeo Enterprise Platform 5.4

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

All Known Subinterfaces:
ECDomainLocal
All Known Implementing Classes:
ECDomainBean

public interface ECDomain

Domain-specific operations. Usually one can obtain workspaces using it.

Author:
Razvan Caraghin

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.
 

Method Detail

remove

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


getDomains

java.util.List<DocumentModel> getDomains(CoreSession handle)
                                         throws ClientException
Returns the DocumentModels available in the passed RepositoryLocation that are domains.

Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.