mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge from head.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3314 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
package org.alfresco.service.license;
|
||||
|
||||
import org.alfresco.service.NotAuditable;
|
||||
|
||||
|
||||
/**
|
||||
* Contract for managing licenses
|
||||
@@ -30,6 +32,7 @@ public interface LicenseService
|
||||
*
|
||||
* @throws LicenseException
|
||||
*/
|
||||
@NotAuditable
|
||||
public void verifyLicense() throws LicenseException;
|
||||
|
||||
/**
|
||||
@@ -38,6 +41,7 @@ public interface LicenseService
|
||||
* @return license descriptor (or null, if one is not installed)
|
||||
* @throws LicenseException
|
||||
*/
|
||||
@NotAuditable
|
||||
public LicenseDescriptor getLicense() throws LicenseException;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user