Class AdministrationServiceProvider
- java.lang.Object
-
- org.silverpeas.core.admin.service.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
- to an
-
-
Constructor Summary
Constructors Constructor Description AdministrationServiceProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Administration
getAdminService()
Gets the administration servicestatic RightRecover
getRightRecoveringService()
Gets the recovering service of rights.
-
-
-
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.
-
-