public class CollectionManager extends AbstractResourceManager
Constructor and Description |
---|
CollectionManager()
Deprecated.
discouraged use. With no ID some operations cannot be accessed.
|
CollectionManager(String id) |
CollectionManager(String id,
String name) |
CollectionManager(String id,
String name,
String subtype) |
Modifier and Type | Method and Description |
---|---|
protected org.gcube.common.resources.gcore.Resource |
buildResource(String xmlRepresentation)
Given the XML profile representation of a gcube resource, its GCUBEResource is built.
|
addToExistingScope, copyFromToVO, delete, forceDelete, getID, getName, getRegistryPublisher, getReportResourceManager, getResource, getResourceManager, getSubType, getType, getXMLDescription, removeFromScope, setID, validateScopes
public CollectionManager() throws ResourceParameterException, ResourceAccessException
public CollectionManager(String id) throws ResourceParameterException, ResourceAccessException
public CollectionManager(String id, String name) throws ResourceParameterException, ResourceAccessException
id
- name
- ResourceParameterException
ResourceAccessException
public CollectionManager(String id, String name, String subtype) throws ResourceParameterException, ResourceAccessException
id
- name
- subtype
- ResourceParameterException
ResourceAccessException
protected org.gcube.common.resources.gcore.Resource buildResource(String xmlRepresentation) throws AbstractResourceException
AbstractResourceManager
buildResource
in class AbstractResourceManager
AbstractResourceException
Copyright © 2017. All Rights Reserved.