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

Packages that use AnnotationResponse
org.xwiki.annotation.rest.internal   
org.xwiki.annotation.rest.model.jaxb   
 

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

Methods in org.xwiki.annotation.rest.internal that return AnnotationResponse
 AnnotationResponse SingleAnnotationRESTResource.doDelete(java.lang.String space, java.lang.String page, java.lang.String wiki, java.lang.String id, AnnotationRequest request)
          Deletes the specified annotation.
 AnnotationResponse AnnotationsRESTResource.doPostAnnotation(java.lang.String wiki, java.lang.String space, java.lang.String page, AnnotationAddRequest request)
          Add annotation to a given page.
 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.
protected  AnnotationResponse AbstractAnnotationRESTResource.getErrorResponse(java.lang.Throwable exception)
          Helper function to create an error response from a passed exception.
protected  AnnotationResponse AbstractAnnotationRESTResource.getSuccessResponseWithAnnotatedContent(java.lang.String documentName, AnnotationRequest request)
          Builds an annotation response containing the annotated content along with the annotation stubs, according to the requirements in the passed annotations request.
 

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

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationResponse
 AnnotationResponse ObjectFactory.createAnnotationResponse()
          Create an instance of AnnotationResponse
 AnnotationResponse AnnotationResponse.withAnnotatedContent(AnnotatedContent value)
           
 AnnotationResponse AnnotationResponse.withResponseCode(int value)
           
 AnnotationResponse AnnotationResponse.withResponseMessage(java.lang.String value)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.