public interface AnnotatedDocumentEventListener
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_BODY |
static String |
ANNOTATION_CREATED |
static String |
ANNOTATION_DELETED |
static String |
ANNOTATION_ID |
static String |
ANNOTATION_SUBJECT |
static String |
ANNOTATION_UPDATED |
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) |
static final String ANNOTATION_CREATED
static final String ANNOTATION_UPDATED
static final String ANNOTATION_DELETED
static final String ANNOTATION_ID
static final String ANNOTATION_SUBJECT
static final String ANNOTATION_BODY
void beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void beforeAnnotationRead(NuxeoPrincipal principal, String annotationId)
void afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
void afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
Copyright © 2013 Nuxeo SA. All Rights Reserved.