public interface IForum extends IElement, IDeletionSupport, IUriSupport, ISecuritySupport, IProtocolSupport
IDiscussion, 
IPost| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Gets the description of the forum. 
 | 
Collection | 
getDiscussions()
Gest the forum discussions. 
 | 
Collection | 
getForums()
Gets the sub forums. 
 | 
String | 
getLabel()
Gets the label of the forum. 
 | 
IForum | 
getParentForum()
Gets the parent forum. 
 | 
boolean | 
isCategory()
Checks if the forum element is a category of forums 
 | 
void | 
setDescription(String description)
Sets the description of the forum. 
 | 
void | 
setLabel(String label)
Sets the label of the forum. 
 | 
getId, getModule, getNativeObject, getPath, savedeletegetURIgetProtocolURI, getProtocolURIvoid setLabel(String label)
label - The new label to set the forum with.void setDescription(String description)
description - The new description to set the forum withCollection getForums()
IForum objects.Collection getDiscussions()
IDiscussion objects.boolean isCategory()
Copyright © 2019 Visiativ Software. All rights reserved.