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

Packages that use AnnotationStub
org.xwiki.annotation.rest.model.jaxb   
 

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  java.util.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(java.lang.String value)
           
 AnnotationStub AnnotationStub.withFields(AnnotationField... values)
           
 AnnotationStub AnnotationStub.withFields(java.util.Collection<AnnotationField> values)
           
 AnnotationStub AnnotationStub.withState(java.lang.Object value)
           
 AnnotationStub AnnotationStub.withTarget(java.lang.String value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return types with arguments of type AnnotationStub
 java.util.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(java.util.Collection<AnnotationStub> values)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.