Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

84733: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      78807: ACE-2083	 - Only allow document encryption if the capability has been licensed


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85104 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-09-19 22:19:44 +00:00
parent 4df4536d0f
commit 6d398a5ba9
5 changed files with 86 additions and 6 deletions

View File

@@ -121,5 +121,11 @@ public interface DescriptorService
* @return Returns a message telling the user what happened
*/
public String loadLicense(InputStream licenseStream);
/**
* Is this service bootstrapped?
* @return true, the service is bootstrapped and available
*/
boolean isBootstrapped();
}