Package com.emc.d2fs.interfaces
Interface IBravaIViewerPublicationService
public interface IBravaIViewerPublicationService
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfDocumentIsMIPProtectedForCSR(Context context, String contextUid, String docId) getMarkupMigrationStatus(Context context, List<String> ObjectIds) getMarkupMigrationStatusByDocId(Context context, String docId) getPublication(Context context, com.documentum.otiv.publication.utils.OTIVPublicationParamsUtil otivPublicationParams) getPublicationForMultipleDocuments(Context context, Map<String, String> objectInfoMap, com.documentum.otiv.publication.utils.OTIVPublicationParamsUtil otivPublicationParams) getUserInfo(Context context, String loginToken)
-
Method Details
-
getPublication
String getPublication(Context context, com.documentum.otiv.publication.utils.OTIVPublicationParamsUtil otivPublicationParams) throws Exception - Throws:
Exception
-
getPublicationForMultipleDocuments
List<String> getPublicationForMultipleDocuments(Context context, Map<String, String> objectInfoMap, com.documentum.otiv.publication.utils.OTIVPublicationParamsUtil otivPublicationParams) 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
-