Class DiscussionForum

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.forum._Discussion
wt.workflow.forum.Discussion
wt.workflow.forum._DiscussionForum
wt.workflow.forum.DiscussionForum
All Implemented Interfaces:
Externalizable, Serializable, EventListener, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, WTContained, wt.notify._Notifiable, Notifiable, wt.notify.ObjectSubscriptionListener, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, wt.workflow.collaboration._CollaborationContainer, CollaborationContainer, wt.workflow.forum._Forum, wt.workflow.forum.Forum

@GenAsPersistable(superClass=wt.workflow.forum.Discussion.class,interfaces=wt.workflow.forum.Forum.class,versions=2368250364495896718L,properties={@GeneratedProperty(name="closed",type=boolean.class,javaDoc="Indicates whether or not the DiscussionForum is read only."),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="The description of the DiscussionForum."),@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="The name of the DiscussionForum.")},foreignKeys=@GeneratedForeignKey(name="ForumDefInstanceLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="definition",type=wt.workflow.forum.DiscussionForumTemplate.class,cascade=false,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(getAccess=PRIVATE)),myRole=@MyRole(name="instance",cascade=false,accessors=@PropertyAccessors(getAccess=PRIVATE)))) public class DiscussionForum extends wt.workflow.forum._DiscussionForum
A DiscussionForum is a container of discussions/comments on a business object. DiscussionForums can be instantiated based on a DiscussionForumTemplate. They can be subscribed to and unsubscribed from. DiscussionForums can also be made read only, so no new postings are made to them. The immediate children of a DiscussionForum must always be DiscussionTopics.Forums cannot be nested within forums.

Use the newDiscussionForum static factory method(s), not the DiscussionForum constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: