Nuxeo Enterprise Platform 5.4

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

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

public class AnnotationQuery
extends java.lang.Object

Author:
Alexandre Russel

Field Summary
static java.lang.String BASE_QUERY
           
 
Constructor Summary
AnnotationQuery()
           
 
Method Summary
 java.util.List<Annotation> getAnnotationsForURIs(java.util.List<java.net.URI> uris, Graph graph)
           
 java.util.List<Annotation> getAnnotationsForURIs(java.util.List<java.net.URI> uris, Graph graph, java.util.Map<java.lang.String,java.lang.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 java.lang.String BASE_QUERY
See Also:
Constant Field Values
Constructor Detail

AnnotationQuery

public AnnotationQuery()
Method Detail

getAnnotationsForURIs

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

getAnnotationsForURIs

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.