|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ForumDescriptor
Defines the forum descriptor.
| Method Summary | |
|---|---|
long |
getCreated()
The creation date of the forum. |
AgentIdentifier |
getCreator()
Returns the identifier of the creator of the forum. |
ForumIdentifier |
getIdentifier()
Returns the identifier of the forum. |
java.lang.String |
getInfoFormat()
Returns a string defining the format of the forum info. |
java.util.Locale |
getLanguage()
Returns the locale that defines the forum's language. |
int |
getMaxActive()
Returns the maximum number of active entries. |
java.lang.String |
getMnemonic()
Returns the mnemonic assigned to the forum. |
AgentIdentifier |
getModerator()
Returns the identifier of the moderator of the forum. |
long |
getModified()
The modification date of the forum. |
java.lang.String |
getName()
Returns the forum name. |
int |
getSequenceNumber()
Returns the sequence number of the forum. |
java.util.Set<java.lang.String> |
getTags()
Returns a list of tags attached to thr entry. |
boolean |
isAnonymousAllowed()
Tests if anonymous entries are allowed. |
boolean |
isInvalidated()
Tests if this descriptor is invalidated. |
boolean |
isInviteOnly()
Tests if the forum is invite only. |
boolean |
isModeratedStrict()
Tests if the forum is moderated strictly. |
boolean |
isPublic()
Tests if this forum is public. |
| Method Detail |
|---|
ForumIdentifier getIdentifier()
ForumIdentifier instance.int getSequenceNumber()
java.lang.String getMnemonic()
java.lang.String getName()
java.util.Locale getLanguage()
AgentIdentifier getCreator()
AgentIdentifier instance.AgentIdentifier getModerator()
AgentIdentifier instance.java.util.Set<java.lang.String> getTags()
java.lang.String getInfoFormat()
boolean isModeratedStrict()
boolean isAnonymousAllowed()
boolean isInviteOnly()
boolean isPublic()
long getCreated()
long getModified()
int getMaxActive()
boolean isInvalidated()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||