Package org.silverpeas.core.admin.space
Class SpaceProfileInst
- java.lang.Object
-
- org.silverpeas.core.admin.BaseRightProfile
-
- org.silverpeas.core.admin.space.SpaceProfileInst
-
- All Implemented Interfaces:
Serializable
,RightProfile
public class SpaceProfileInst extends BaseRightProfile
A right profile on a collaboration space in Silverpeas. Such a profile defines the users and the user groups that can access a given space in Silverpeas with some well defined privileges. By default all the right profiles of a space are inherited to the component instances that are included in those spaces.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SPACE_MANAGER
-
Constructor Summary
Constructors Constructor Description SpaceProfileInst()
Constructs an empty right profile on a collaboration space.SpaceProfileInst(SpaceProfileInst profile)
Constructs a right profile on a collaboration space by copying the specified one.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroup(int nIndex)
String
getSpaceFatherId()
String
getUser(int nIndex)
boolean
isManager()
void
setSpaceFatherId(String sSpaceFatherId)
-
Methods inherited from class org.silverpeas.core.admin.BaseRightProfile
addGroup, addGroups, addUser, addUsers, getAllGroups, getAllUsers, getDescription, getId, getLabel, getName, getNumGroup, getNumUser, isEmpty, isInherited, removeAllGroups, removeAllUsers, removeGroup, removeUser, setDescription, setGroups, setId, setInherited, setLabel, setName, setUsers
-
-
-
-
Field Detail
-
SPACE_MANAGER
public static final String SPACE_MANAGER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpaceProfileInst
public SpaceProfileInst()
Constructs an empty right profile on a collaboration space.
-
SpaceProfileInst
public SpaceProfileInst(SpaceProfileInst profile)
Constructs a right profile on a collaboration space by copying the specified one.- Parameters:
profile
- a right profile to copy.
-
-