Class 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
    • 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.
    • Method Detail

      • setSpaceFatherId

        public void setSpaceFatherId​(String sSpaceFatherId)
      • getSpaceFatherId

        public String getSpaceFatherId()
      • getGroup

        public String getGroup​(int nIndex)
      • getUser

        public String getUser​(int nIndex)
      • isManager

        public boolean isManager()