Uses of Class
fr.opensagres.xdocreport.remoting.resources.domain.BinaryData

Packages that use BinaryData
fr.opensagres.xdocreport.remoting.resources.domain   
fr.opensagres.xdocreport.remoting.resources.services   
fr.opensagres.xdocreport.remoting.resources.services.jaxrs   
fr.opensagres.xdocreport.remoting.resources.services.jaxws   
 

Uses of BinaryData in fr.opensagres.xdocreport.remoting.resources.domain
 

Fields in fr.opensagres.xdocreport.remoting.resources.domain with type parameters of type BinaryData
protected  List<BinaryData> DownloadMultipleResponse._return
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.domain that return BinaryData
 BinaryData ObjectFactory.createBinaryData()
          Create an instance of BinaryData
 

Methods in fr.opensagres.xdocreport.remoting.resources.domain that return types with arguments of type BinaryData
 JAXBElement<BinaryData> ObjectFactory.createBinaryData(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 JAXBElement<BinaryData> ObjectFactory.createContent(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 List<BinaryData> DownloadMultipleResponse.getReturn()
          Gets the value of the return property.
 

Methods in fr.opensagres.xdocreport.remoting.resources.domain with parameters of type BinaryData
 JAXBElement<BinaryData> ObjectFactory.createBinaryData(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 JAXBElement<BinaryData> ObjectFactory.createContent(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 

Uses of BinaryData in fr.opensagres.xdocreport.remoting.resources.services
 

Methods in fr.opensagres.xdocreport.remoting.resources.services that return BinaryData
 BinaryData ResourcesService.download(String resourceId)
          Download the content of the given unique resource id.
 BinaryData DelegateResourcesService.download(String resourceId)
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.services that return types with arguments of type BinaryData
 List<BinaryData> ResourcesService.downloadMultiple(List<String> resourceIds)
           
 List<BinaryData> DelegateResourcesService.downloadMultiple(List<String> resourceIds)
           
 List<BinaryData> AbstractResourcesService.downloadMultiple(List<String> resourceIds)
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.services with parameters of type BinaryData
 void ResourcesService.upload(BinaryData data)
           
 void DelegateResourcesService.upload(BinaryData dataIn)
           
 

Uses of BinaryData in fr.opensagres.xdocreport.remoting.resources.services.jaxrs
 

Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxrs that return BinaryData
 BinaryData JAXRSResourcesService.download(String resourceId)
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxrs with parameters of type BinaryData
 void JAXRSResourcesService.upload(BinaryData data)
           
 

Uses of BinaryData in fr.opensagres.xdocreport.remoting.resources.services.jaxws
 

Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxws that return BinaryData
 BinaryData JAXWSResourcesService.download(String resourceId)
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxws that return types with arguments of type BinaryData
 List<BinaryData> JAXWSResourcesService.downloadMultiple(List<String> resourceIds)
           
 

Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxws with parameters of type BinaryData
 void JAXWSResourcesService.upload(BinaryData content)
           
 



Copyright © 2013. All Rights Reserved.