public interface DescriptorDAO
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
getDescriptor()
Create repository descriptor.
|
byte[] |
getLicenseKey()
Gets the license key.
|
Descriptor |
updateDescriptor(Descriptor serverDescriptor,
RepoUsage.LicenseMode licenseMode)
Push the current server descriptor properties into persistence.
|
void |
updateLicenseKey(byte[] key)
Update license key.
|
Descriptor getDescriptor()
Descriptor updateDescriptor(Descriptor serverDescriptor, RepoUsage.LicenseMode licenseMode)
serverDescriptor - the current server descriptorbyte[] getLicenseKey()
void updateLicenseKey(byte[] key)
key - the keyCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.