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

Packages that use AnnotationUpdateRequest
org.xwiki.annotation.rest.internal   
org.xwiki.annotation.rest.internal.representations   
org.xwiki.annotation.rest.model.jaxb   
 

Uses of AnnotationUpdateRequest in org.xwiki.annotation.rest.internal
 

Methods in org.xwiki.annotation.rest.internal with parameters of type AnnotationUpdateRequest
 AnnotationResponse SingleAnnotationRESTResource.doUpdate(java.lang.String space, java.lang.String page, java.lang.String wiki, java.lang.String id, AnnotationUpdateRequest updateRequest)
          Updates the specified annotation with the values of the fields in received collection.
 

Uses of AnnotationUpdateRequest in org.xwiki.annotation.rest.internal.representations
 

Classes in org.xwiki.annotation.rest.internal.representations with type parameters of type AnnotationUpdateRequest
 class AbstractFormUrlEncodedAnnotationUpdateRequestReader<T extends AnnotationUpdateRequest>
          Partial implementation of a reader that reads an annotation update request, extending the request reader with the read of the annotation fields.
 

Methods in org.xwiki.annotation.rest.internal.representations that return AnnotationUpdateRequest
protected  AnnotationUpdateRequest FormUrlEncodedAnnotationUpdateRequestReader.getReadObjectInstance(ObjectFactory factory)
          Helper function to provide an instance of the read object from the object factory.
 

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
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<AnnotationUpdateRequest> ObjectFactory.createAnnotationUpdateRequest(AnnotationUpdateRequest value)
          Create an instance of JAXBElement<AnnotationUpdateRequest>}
 



Copyright © 2004-2011 XWiki. All Rights Reserved.