Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IForumSpace |
IDiscussion.getForumSpace()
Gets the forum space of the discussion.
|
Modifier and Type | Method and Description |
---|---|
IForumSpace |
IBaseForumModule.createForumSpace(IContext context,
IOrganization organization,
String name,
String description)
Creates a new forum area object within an organization.
|
IForumSpace |
IBaseForumModule.getForumSpace(IContext context,
IDiscussion discussion) |
IForumSpace |
IBaseForumModule.getForumSpace(IContext context,
IForum forum) |
IForumSpace |
IBaseForumModule.getForumSpace(IContext context,
IOrganization organization,
String name)
Gets a forum space by its name.
|
IForumSpace |
IBaseForumModule.getForumSpace(IContext context,
IPost post) |
IForumSpace |
IBaseForumModule.getForumSpace(Object object) |
Modifier and Type | Method and Description |
---|---|
IForum |
IBaseForumModule.createForum(IContext context,
IForumSpace forumSpace,
String label,
String description) |
IForum |
IBaseForumModule.createForumCategory(IContext context,
IForumSpace forumSpace,
String label,
String description) |
IForum |
IBaseForumModule.getForum(IContext context,
IForumSpace forumSpace,
String label) |
IForum |
IBaseForumModule.getForumByPath(IContext context,
IForumSpace forumSpace,
String path) |
Collection |
IBaseForumModule.getForums(IContext context,
IForumSpace forumSpace) |
Copyright © 2021 Visiativ Software. All rights reserved.