Schnittstelle CDOAdminHandler2
- Alle Superschnittstellen:
CDOAdminHandler
An optional extension of the
CDOAdminHandler
interface that provides
additional queries and control functions, such as determination of whether
deletion of a particular repository is feasible even to attempt.- Seit:
- 4.2
- Autor:
- Christian W. Damus (CEA LIST)
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandler
CDOAdminHandler.Factory
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Authenticates the user as a server administrator, if applicable.boolean
canDelete
(IRepository delegate) Queries whether a givenrepository
can be deleted.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandler
createRepository, deleteRepository, getType
-
Methodendetails
-
canDelete
Queries whether a givenrepository
can be deleted. If it cannot, then it will not be deactivated and the delete operation will fail with an exception back to the client. -
authenticateAdministrator
Authenticates the user as a server administrator, if applicable.- Löst aus:
SecurityException
- if authentication is required and fails
-