Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IPost |
IDiscussion.getFirstPost()
Gets discussion first post.
|
IPost |
IDiscussion.getLastPost()
Gets discussion last post.
|
Modifier and Type | Method and Description |
---|---|
IPost |
IBaseForumModule.getFirstPost(IContext context,
IDiscussion discussion) |
IPost |
IBaseForumModule.getLastPost(IContext context,
IDiscussion discussion) |
IPost |
IBaseForumModule.getPost(Object object) |
IPost |
IBaseForumModule.replyTo(IContext context,
IDiscussion discussion,
String label,
String description) |
IPost |
IBaseForumModule.replyTo(IContext context,
IPost post,
String label,
String description) |
Modifier and Type | Method and Description |
---|---|
IAttachment |
IBaseForumModule.addAttachment(IPost post,
File ioFile) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
IAttachment attachment) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
String fileName,
InputStream inputStream) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
String fileName,
String fullPath) |
IAttachment |
IBaseForumModule.getAttachment(IPost post,
String fileName) |
Collection |
IBaseForumModule.getAttachments(IPost post) |
IForumSpace |
IBaseForumModule.getForumSpace(IContext context,
IPost post) |
IDiscussion |
IBaseForumModule.getParentDiscussion(IContext context,
IPost post) |
IForum |
IBaseForumModule.getParentForum(IContext context,
IPost post) |
Collection |
IBaseForumModule.getParentForums(IContext context,
IPost post) |
Collection |
IBaseForumModule.getPosts(IContext context,
IPost parent) |
IPost |
IBaseForumModule.replyTo(IContext context,
IPost post,
String label,
String description) |
Copyright © 2021 Visiativ Software. All rights reserved.