public interface SpaceManager
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAvailablePermissions() |
Space |
getSpace(String spaceProviderName,
CoreSession session) |
Space |
getSpace(String spaceProviderName,
CoreSession session,
DocumentModel contextDocument) |
Space |
getSpace(String spaceProviderName,
CoreSession session,
DocumentModel contextDocument,
String spaceName) |
Space |
getSpace(String spaceProviderName,
CoreSession session,
DocumentModel contextDocument,
String spaceName,
Map<String,String> parameters) |
Space |
getSpace(String spaceProviderName,
DocumentModel contextDocument) |
Space |
getSpace(String spaceProviderName,
DocumentModel contextDocument,
String spaceName) |
Space |
getSpaceFromId(String spaceId,
CoreSession session) |
SpaceProvider |
getSpaceProvider(String string) |
Collection<SpaceProvider> |
getSpaceProviders() |
Space getSpace(String spaceProviderName, CoreSession session, DocumentModel contextDocument, String spaceName, Map<String,String> parameters) throws SpaceException
SpaceExceptionSpace getSpace(String spaceProviderName, CoreSession session, DocumentModel contextDocument, String spaceName) throws SpaceException
SpaceExceptionSpace getSpace(String spaceProviderName, CoreSession session, DocumentModel contextDocument) throws SpaceException
SpaceExceptionSpace getSpace(String spaceProviderName, CoreSession session) throws SpaceException
SpaceExceptionSpace getSpace(String spaceProviderName, DocumentModel contextDocument, String spaceName) throws SpaceException
SpaceExceptionSpace getSpace(String spaceProviderName, DocumentModel contextDocument) throws SpaceException
SpaceExceptionSpace getSpaceFromId(String spaceId, CoreSession session) throws SpaceException
SpaceExceptionCollection<SpaceProvider> getSpaceProviders()
SpaceProvider getSpaceProvider(String string) throws SpaceException
SpaceExceptionCopyright © 2015 Nuxeo SA. All rights reserved.