Class CommunityOfUsersEntity
java.lang.Object
org.silverpeas.components.community.web.CommunityOfUsersEntity
- All Implemented Interfaces:
Serializable,org.silverpeas.core.web.rs.WebEntity
It represents the Web entity of a
CommunityOfUsers state from which a representation
(usually in JSON) can be generated.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.silverpeas.kernel.util.Pair<String,org.silverpeas.core.admin.space.SpaceHomePageType> Gets the home page of this community of users for the members.getId()Gets the unique identifier of this community of users.Gets the URI at which the memberships to this community can be requested.Gets the unique identifier of the collaborative space for which this community of users is.getURI()
-
Constructor Details
-
CommunityOfUsersEntity
protected CommunityOfUsersEntity()
-
-
Method Details
-
getURI
- Specified by:
getURIin interfaceorg.silverpeas.core.web.rs.WebEntity
-
getId
Gets the unique identifier of this community of users.- Returns:
- the unique identifier of the community application instance dedicated to manage the community of users for a collaborative space.
-
getSpaceId
Gets the unique identifier of the collaborative space for which this community of users is. The space for which the community has been defined is permanent, meaning it cannot be changed.- Returns:
- the unique identifier of the community space.
-
getMemberships
Gets the URI at which the memberships to this community can be requested.- Returns:
- the URI at which the memberships to this community can be accessed.
-
getHomePage
public org.silverpeas.kernel.util.Pair<String,org.silverpeas.core.admin.space.SpaceHomePageType> getHomePage()Gets the home page of this community of users for the members.- Returns:
- the home page and its type.
-
getCharterURL
-