public interface CommentsService
Modifier and Type | Field and Description |
---|---|
static String |
COMMENT |
static String |
COMMENT_ASSIGNMENT |
static String |
COMMENT_CONTACT |
static String |
COMMENT_MESSAGE |
static String |
COMMENTS_WORKSPACE_NAME |
static String |
COMMENTS_WORKSPACE_URI |
Modifier and Type | Method and Description |
---|---|
de.deepamehta.core.Topic |
createComment(long topicId,
String message,
String contact) |
List<de.deepamehta.core.RelatedTopic> |
getComments(long topicId) |
long |
getCommentsWorkspaceId() |
de.deepamehta.core.RelatedTopic |
getContact(de.deepamehta.core.Topic comment) |
de.deepamehta.core.RelatedTopic |
getMessage(de.deepamehta.core.Topic comment) |
boolean |
isCommentsWorkspaceMember() |
boolean |
isCommentsWorkspaceMember(String username) |
static final String COMMENTS_WORKSPACE_NAME
static final String COMMENTS_WORKSPACE_URI
static final String COMMENT
static final String COMMENT_MESSAGE
static final String COMMENT_CONTACT
static final String COMMENT_ASSIGNMENT
List<de.deepamehta.core.RelatedTopic> getComments(long topicId)
de.deepamehta.core.RelatedTopic getMessage(de.deepamehta.core.Topic comment)
de.deepamehta.core.RelatedTopic getContact(de.deepamehta.core.Topic comment)
boolean isCommentsWorkspaceMember()
boolean isCommentsWorkspaceMember(String username)
long getCommentsWorkspaceId()
Copyright © 2018. All rights reserved.