org.gcube.contentmanagement.contentmanager.smsplugin.delegates
Class ReadManager

java.lang.Object
  extended by ReadDelegate
      extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.ReadManager

public class ReadManager
extends ReadDelegate

Author:
Fabio Simeoni (University of Strathclyde), Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
ReadManager()
           
 
Method Summary
  get( iterator, Predicate projection)
          
  get(Predicate predicate)
          
 GDoc get(java.lang.String id, Predicate predicate)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadManager

public ReadManager()
Method Detail

get

public GDoc get(java.lang.String id,
                Predicate predicate)
         throws java.lang.Exception,
                GCUBEException

Throws:
java.lang.Exception
GCUBEException

get

public  get( iterator,
                 Predicate projection)
          throws java.lang.Exception,
                 GCUBEException

Throws:
java.lang.Exception
GCUBEException

get

public  get(Predicate predicate)
          throws java.lang.Exception,
                 GCUBEException

Throws:
java.lang.Exception
GCUBEException