|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptorService
Service for retrieving meta-data about Alfresco stack.
Method Summary | |
---|---|
Descriptor |
getCurrentRepositoryDescriptor()
Get current descriptor for the repository. |
Descriptor |
getInstalledRepositoryDescriptor()
Get descriptor for the repository as it was when first installed. |
LicenseDescriptor |
getLicenseDescriptor()
Gets the License Descriptor |
Descriptor |
getServerDescriptor()
Get descriptor for the alfresco software installed on the server. |
java.lang.String |
loadLicense()
Attempts to load the license. |
Method Detail |
---|
@NotAuditable Descriptor getServerDescriptor()
The information contained by this descriptor is read from a property file. The following properties are available in the descriptor
@NotAuditable Descriptor getCurrentRepositoryDescriptor()
The information in this descriptor is read from a node in the system store. After the patch process runs successfully, the version Major/Minor/Revision should be equal to the server descriptor.
The "repository id" that uniquely identifies each alfresco repository is available in the "id" property.
The following properties are available in the descriptor
@NotAuditable Descriptor getInstalledRepositoryDescriptor()
The information in this descriptor is read from a node in the system store.
@NotAuditable LicenseDescriptor getLicenseDescriptor()
java.lang.String loadLicense()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |