public class AnnotatedDocumentEventListenerImpl extends Object implements AnnotatedDocumentEventListener
ANNOTATION_BODY, ANNOTATION_CREATED, ANNOTATION_DELETED, ANNOTATION_ID, ANNOTATION_SUBJECT, ANNOTATION_UPDATED| Constructor and Description |
|---|
AnnotatedDocumentEventListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAnnotationCreated(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
afterAnnotationDeleted(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
afterAnnotationRead(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
afterAnnotationUpdated(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
beforeAnnotationCreated(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
beforeAnnotationDeleted(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
void |
beforeAnnotationRead(NuxeoPrincipal principal,
String annotationId) |
void |
beforeAnnotationUpdated(NuxeoPrincipal principal,
DocumentLocation documentLoc,
Annotation annotation) |
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 AnnotatedDocumentEventListenerCopyright © 2011 Nuxeo SA. All Rights Reserved.