Uses of Class
com.emc.d2fs.models.bravacsr_note.BravacsrNote
Packages that use BravacsrNote
Package
Description
-
Uses of BravacsrNote in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return BravacsrNoteModifier and TypeMethodDescriptionIBravaCSRAnnotationService.createAnnotation
(Context context, String content, String documentId, String folderPath, String user) IBravaCSRAnnotationService.fetchAnnotation
(Context context, String objectId, String userId) IBravaCSRAnnotationService.fetchAnnotationById
(Context context, String objectId) IBravaCSRAnnotationService.updateAnnotation
(Context context, BravacsrNote note, String content) Methods in com.emc.d2fs.interfaces with parameters of type BravacsrNoteModifier and TypeMethodDescriptionIBravaCSRAnnotationService.updateAnnotation
(Context context, BravacsrNote note, String content) -
Uses of BravacsrNote in com.emc.d2fs.models.bravacsr_note
Methods in com.emc.d2fs.models.bravacsr_note that return BravacsrNoteModifier and TypeMethodDescriptionObjectFactory.createBravacsrNote()
Create an instance ofBravacsrNote
Methods in com.emc.d2fs.models.bravacsr_note that return types with arguments of type BravacsrNoteModifier and TypeMethodDescriptionObjectFactory.createBravacsrNotes
(BravacsrNote value) BravacsrNote.getBravacsrNotes()
Gets the value of the bravacsrNotes property.Methods in com.emc.d2fs.models.bravacsr_note with parameters of type BravacsrNote -
Uses of BravacsrNote in com.emc.d2fs.services.bravacsr_annotation_service
Methods in com.emc.d2fs.services.bravacsr_annotation_service that return BravacsrNoteModifier and TypeMethodDescriptionCreateAnnotationResponse.getBravacsrNote()
Gets the value of the bravacsrNote property.FetchAnnotationByIdResponse.getBravacsrNote()
Gets the value of the bravacsrNote property.FetchAnnotationResponse.getBravacsrNote()
Gets the value of the bravacsrNote property.UpdateAnnotationRequest.getBravacsrNote()
Gets the value of the bravacsrNote property.UpdateAnnotationResponse.getBravacsrNote()
Gets the value of the bravacsrNote property.Methods in com.emc.d2fs.services.bravacsr_annotation_service with parameters of type BravacsrNoteModifier and TypeMethodDescriptionvoid
CreateAnnotationResponse.setBravacsrNote
(BravacsrNote value) Sets the value of the bravacsrNote property.void
FetchAnnotationByIdResponse.setBravacsrNote
(BravacsrNote value) Sets the value of the bravacsrNote property.void
FetchAnnotationResponse.setBravacsrNote
(BravacsrNote value) Sets the value of the bravacsrNote property.void
UpdateAnnotationRequest.setBravacsrNote
(BravacsrNote value) Sets the value of the bravacsrNote property.void
UpdateAnnotationResponse.setBravacsrNote
(BravacsrNote value) Sets the value of the bravacsrNote property.