Class SpaceProfile
- java.lang.Object
-
- org.silverpeas.core.admin.service.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 Summary
Constructors Constructor Description SpaceProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAllGroupIds()
Set<String>
getAllUserIds()
Set<String>
getAllUserIdsIncludingAllGroups()
List<String>
getGroupIds()
Set<String>
getInheritedGroupIds()
Set<String>
getInheritedUserIds()
List<String>
getUserIds()
boolean
isEmpty()
void
setProfile(SpaceProfileInst profile)
-
-
-
Method Detail
-
setProfile
public void setProfile(SpaceProfileInst profile)
-
isEmpty
public boolean isEmpty()
-
-