Package wt.workflow.forum
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, NAMEFields inherited from class wt.workflow.forum.Discussion
CLOSED_TOPIC, DRAFT_POSTING, OLD_FORMAT_VERSION_UID, OPEN_TOPIC, POSTED_POSTING, SENDER_EMAIL, STATE_ATTRIBUTE_NAMEFields inherited from class wt.workflow.forum._Discussion
STATEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.workflow.collaboration._CollaborationContainer
DEFINITION, DEFINITION_REFERENCEFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields 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, writeExternalMethods inherited from class wt.workflow.forum.Discussion
addUserSubscription, getParent, notifyObjectEventMethods 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_DiscussionMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity