Class SpaceProfile


  • public class SpaceProfile
    extends Object
    Getting user identifiers and group identifiers of behind a Silverpeas profiles linked to a space.
    Author:
    Nicolas Eysseric
    • Constructor Detail

      • SpaceProfile

        public SpaceProfile()
    • Method Detail

      • getInheritedGroupIds

        public Set<String> getInheritedGroupIds()
      • getInheritedUserIds

        public Set<String> getInheritedUserIds()
      • getAllUserIds

        public Set<String> getAllUserIds()
      • getAllGroupIds

        public Set<String> getAllGroupIds()
      • getAllUserIdsIncludingAllGroups

        public Set<String> getAllUserIdsIncludingAllGroups()
      • isEmpty

        public boolean isEmpty()