|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
|---|---|
| org.xwiki.rest | |
| org.xwiki.rest.model.jaxb | |
| org.xwiki.rest.representations.comments | |
| org.xwiki.rest.resources.comments | |
| Uses of Comment in org.xwiki.rest |
|---|
| Methods in org.xwiki.rest that return Comment | |
|---|---|
static Comment |
DomainObjectFactory.createComment(ObjectFactory objectFactory,
java.net.URI baseUri,
com.xpn.xwiki.api.Document doc,
com.xpn.xwiki.api.Object xwikiComment)
|
| Uses of Comment in org.xwiki.rest.model.jaxb |
|---|
| Fields in org.xwiki.rest.model.jaxb with type parameters of type Comment | |
|---|---|
protected java.util.List<Comment> |
Comments.comments
|
| Methods in org.xwiki.rest.model.jaxb that return Comment | |
|---|---|
Comment |
ObjectFactory.createComment()
Create an instance of Comment |
Comment |
Comment.withAuthor(java.lang.String value)
|
Comment |
Comment.withDate(java.util.Calendar value)
|
Comment |
Comment.withHighlight(java.lang.String value)
|
Comment |
Comment.withId(int value)
|
Comment |
Comment.withLinks(java.util.Collection<Link> values)
|
Comment |
Comment.withLinks(Link... values)
|
Comment |
Comment.withPageId(java.lang.String value)
|
Comment |
Comment.withText(java.lang.String value)
|
| Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Comment | |
|---|---|
java.util.List<Comment> |
Comments.getComments()
Gets the value of the comments property. |
| Methods in org.xwiki.rest.model.jaxb with parameters of type Comment | |
|---|---|
Comments |
Comments.withComments(Comment... values)
|
| Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Comment | |
|---|---|
Comments |
Comments.withComments(java.util.Collection<Comment> values)
|
| Uses of Comment in org.xwiki.rest.representations.comments |
|---|
| Methods in org.xwiki.rest.representations.comments that return Comment | |
|---|---|
Comment |
FormUrlEncodedCommentReader.readFrom(java.lang.Class<Comment> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders,
java.io.InputStream entityStream)
|
Comment |
TextPlainCommentReader.readFrom(java.lang.Class<Comment> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders,
java.io.InputStream entityStream)
|
| Method parameters in org.xwiki.rest.representations.comments with type arguments of type Comment | |
|---|---|
Comment |
FormUrlEncodedCommentReader.readFrom(java.lang.Class<Comment> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders,
java.io.InputStream entityStream)
|
Comment |
TextPlainCommentReader.readFrom(java.lang.Class<Comment> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders,
java.io.InputStream entityStream)
|
| Uses of Comment in org.xwiki.rest.resources.comments |
|---|
| Methods in org.xwiki.rest.resources.comments that return Comment | |
|---|---|
Comment |
CommentResource.getComment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.Integer id,
java.lang.Integer start,
java.lang.Integer number)
|
Comment |
CommentVersionResource.getCommentVersion(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String version,
java.lang.Integer id,
java.lang.Integer start,
java.lang.Integer number)
|
| Methods in org.xwiki.rest.resources.comments with parameters of type Comment | |
|---|---|
javax.ws.rs.core.Response |
CommentsResource.postComment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
Comment comment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||