Uses of Class
com.adobe.pdfservices.operation.exception.ServiceApiException
-
Packages that use ServiceApiException Package Description com.adobe.pdfservices.operation Contains the classes and sub-packages for various PDF Services Jobs. -
-
Uses of ServiceApiException in com.adobe.pdfservices.operation
Methods in com.adobe.pdfservices.operation that throw ServiceApiException Modifier and Type Method Description voidPDFServices. deleteAsset(Asset asset)Deletes asset from PDF Services storage.StreamAssetPDFServices. getContent(Asset asset)Returns the content of the asset.<T> PDFServicesResponse<T>PDFServices. getJobResult(String pollingURL, Class<T> resultClass)ReturnsPDFServicesResponsefor the submittedPDFServicesJobresult.PDFServicesJobStatusResponsePDFServices. getJobStatus(String pollingURL)ReturnsPDFServicesJobStatusResponsefor the submittedPDFServicesJob.AssetPDFServices. refreshDownloadURI(Asset asset)Returns a newAssetwith a new valid download URI.StringPDFServices. submit(PDFServicesJob pdfServicesJob)Creates thePDFServicesJoband returns the polling URL.StringPDFServices. submit(PDFServicesJob pdfServicesJob, List<NotifierConfig> notifyConfigList)Creates thePDFServicesJobwith the givenNotifierConfigand returns the polling URL.AssetPDFServices. upload(InputStream inputStream, String mimeType)Upload content from input stream and returns anAssetto be used in PDF Services SDK.List<Asset>PDFServices. uploadAssets(List<StreamAsset> uploadAssetList)Upload content from list ofStreamAssetand returns a list ofAssetto be used in PDF Services SDK.
-