org.exoplatform.services.jcr.ext.registry
Class RESTRegistryService
java.lang.Object
org.exoplatform.services.jcr.ext.registry.RESTRegistryService
- All Implemented Interfaces:
- org.exoplatform.services.rest.resource.ResourceContainer
public class RESTRegistryService
- extends Object
- implements org.exoplatform.services.rest.resource.ResourceContainer
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTRegistryService
public RESTRegistryService(RegistryService regService,
ThreadLocalSessionProviderService sessionProviderService)
throws Exception
- Throws:
Exception
getRegistry
public javax.ws.rs.core.Response getRegistry(@Context
javax.ws.rs.core.UriInfo uriInfo)
getEntry
public javax.ws.rs.core.Response getEntry(String entryPath)
createEntry
public javax.ws.rs.core.Response createEntry(InputStream entryStream,
String groupName,
@Context
javax.ws.rs.core.UriInfo uriInfo)
recreateEntry
public javax.ws.rs.core.Response recreateEntry(InputStream entryStream,
String groupName,
@Context
javax.ws.rs.core.UriInfo uriInfo,
boolean createIfNotExist)
removeEntry
public javax.ws.rs.core.Response removeEntry(String entryPath)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.