|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.wso2.registry | |
org.wso2.registry.app | |
org.wso2.registry.jdbc | |
org.wso2.registry.jdbc.dao | |
org.wso2.registry.session |
Uses of Comment in org.wso2.registry |
---|
Methods in org.wso2.registry that return Comment | |
---|---|
Comment[] |
Registry.getComments(java.lang.String resourcePath)
Get all comments for the given resource. |
Methods in org.wso2.registry with parameters of type Comment | |
---|---|
java.lang.String |
Registry.addComment(java.lang.String resourcePath,
Comment comment)
Adds a comment to a resource. |
Uses of Comment in org.wso2.registry.app |
---|
Methods in org.wso2.registry.app that return Comment | |
---|---|
Comment[] |
RemoteRegistry.getComments(java.lang.String resourcePath)
|
Methods in org.wso2.registry.app with parameters of type Comment | |
---|---|
java.lang.String |
RemoteRegistry.addComment(java.lang.String resourcePath,
Comment comment)
|
Uses of Comment in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc that return Comment | |
---|---|
Comment[] |
JDBCRegistry.getComments(java.lang.String resourcePath)
|
Comment[] |
BasicRegistry.getComments(java.lang.String resourcePath)
Returns all comments for the given resource. |
Comment[] |
AtomicRegistry.getComments(java.lang.String resourcePath)
Returns all comments for the given resource. |
Methods in org.wso2.registry.jdbc with parameters of type Comment | |
---|---|
java.lang.String |
JDBCRegistry.addComment(java.lang.String resourcePath,
Comment comment)
|
java.lang.String |
BasicRegistry.addComment(java.lang.String resourcePath,
Comment comment)
Adds a comment to a resource. |
java.lang.String |
AtomicRegistry.addComment(java.lang.String resourcePath,
Comment comment)
Adds a comment to a resource. |
Uses of Comment in org.wso2.registry.jdbc.dao |
---|
Methods in org.wso2.registry.jdbc.dao that return Comment | |
---|---|
static Comment |
CommentsDAO.getComment(long commentID)
|
static Comment[] |
CommentsDAO.getComments(java.lang.String path)
|
Methods in org.wso2.registry.jdbc.dao with parameters of type Comment | |
---|---|
static java.lang.String |
CommentsDAO.addComment(java.lang.String resourceID,
java.lang.String userID,
Comment comment)
|
Uses of Comment in org.wso2.registry.session |
---|
Methods in org.wso2.registry.session that return Comment | |
---|---|
Comment[] |
UserRegistry.getComments(java.lang.String resourcePath)
|
Methods in org.wso2.registry.session with parameters of type Comment | |
---|---|
java.lang.String |
UserRegistry.addComment(java.lang.String resourcePath,
Comment comment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |