Uses of Class
org.xwiki.annotation.rest.model.jaxb.AnnotationRequest

Uses of AnnotationRequest in org.xwiki.annotation.rest.model.jaxb
 

Subclasses of AnnotationRequest in org.xwiki.annotation.rest.model.jaxb
 class AnnotationAddRequest
          Extends the annotation update request by adding the set of 'special' fields for annotation selection.
 class AnnotationUpdateRequest
          Stores a request for an annotation to be updated: besides the annotation request components, a collection of fields for the annotation.
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationRequest
 AnnotationRequest ObjectFactory.createAnnotationRequest()
          Create an instance of AnnotationRequest
 AnnotationRequest AnnotationRequest.withFilter(AnnotationFieldCollection value)
           
 AnnotationRequest AnnotationRequest.withRequest(AnnotationRequest.Request value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return types with arguments of type AnnotationRequest
 JAXBElement<AnnotationRequest> ObjectFactory.createAnnotationDeleteRequest(AnnotationRequest value)
          Create an instance of JAXBElement<AnnotationRequest>}
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotationRequest
 JAXBElement<AnnotationRequest> ObjectFactory.createAnnotationDeleteRequest(AnnotationRequest value)
          Create an instance of JAXBElement<AnnotationRequest>}
 



Copyright © 2004-2012 XWiki. All Rights Reserved.