Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.socialgroup
Interface SocialGroup

All Superinterfaces:
AttachmentContentResource, JiveContainer, JiveObject

public interface SocialGroup
extends JiveContainer, AttachmentContentResource

The container representing social groups in Clearspace.


Nested Class Summary
static class SocialGroup.Type
          Enumeration of the type of social group
 
Method Summary
 SocialGroup.Type getType()
          Returns the type of the social group.
 User getUser()
          Returns the user that created the social group.
 void setType(SocialGroup.Type type)
          Sets the type of the social group.
 
Methods inherited from interface com.jivesoftware.community.JiveContainer
getAvailableContentTypes, getContentTypes, getCreationDate, getDescription, getDisplayName, getInterceptorManager, getModificationDate, getName, getPermissions, getPermissionsManager, getProperties, getTaggableTypes, isAuthorized, setContentTypes, setCreationDate, setDescription, setDisplayName, setModificationDate, setName
 
Methods inherited from interface com.jivesoftware.community.JiveObject
getID, getObjectType
 
Methods inherited from interface com.jivesoftware.community.JiveObject
getID, getObjectType
 

Method Detail

getType

SocialGroup.Type getType()
Returns the type of the social group.

Returns:
the type of the social group
See Also:
SocialGroup.Type

setType

void setType(SocialGroup.Type type)
Sets the type of the social group.

Parameters:
type - the type of the social group.
See Also:
SocialGroup.Type

getUser

User getUser()
Returns the user that created the social group. This is for reference only and will not be used to determine membership of the social group.

Returns:
the user that created the social group. This is for reference only and will not be used to determine membership of the social group.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.