Modifier and Type | Method and Description |
---|---|
Comment[] |
RemoteRegistry.getComments(String _resourcePath) |
Modifier and Type | Method and Description |
---|---|
String |
RemoteRegistry.addComment(String resourcePath,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment[] |
Registry.getComments(String resourcePath)
Get all comments for the given resource.
|
Modifier and Type | Method and Description |
---|---|
String |
Registry.addComment(String resourcePath,
Comment comment)
Adds a comment to a resource.
|
Constructor and Description |
---|
Comment(Comment comment)
A copy constructor used to create a shallow-copy of this comment.
|
Modifier and Type | Method and Description |
---|---|
Comment[] |
CacheBackedRegistry.getComments(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
String |
CacheBackedRegistry.addComment(String resourcePath,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentsDAO.getComment(long commentID,
String resourcePath)
Method to get a comment added to a given resource.
|
Comment[] |
CommentsDAO.getComments(ResourceImpl resource)
Method to get comments added to a given resource.
|
Modifier and Type | Method and Description |
---|---|
int |
CommentsDAO.addComment(ResourceImpl resource,
String userID,
Comment comment)
Method to persist a comment.
|
Modifier and Type | Method and Description |
---|---|
Comment[] |
GhostRegistry.getComments(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
String |
GhostRegistry.addComment(String resourcePath,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment[] |
EmbeddedRegistry.getComments(String path) |
Modifier and Type | Method and Description |
---|---|
String |
EmbeddedRegistry.addComment(String resourcePath,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
JDBCCommentsDAO.getComment(long commentID,
String resourcePath) |
Comment[] |
JDBCCommentsVersionDAO.getComments(ResourceImpl resource)
Method to get comments added to a given resource.
|
Comment[] |
JDBCCommentsDAO.getComments(ResourceImpl resource) |
Modifier and Type | Method and Description |
---|---|
int |
JDBCCommentsVersionDAO.addComment(ResourceImpl resource,
String userID,
Comment comment)
Method to persist a comment.
|
int |
JDBCCommentsDAO.addComment(ResourceImpl resource,
String userID,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
RequestContext.getComment()
Method to get the Comment.
|
Comment[] |
UserDefinedHandlerManager.getComments(RequestContext requestContext) |
Comment[] |
HandlerManager.getComments(RequestContext requestContext)
Manages the handler invocations of GET_COMMENTS method.
|
Comment[] |
HandlerLifecycleManager.getComments(RequestContext requestContext) |
Comment[] |
Handler.getComments(RequestContext requestContext)
Gets called when retrieving comments.
|
Comment[] |
RequestContext.getOldComments()
Method to get the Old Comments.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setComment(Comment comment)
Method to set Comment.
|
void |
RequestContext.setOldComments(Comment[] oldComments)
Method to set Old Comments.
|
Modifier and Type | Method and Description |
---|---|
Comment[] |
SymLinkHandler.getComments(RequestContext requestContext) |
Comment[] |
SimulationHandler.getComments(RequestContext requestContext) |
Comment[] |
MountHandler.getComments(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Comment[] |
UserRegistry.getComments(String resourcePath) |
Comment[] |
ChrootWrapper.getOutComments(Comment[] comments)
Method to return the comments with relative paths set.
|
Modifier and Type | Method and Description |
---|---|
String |
UserRegistry.addComment(String resourcePath,
Comment comment) |
Comment[] |
ChrootWrapper.getOutComments(Comment[] comments)
Method to return the comments with relative paths set.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.