Class VREManager
- java.lang.Object
-
- org.gcube.data.access.storagehub.handlers.vres.VREManager
-
@Singleton public class VREManager extends Object
-
-
Constructor Summary
Constructors Constructor Description VREManager(javax.servlet.ServletContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VREgetVRE(String completeName)VREgetVreFolderItem(org.apache.jackrabbit.api.JackrabbitSession ses, String userId, List<String> excludes)VREgetVreFolderItemByGroupName(org.apache.jackrabbit.api.JackrabbitSession ses, String groupName, String userId, List<String> excludes)
-
-
-
Method Detail
-
getVreFolderItem
public VRE getVreFolderItem(org.apache.jackrabbit.api.JackrabbitSession ses, String userId, List<String> excludes) throws javax.jcr.RepositoryException, org.gcube.common.storagehub.model.exceptions.StorageHubException
- Throws:
javax.jcr.RepositoryExceptionorg.gcube.common.storagehub.model.exceptions.StorageHubException
-
getVreFolderItemByGroupName
public VRE getVreFolderItemByGroupName(org.apache.jackrabbit.api.JackrabbitSession ses, String groupName, String userId, List<String> excludes) throws javax.jcr.RepositoryException, org.gcube.common.storagehub.model.exceptions.StorageHubException
- Throws:
javax.jcr.RepositoryExceptionorg.gcube.common.storagehub.model.exceptions.StorageHubException
-
-