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

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

Subclasses of AnnotationUpdateRequest in org.xwiki.annotation.rest.model.jaxb
 class AnnotationAddRequest
          Extends the annotation update request by adding the set of 'special' fields for annotation selection.
 

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

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

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



Copyright © 2004-2012 XWiki. All Rights Reserved.