|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.AbstractContainerDefinition
oracle.discussions.ws.beans.ForumDefinition
Bean representing the properties of the forum, being created.
The properties specified in the bean are applied to a newly created forum.
Care should be taken so that the forum name and display-name should not be same as any other category/forum's name, displayname at the same level, respectively. An exception is raised if the above condition is not followed.
Default properties are applied to the forum, when created.The properties can be updated using forum settings bean.
CategoryDefinition
, AbstractContainerDefinition
, ForumSettings
Constructor Summary | |
ForumDefinition() Default constructor |
Method Summary | |
void |
setEmailAddress(java.lang.String email) Sets the forum's email address. |
void |
setEmailRoutingPolicy(int iEmailRoutingPolicy) Sets the email routing policy. |
void |
setPublicForum(boolean isPublic) Sets, if the forum is publicly accessible. |
Methods inherited from class oracle.discussions.ws.beans.AbstractContainerDefinition |
setDescription, setDisplayName, setName, setWithAnnouncementBoard |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForumDefinition()
Method Detail |
public void setEmailAddress(java.lang.String email)
Email address should be unique. An exception is raised otherwise. A forum's email address should be of the form <valid name>@<email domain>. The email domain, should be same as the domain, for which Discussions internal admin is provisioned.
An exception is raised, if the email address is not in the above mentioned format.
email
- - Forum's email address.public void setPublicForum(boolean isPublic)
isPublic
- - boolean value representing if the forum is publicpublic void setEmailRoutingPolicy(int iEmailRoutingPolicy)
iEmailRoutingPolicy specifies how email message will be routed to the board.
It can take two parameters:
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |