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

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

Fields in org.xwiki.annotation.rest.model.jaxb with type parameters of type AnnotationStub
protected  List<AnnotationStub> AnnotatedContent.annotations
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationStub
 AnnotationStub ObjectFactory.createAnnotationStub()
          Create an instance of AnnotationStub
 AnnotationStub AnnotationStub.withAnnotationId(String value)
           
 AnnotationStub AnnotationStub.withFields(AnnotationField... values)
           
 AnnotationStub AnnotationStub.withFields(Collection<AnnotationField> values)
           
 AnnotationStub AnnotationStub.withState(Object value)
           
 AnnotationStub AnnotationStub.withTarget(String value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return types with arguments of type AnnotationStub
 List<AnnotationStub> AnnotatedContent.getAnnotations()
          Gets the value of the annotations property.
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotationStub
 AnnotatedContent AnnotatedContent.withAnnotations(AnnotationStub... values)
           
 

Method parameters in org.xwiki.annotation.rest.model.jaxb with type arguments of type AnnotationStub
 AnnotatedContent AnnotatedContent.withAnnotations(Collection<AnnotationStub> values)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.