Package com.emc.d2fs.interfaces
Interface IBravaIViewerPublicationService
public interface IBravaIViewerPublicationService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkIfDocumentIsMIPProtectedForCSR
(Context context, String contextUid, String docId) getMarkupMigrationStatus
(Context context, List<String> ObjectIds) getMarkupMigrationStatusByDocId
(Context context, String docId) getPublication
(Context context, String objectId, String documentUrl, String apiBaseUrl, boolean markupMigrationEnabled, boolean overridePdfConfig) getPublicationForMultipleDocuments
(Context context, Map<String, String> objectInfoMap, String apiBaseUrl, boolean markupMigrationEnabled, boolean overridePdfConfig) getUserInfo
(Context context, String loginToken)
-
Method Details
-
getPublication
String getPublication(Context context, String objectId, String documentUrl, String apiBaseUrl, boolean markupMigrationEnabled, boolean overridePdfConfig) throws Exception - Throws:
Exception
-
getPublicationForMultipleDocuments
List<String> getPublicationForMultipleDocuments(Context context, Map<String, String> objectInfoMap, String apiBaseUrl, boolean markupMigrationEnabled, boolean overridePdfConfig) throws Exception- Throws:
Exception
-
getMarkupMigrationStatus
Map<String,String> getMarkupMigrationStatus(Context context, List<String> ObjectIds) throws Exception - Throws:
Exception
-
getUserInfo
- Throws:
Exception
-
getMarkupMigrationStatusByDocId
- Throws:
Exception
-
checkIfDocumentIsMIPProtectedForCSR
boolean checkIfDocumentIsMIPProtectedForCSR(Context context, String contextUid, String docId) throws Exception - Throws:
Exception
-