public class AnnotatedDocumentEventListenerImpl extends Object implements AnnotatedDocumentEventListener
ANNOTATION_BODY, ANNOTATION_CREATED, ANNOTATION_DELETED, ANNOTATION_ID, ANNOTATION_SUBJECT, ANNOTATION_UPDATED| Constructor and Description | 
|---|
| AnnotatedDocumentEventListenerImpl() | 
public AnnotatedDocumentEventListenerImpl()
public void beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
beforeAnnotationCreated in interface AnnotatedDocumentEventListenerpublic void beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
beforeAnnotationDeleted in interface AnnotatedDocumentEventListenerpublic void beforeAnnotationRead(NuxeoPrincipal principal, String annotationId)
beforeAnnotationRead in interface AnnotatedDocumentEventListenerpublic void beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
beforeAnnotationUpdated in interface AnnotatedDocumentEventListenerpublic void afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
afterAnnotationCreated in interface AnnotatedDocumentEventListenerpublic void afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
afterAnnotationDeleted in interface AnnotatedDocumentEventListenerpublic void afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
afterAnnotationRead in interface AnnotatedDocumentEventListenerpublic void afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
afterAnnotationUpdated in interface AnnotatedDocumentEventListenerprotected void notifyEvent(String eventId, Annotation annotation, DocumentLocation documentLocation, NuxeoPrincipal principal)
Copyright © 2018 Nuxeo. All rights reserved.