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

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

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

Methods in org.xwiki.annotation.rest.internal with parameters of type AnnotationAddRequest
 AnnotationResponse AnnotationsRESTResource.doPostAnnotation(java.lang.String wiki, java.lang.String space, java.lang.String page, AnnotationAddRequest request)
          Add annotation to a given page.
 

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

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

Methods in org.xwiki.annotation.rest.internal.representations with parameters of type AnnotationAddRequest
protected  boolean FormUrlEncodedAnnotationAddRequestReader.saveField(AnnotationAddRequest annotationAddRequest, java.lang.String key, java.lang.String value, ObjectFactory objectFactory)
          Helper function to save a parameter in the read object.
 

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

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationAddRequest
 AnnotationAddRequest ObjectFactory.createAnnotationAddRequest()
          Create an instance of AnnotationAddRequest
 AnnotationAddRequest AnnotationAddRequest.withAnnotation(AnnotationFieldCollection value)
           
 AnnotationAddRequest AnnotationAddRequest.withFilter(AnnotationFieldCollection value)
           
 AnnotationAddRequest AnnotationAddRequest.withRequest(AnnotationRequest.Request value)
           
 AnnotationAddRequest AnnotationAddRequest.withSelection(java.lang.String value)
           
 AnnotationAddRequest AnnotationAddRequest.withSelectionContext(java.lang.String value)
           
 AnnotationAddRequest AnnotationAddRequest.withSelectionOffset(int value)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.