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

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

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

Methods in org.xwiki.annotation.rest.internal with parameters of type AnnotationFieldCollection
protected  java.util.Map<java.lang.String,java.lang.Object> AnnotationsRESTResource.getMap(AnnotationFieldCollection fields)
          Builds a simple map from a field collection.
 

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

Fields in org.xwiki.annotation.rest.model.jaxb declared as AnnotationFieldCollection
protected  AnnotationFieldCollection AnnotationUpdateRequest.annotation
           
protected  AnnotationFieldCollection AnnotationRequest.filter
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationFieldCollection
 AnnotationFieldCollection ObjectFactory.createAnnotationFieldCollection()
          Create an instance of AnnotationFieldCollection
 AnnotationFieldCollection AnnotationUpdateRequest.getAnnotation()
          Gets the value of the annotation property.
 AnnotationFieldCollection AnnotationRequest.getFilter()
          Gets the value of the filter property.
 AnnotationFieldCollection AnnotationFieldCollection.withFields(AnnotationField... values)
           
 AnnotationFieldCollection AnnotationFieldCollection.withFields(java.util.Collection<AnnotationField> values)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotationFieldCollection
 void AnnotationUpdateRequest.setAnnotation(AnnotationFieldCollection value)
          Sets the value of the annotation property.
 void AnnotationRequest.setFilter(AnnotationFieldCollection value)
          Sets the value of the filter property.
 AnnotationAddRequest AnnotationAddRequest.withAnnotation(AnnotationFieldCollection value)
           
 AnnotationUpdateRequest AnnotationUpdateRequest.withAnnotation(AnnotationFieldCollection value)
           
 AnnotationAddRequest AnnotationAddRequest.withFilter(AnnotationFieldCollection value)
           
 AnnotationUpdateRequest AnnotationUpdateRequest.withFilter(AnnotationFieldCollection value)
           
 AnnotationRequest AnnotationRequest.withFilter(AnnotationFieldCollection value)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.