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:
  • Field Summary

    Fields inherited from class wt.workflow.forum._DiscussionForum

    CLOSED, DESCRIPTION, EXTERNALIZATION_VERSION_UID, NAME

    Fields inherited from class wt.workflow.forum.Discussion

    CLOSED_TOPIC, DRAFT_POSTING, OLD_FORMAT_VERSION_UID, OPEN_TOPIC, POSTED_POSTING, SENDER_EMAIL, STATE_ATTRIBUTE_NAME

    Fields inherited from class wt.workflow.forum._Discussion

    STATE

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.workflow.collaboration._CollaborationContainer

    DEFINITION, DEFINITION_REFERENCE

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.index._Indexable

    INDEXER_SET

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.ownership._Ownable

    OWNERSHIP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Methods inherited from class wt.workflow.forum._DiscussionForum

    getClassInfo, getConceptualClassname, getDescription, getName, getType, isClosed, readExternal, readExternal, readVersion, setClosed, setDescription, setName, super_readExternal_DiscussionForum, super_readVersion_DiscussionForum, super_writeExternal_DiscussionForum, writeExternal, writeExternal

    Methods inherited from class wt.workflow.forum.Discussion

    addUserSubscription, getParent, notifyObjectEvent

    Methods inherited from class wt.workflow.forum._Discussion

    getContainer, getContainerName, getContainerReference, getDefinition, getDefinitionReference, getDomainRef, getEventSet, getIndexerSet, getOwnership, getState, isInheritedDomain, readVersion, setContainer, setContainerReference, setDefinition, setDefinitionReference, setDomainRef, setEventSet, setIndexerSet, setInheritedDomain, setOwnership, setState, super_readExternal_Discussion, super_readVersion_Discussion, super_writeExternal_Discussion

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity