Class AnnotationRequest

  • Direct Known Subclasses:
    AnnotationUpdateRequest

    public class AnnotationRequest
    extends Object
    Stores the information about an annotations request: what annotations should be returned with the annotated content and the annotations stubs. Such information are the annotations filter (which annotations should be displayed) and the annotation additional fields that should be added in the stubs.

    Java class for AnnotationRequest complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AnnotationRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="request" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="filter" type="{http://www.xwiki.org}AnnotationFieldCollection" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>