Class AdministrationServiceProvider


  • public class AdministrationServiceProvider
    extends Object
    AdministrationServiceProvider provides the reference:
    • to an Administration instance that gathers all the operations that create the organizational resources for a Silverpeas server instance
    • to an RightRecover instance that gathers all the operation to restore rights on space and components
    • Constructor Detail

      • AdministrationServiceProvider

        public AdministrationServiceProvider()
    • Method Detail

      • getAdminService

        public static Administration getAdminService()
        Gets the administration service
        Returns:
        the instance administration service.
      • getRightRecoveringService

        public static RightRecover getRightRecoveringService()
        Gets the recovering service of rights.
        Returns:
        the instance of recovering service of rights.