Class CommunityOfUsersEntity

java.lang.Object
org.silverpeas.components.community.web.CommunityOfUsersEntity
All Implemented Interfaces:
Serializable, org.silverpeas.core.web.rs.WebEntity

public class CommunityOfUsersEntity extends Object implements 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 Details

    • CommunityOfUsersEntity

      protected CommunityOfUsersEntity()
  • Method Details

    • getURI

      public URI getURI()
      Specified by:
      getURI in interface org.silverpeas.core.web.rs.WebEntity
    • getId

      public String 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

      public String 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

      public URI 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

      public URL getCharterURL()