|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationRequest | |
|---|---|
| org.xwiki.annotation.rest.internal | |
| org.xwiki.annotation.rest.internal.representations | |
| org.xwiki.annotation.rest.model.jaxb | |
| Uses of AnnotationRequest in org.xwiki.annotation.rest.internal |
|---|
| Methods in org.xwiki.annotation.rest.internal with parameters of type AnnotationRequest | |
|---|---|
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. |
javax.ws.rs.core.Response |
AnnotationsRESTResource.doGetAnnotatedContent(java.lang.String space,
java.lang.String page,
java.lang.String wiki,
AnnotationRequest request)
|
protected java.util.Collection<Annotation> |
AbstractAnnotationRESTResource.filterAnnotations(java.util.Collection<Annotation> annotations,
AnnotationRequest request)
Helper method to filter a set of annotations according to the criteria in the passed annotation request. |
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 AnnotationRequest in org.xwiki.annotation.rest.internal.representations |
|---|
| Classes in org.xwiki.annotation.rest.internal.representations with type parameters of type AnnotationRequest | |
|---|---|
class |
AbstractFormUrlEncodedAnnotationRequestReader<T extends AnnotationRequest>
Partial implementation of a reader from form submits requests for annotation related types, to handle generic request reader code. |
| Methods in org.xwiki.annotation.rest.internal.representations that return AnnotationRequest | |
|---|---|
protected AnnotationRequest |
FormUrlEncodedAnnotationRequestReader.getReadObjectInstance(ObjectFactory factory)
Helper function to provide an instance of the read object from the object factory. |
| 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 | |
|---|---|
javax.xml.bind.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 | |
|---|---|
javax.xml.bind.JAXBElement<AnnotationRequest> |
ObjectFactory.createAnnotationDeleteRequest(AnnotationRequest value)
Create an instance of JAXBElement<AnnotationRequest>} |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||