|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourcesException | |
|---|---|
| fr.opensagres.xdocreport.remoting.resources.services | |
| fr.opensagres.xdocreport.remoting.resources.services.jaxrs | |
| Uses of ResourcesException in fr.opensagres.xdocreport.remoting.resources.services |
|---|
| Methods in fr.opensagres.xdocreport.remoting.resources.services that throw ResourcesException | |
|---|---|
BinaryData |
ResourcesService.download(String resourceId)
Download the content of the given unique resource id. |
BinaryData |
DelegateResourcesService.download(String resourceId)
|
List<BinaryData> |
ResourcesService.downloadMultiple(List<String> resourceIds)
|
List<BinaryData> |
DelegateResourcesService.downloadMultiple(List<String> resourceIds)
|
List<BinaryData> |
AbstractResourcesService.downloadMultiple(List<String> resourceIds)
|
Resource |
ResourcesService.getRoot()
Returns the root resource. |
Resource |
DelegateResourcesService.getRoot()
|
Resource |
AbstractResourcesService.getRoot()
|
Resource |
ResourcesService.getRootWithFilter(Filter filter)
|
Resource |
DelegateResourcesService.getRootWithFilter(Filter filter)
|
void |
ResourcesService.upload(BinaryData data)
|
void |
DelegateResourcesService.upload(BinaryData dataIn)
|
| Uses of ResourcesException in fr.opensagres.xdocreport.remoting.resources.services.jaxrs |
|---|
| Methods in fr.opensagres.xdocreport.remoting.resources.services.jaxrs that throw ResourcesException | |
|---|---|
BinaryData |
JAXRSResourcesService.download(String resourceId)
|
LargeBinaryData |
JAXRSResourcesService.downloadLarge(String resourceId)
|
Resource |
JAXRSResourcesService.getRoot()
|
void |
JAXRSResourcesService.upload(BinaryData data)
|
void |
JAXRSResourcesService.uploadLarge(LargeBinaryData data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||