Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.repository.service
Interface AnnotatedDocumentEventListener

All Known Implementing Classes:
AnnotatedDocumentEventListenerImpl

public interface AnnotatedDocumentEventListener

Author:
Alexandre Russel

Method Summary
 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, java.lang.String annotationId)
           
 void beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 

Method Detail

beforeAnnotationCreated

void beforeAnnotationCreated(NuxeoPrincipal principal,
                             DocumentLocation documentLoc,
                             Annotation annotation)

afterAnnotationCreated

void afterAnnotationCreated(NuxeoPrincipal principal,
                            DocumentLocation documentLoc,
                            Annotation annotation)

beforeAnnotationRead

void beforeAnnotationRead(NuxeoPrincipal principal,
                          java.lang.String annotationId)

afterAnnotationRead

void afterAnnotationRead(NuxeoPrincipal principal,
                         DocumentLocation documentLoc,
                         Annotation annotation)

beforeAnnotationUpdated

void beforeAnnotationUpdated(NuxeoPrincipal principal,
                             DocumentLocation documentLoc,
                             Annotation annotation)

afterAnnotationUpdated

void afterAnnotationUpdated(NuxeoPrincipal principal,
                            DocumentLocation documentLoc,
                            Annotation annotation)

beforeAnnotationDeleted

void beforeAnnotationDeleted(NuxeoPrincipal principal,
                             DocumentLocation documentLoc,
                             Annotation annotation)

afterAnnotationDeleted

void afterAnnotationDeleted(NuxeoPrincipal principal,
                            DocumentLocation documentLoc,
                            Annotation annotation)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.