Uses of Class
org.silverpeas.components.community.web.CommunityOfUsersEntity
-
Packages that use CommunityOfUsersEntity Package Description org.silverpeas.components.community.web Provides the REST-based web services with which anyone can communicate with an application instance to get information about a community of users and its members. -
-
Uses of CommunityOfUsersEntity in org.silverpeas.components.community.web
Methods in org.silverpeas.components.community.web that return CommunityOfUsersEntity Modifier and Type Method Description CommunityOfUsersEntity
CommunityOfUsersResource. getCommunityOfUsers()
Gets the JSON representation of the community of users managed by the component instance of idcomponentInstanceId
.CommunityOfUsersEntity
CommunityOfUsersResource. updateCommunityOfUsers(CommunityOfUsersEntity entity)
Updates the community of users with the properties of the specified web entity representing the new state of the community.Methods in org.silverpeas.components.community.web with parameters of type CommunityOfUsersEntity Modifier and Type Method Description CommunityOfUsersEntity
CommunityOfUsersResource. updateCommunityOfUsers(CommunityOfUsersEntity entity)
Updates the community of users with the properties of the specified web entity representing the new state of the community.
-