Uses of Class
org.exoplatform.social.rest.entity.GroupNodeEntity
-
Packages that use GroupNodeEntity Package Description org.exoplatform.social.rest.api org.exoplatform.social.rest.entity -
-
Uses of GroupNodeEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return GroupNodeEntity Modifier and Type Method Description static GroupNodeEntityEntityBuilder. buildEntityFromGroup(org.exoplatform.services.organization.Group group)Build rest group entity from group objectstatic GroupNodeEntityEntityBuilder. buildEntityFromGroupId(String group)Build rest group entity from group name -
Uses of GroupNodeEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return GroupNodeEntity Modifier and Type Method Description GroupNodeEntityGroupNodeEntity. setBound(boolean bound)GroupNodeEntityGroupNodeEntity. setChildGroupNodesEntities(List<DataEntity> childrenEntities)GroupNodeEntityGroupNodeEntity. setGroupName(String groupName)GroupNodeEntityGroupNodeEntity. setParentId(String parentId)
-