com.jivesoftware.community
Enum JiveObjectType
java.lang.Object
java.lang.Enum<JiveObjectType>
com.jivesoftware.community.JiveObjectType
- All Implemented Interfaces:
- Serializable, Comparable<JiveObjectType>
public enum JiveObjectType
- extends Enum<JiveObjectType>
An enum for jive objects types
Abuse
public static final JiveObjectType Abuse
Announcement
public static final JiveObjectType Announcement
Attachment
public static final JiveObjectType Attachment
AuditMessage
public static final JiveObjectType AuditMessage
Avatar
public static final JiveObjectType Avatar
Ban
public static final JiveObjectType Ban
Blog
public static final JiveObjectType Blog
BlogPost
public static final JiveObjectType BlogPost
Checkpoint
public static final JiveObjectType Checkpoint
Comment
public static final JiveObjectType Comment
Community
public static final JiveObjectType Community
Document
public static final JiveObjectType Document
Draft
public static final JiveObjectType Draft
Group
public static final JiveObjectType Group
Image
public static final JiveObjectType Image
Message
public static final JiveObjectType Message
Poll
public static final JiveObjectType Poll
PrivateMessage
public static final JiveObjectType PrivateMessage
Project
public static final JiveObjectType Project
ProjectStatus
public static final JiveObjectType ProjectStatus
Question
public static final JiveObjectType Question
SocialGroup
public static final JiveObjectType SocialGroup
SocialGroupMember
public static final JiveObjectType SocialGroupMember
SystemContainer
public static final JiveObjectType SystemContainer
StatusLevel
public static final JiveObjectType StatusLevel
StatusLevelScenario
public static final JiveObjectType StatusLevelScenario
System
public static final JiveObjectType System
Tag
public static final JiveObjectType Tag
TagSet
public static final JiveObjectType TagSet
Task
public static final JiveObjectType Task
Trackback
public static final JiveObjectType Trackback
Thread
public static final JiveObjectType Thread
User
public static final JiveObjectType User
UserRelationship
public static final JiveObjectType UserRelationship
UserRelationshipGraph
public static final JiveObjectType UserRelationshipGraph
UserRelationshipList
public static final JiveObjectType UserRelationshipList
UserStatus
public static final JiveObjectType UserStatus
UserContainer
public static final JiveObjectType UserContainer
values
public static final JiveObjectType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(JiveObjectType c : JiveObjectType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static JiveObjectType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
getTypeID
public int getTypeID()
valueOf
public static JiveObjectType valueOf(int typeId)
Copyright © 1999-2007 Jive Software.