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 void
PDFServices. deleteAsset(Asset asset)
Deletes asset from PDF Services storage.StreamAsset
PDFServices. getContent(Asset asset)
Returns the content of the asset.<T> PDFServicesResponse<T>
PDFServices. getJobResult(String pollingURL, Class<T> resultClass)
ReturnsPDFServicesResponse
for the submittedPDFServicesJob
result.PDFServicesJobStatusResponse
PDFServices. getJobStatus(String pollingURL)
ReturnsPDFServicesJobStatusResponse
for the submittedPDFServicesJob
.Asset
PDFServices. refreshDownloadURI(Asset asset)
Returns a newAsset
with a new valid download URI.String
PDFServices. submit(PDFServicesJob pdfServicesJob)
Creates thePDFServicesJob
and returns the polling URL.String
PDFServices. submit(PDFServicesJob pdfServicesJob, List<NotifierConfig> notifyConfigList)
Creates thePDFServicesJob
with the givenNotifierConfig
and returns the polling URL.Asset
PDFServices. upload(InputStream inputStream, String mimeType)
Upload content from input stream and returns anAsset
to be used in PDF Services SDK.List<Asset>
PDFServices. uploadAssets(List<StreamAsset> uploadAssetList)
Upload content from list ofStreamAsset
and returns a list ofAsset
to be used in PDF Services SDK.
-