Package com.emc.d2fs.interfaces
Interface IBravaCSRAnnotationService
- All Superinterfaces:
ID2fsService
- Author:
- slakhamr
-
Method Summary
Modifier and TypeMethodDescriptioncreateAnnotation
(Context context, String content, String documentId, String folderPath, String user) fetchAllAnnotationIds
(Context context, String objectId) fetchAllAnnotationUsers
(Context context, String objectId) fetchAnnotation
(Context context, String objectId, String userId) fetchAnnotationById
(Context context, String objectId) fetchChangemarkConfigURI
(Context context) fetchImages
(Context context, String baseURL) updateAnnotation
(Context context, BravacsrNote note, String content) Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
createAnnotation
BravacsrNote createAnnotation(Context context, String content, String documentId, String folderPath, String user) throws Exception - Throws:
Exception
-
updateAnnotation
- Throws:
Exception
-
fetchAnnotation
- Throws:
Exception
-
fetchAnnotationById
- Throws:
Exception
-
fetchAllAnnotationIds
- Throws:
Exception
-
fetchAllAnnotationUsers
- Throws:
Exception
-
fetchChangemarkConfigURI
- Throws:
Exception
-
fetchImages
- Throws:
Exception
-