Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.annotations.api.Annotation

Packages that use Annotation
org.nuxeo.ecm.platform.annotations.api   
org.nuxeo.ecm.platform.annotations.proxy   
org.nuxeo.ecm.platform.annotations.repository   
org.nuxeo.ecm.platform.annotations.repository.core   
org.nuxeo.ecm.platform.annotations.repository.service   
org.nuxeo.ecm.platform.annotations.service   
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.api
 

Classes in org.nuxeo.ecm.platform.annotations.api that implement Annotation
 class AnnotationImpl
           
 

Methods in org.nuxeo.ecm.platform.annotations.api that return Annotation
 Annotation AnnotationsService.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
          Adds an annotation to the target URL.
 Annotation AnnotationManager.getAnnotation(InputStream is)
           
 Annotation AnnotationManager.getAnnotation(List<Statement> statements)
           
 Annotation AnnotationManager.getAnnotation(String is)
           
 Annotation AnnotationsService.getAnnotation(String annotationId, NuxeoPrincipal user, String baseUrl)
          Returns an Annotation according to its Id.
 Annotation AnnotationManager.translateAnnotationFromRepo(UriResolver resolver, String baseUrl, Annotation annotation)
           
 Annotation AnnotationManager.translateAnnotationToRepo(UriResolver resolver, Annotation annotation)
           
 Annotation AnnotationsService.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
          Updates an annotation.
 

Methods in org.nuxeo.ecm.platform.annotations.api that return types with arguments of type Annotation
 List<Annotation> AnnotationsService.queryAnnotations(URI uri, Map<String,String> filters, NuxeoPrincipal user)
          Finds Annotation ids according to URI and filter.
 

Methods in org.nuxeo.ecm.platform.annotations.api with parameters of type Annotation
 Annotation AnnotationsService.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
          Adds an annotation to the target URL.
 void AnnotationsService.deleteAnnotation(Annotation annotation, NuxeoPrincipal user)
          Deletes an annotation.
 void AnnotationsService.deleteAnnotationFor(URI uri, Annotation annotation, NuxeoPrincipal user)
           
 Annotation AnnotationManager.translateAnnotationFromRepo(UriResolver resolver, String baseUrl, Annotation annotation)
           
 Annotation AnnotationManager.translateAnnotationToRepo(UriResolver resolver, Annotation annotation)
           
 Annotation AnnotationsService.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
          Updates an annotation.
 void AnnotationManager.writeAnnotation(OutputStream os, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.proxy
 

Methods in org.nuxeo.ecm.platform.annotations.proxy that return Annotation
 Annotation AnnotationServiceProxy.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 Annotation AnnotationServiceProxy.getAnnotation(String annotationId, NuxeoPrincipal user, String baseUrl)
           
 Annotation AnnotationServiceProxy.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 

Methods in org.nuxeo.ecm.platform.annotations.proxy that return types with arguments of type Annotation
 List<Annotation> AnnotationServiceProxy.queryAnnotations(URI uri, Map<String,String> filters, NuxeoPrincipal user)
           
 

Methods in org.nuxeo.ecm.platform.annotations.proxy with parameters of type Annotation
 Annotation AnnotationServiceProxy.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 void AnnotationServiceProxy.deleteAnnotation(Annotation annotation, NuxeoPrincipal user)
           
 void AnnotationServiceProxy.deleteAnnotationFor(URI uri, Annotation annotation, NuxeoPrincipal user)
           
 Annotation AnnotationServiceProxy.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.repository
 

Methods in org.nuxeo.ecm.platform.annotations.repository with parameters of type Annotation
 void DefaultNuxeoMetadataMapper.updateMetadata(Annotation annotation, NuxeoPrincipal user)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.repository.core
 

Methods in org.nuxeo.ecm.platform.annotations.repository.core with parameters of type Annotation
 void AnnotationEventListener.afterAnnotationCreated(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.afterAnnotationDeleted(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.afterAnnotationRead(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.afterAnnotationUpdated(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.beforeAnnotationCreated(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.beforeAnnotationDeleted(Principal principal, Annotation annotation)
           
 void AnnotationEventListener.beforeAnnotationUpdated(Principal principal, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.repository.service
 

Methods in org.nuxeo.ecm.platform.annotations.repository.service with parameters of type Annotation
 void AnnotatedDocumentEventListener.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.service
 

Methods in org.nuxeo.ecm.platform.annotations.service that return Annotation
 Annotation AnnotationsServiceImpl.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 Annotation AnnotationsServiceImpl.getAnnotation(String id, NuxeoPrincipal user, String baseUrl)
           
 Annotation AnnotationsServiceImpl.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 

Methods in org.nuxeo.ecm.platform.annotations.service that return types with arguments of type Annotation
 List<Annotation> AnnotationQuery.getAnnotationsForURIs(List<URI> uris, Graph graph)
           
 List<Annotation> AnnotationQuery.getAnnotationsForURIs(List<URI> uris, Graph graph, Map<String,String> filters)
           
 List<Annotation> AnnotationsServiceImpl.queryAnnotations(URI uri, Map<String,String> filters, NuxeoPrincipal user)
           
 

Methods in org.nuxeo.ecm.platform.annotations.service with parameters of type Annotation
 Annotation AnnotationsServiceImpl.addAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 void EventListener.afterAnnotationCreated(Principal principal, Annotation annotation)
           
 void EventListener.afterAnnotationDeleted(Principal principal, Annotation annotation)
           
 void EventListener.afterAnnotationRead(Principal principal, Annotation annotation)
           
 void EventListener.afterAnnotationUpdated(Principal principal, Annotation annotation)
           
 void EventListener.beforeAnnotationCreated(Principal principal, Annotation annotation)
           
 void EventListener.beforeAnnotationDeleted(Principal principal, Annotation annotation)
           
 void EventListener.beforeAnnotationUpdated(Principal principal, Annotation annotation)
           
 void AnnotationsServiceImpl.deleteAnnotation(Annotation annotation, NuxeoPrincipal user)
           
 void AnnotationsServiceImpl.deleteAnnotationFor(URI uri, Annotation annotation, NuxeoPrincipal user)
           
 Annotation AnnotationsServiceImpl.updateAnnotation(Annotation annotation, NuxeoPrincipal user, String baseUrl)
           
 void MetadataMapper.updateMetadata(Annotation annotation, NuxeoPrincipal user)
           
 void DefaultMetadataMapper.updateMetadata(Annotation annotation, NuxeoPrincipal user)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.