org.gcube.vremanagement.vremodeler.resources.handlers
Class CollectionHandler

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.resources.handlers.CollectionHandler
All Implemented Interfaces:
ResourceHandler<Collection>

public class CollectionHandler
extends Object
implements ResourceHandler<Collection>


Constructor Summary
CollectionHandler()
           
 
Method Summary
 void add(Collection resource)
           
 void drop(String collectionId)
           
 List<Collection> initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionHandler

public CollectionHandler()
Method Detail

add

public void add(Collection resource)
         throws Exception
Specified by:
add in interface ResourceHandler<Collection>
Throws:
Exception

drop

public void drop(String collectionId)
          throws Exception
Specified by:
drop in interface ResourceHandler<Collection>
Throws:
Exception

initialize

public List<Collection> initialize()
                            throws Exception
Specified by:
initialize in interface ResourceHandler<Collection>
Throws:
Exception


Copyright © 2013. All Rights Reserved.