fr.opensagres.xdocreport.remoting.resources.services
Class AbstractResourcesService

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.resources.services.AbstractResourcesService
All Implemented Interfaces:
ResourcesService
Direct Known Subclasses:
FileResourcesService

public abstract class AbstractResourcesService
extends Object
implements ResourcesService


Constructor Summary
AbstractResourcesService()
           
 
Method Summary
 List<BinaryData> downloadMultiple(List<String> resourceIds)
           
protected  ByteArrayInputStream getInputStream(byte[] content)
           
 Resource getRoot()
          Returns the root resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.opensagres.xdocreport.remoting.resources.services.ResourcesService
download, getName, getRootWithFilter, upload
 

Constructor Detail

AbstractResourcesService

public AbstractResourcesService()
Method Detail

getRoot

public Resource getRoot()
                 throws ResourcesException
Description copied from interface: ResourcesService
Returns the root resource.

Specified by:
getRoot in interface ResourcesService
Returns:
Throws:
ResourcesException

downloadMultiple

public List<BinaryData> downloadMultiple(List<String> resourceIds)
                                  throws ResourcesException
Specified by:
downloadMultiple in interface ResourcesService
Throws:
ResourcesException

getInputStream

protected ByteArrayInputStream getInputStream(byte[] content)


Copyright © 2013. All rights reserved.