Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.service
Class AnnotationQuery

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.service.AnnotationQuery

public class AnnotationQuery
extends Object

Author:
Alexandre Russel

Field Summary
static String BASE_QUERY
           
 
Constructor Summary
AnnotationQuery()
           
 
Method Summary
 List<Annotation> getAnnotationsForURIs(List<URI> uris, Graph graph)
           
 List<Annotation> getAnnotationsForURIs(List<URI> uris, Graph graph, Map<String,String> filters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_QUERY

public static final String BASE_QUERY
See Also:
Constant Field Values
Constructor Detail

AnnotationQuery

public AnnotationQuery()
Method Detail

getAnnotationsForURIs

public List<Annotation> getAnnotationsForURIs(List<URI> uris,
                                              Graph graph)
                                       throws AnnotationException
Throws:
AnnotationException

getAnnotationsForURIs

public List<Annotation> getAnnotationsForURIs(List<URI> uris,
                                              Graph graph,
                                              Map<String,String> filters)
                                       throws AnnotationException
Throws:
AnnotationException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.