Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.api
Class AnnotationManager

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.api.AnnotationManager

public class AnnotationManager
extends Object

Author:
Alexandre Russel

Constructor Summary
AnnotationManager()
           
 
Method Summary
 Annotation getAnnotation(InputStream is)
           
 Annotation getAnnotation(List<Statement> statements)
           
 Annotation getAnnotation(String is)
           
 Annotation translateAnnotationFromRepo(UriResolver resolver, String baseUrl, Annotation annotation)
           
 Annotation translateAnnotationToRepo(UriResolver resolver, Annotation annotation)
           
 void writeAnnotation(OutputStream os, Annotation annotation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationManager

public AnnotationManager()
Method Detail

writeAnnotation

public void writeAnnotation(OutputStream os,
                            Annotation annotation)
                     throws AnnotationException
Throws:
AnnotationException

translateAnnotationFromRepo

public Annotation translateAnnotationFromRepo(UriResolver resolver,
                                              String baseUrl,
                                              Annotation annotation)
                                       throws AnnotationException
Throws:
AnnotationException

translateAnnotationToRepo

public Annotation translateAnnotationToRepo(UriResolver resolver,
                                            Annotation annotation)
                                     throws AnnotationException
Throws:
AnnotationException

getAnnotation

public Annotation getAnnotation(List<Statement> statements)
                         throws AnnotationException
Throws:
AnnotationException

getAnnotation

public Annotation getAnnotation(InputStream is)
                         throws AnnotationException
Throws:
AnnotationException

getAnnotation

public Annotation getAnnotation(String is)
                         throws AnnotationException
Throws:
AnnotationException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.