Package com.emc.d2fs.interfaces
Interface IPdfRenderService
- All Superinterfaces:
ID2fsService
PDF rendering management.
-
Method Summary
Modifier and TypeMethodDescriptionqueuePdfRender(Context context, List<String> objectIds) Queue pdf rendertestPdfRender(Context context, String objectId) Check render status of documentMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
testPdfRender
Check render status of document- Parameters:
context-Contextobject containing informations about client/sessionobjectId- String value of document id- Returns:
PdfRenderResultobject- Throws:
D2fsException- Since:
- 4.0.1
-
queuePdfRender
Queue pdf render- Parameters:
context-Contextobject containing informations about client/sessionobjectIds- List of String document ids- Returns:
PdfQueueResult- Throws:
D2fsException- Since:
- 4.1.0
-