org.alfresco.service.descriptor
Interface DescriptorService

All Known Implementing Classes:
DescriptorServiceImpl

public interface DescriptorService

Service for retrieving meta-data about Alfresco stack.


Method Summary
 Descriptor getCurrentRepositoryDescriptor()
          Get descriptor for the repository as it is currently installed.
 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 server
 

Method Detail

getServerDescriptor

@NotAuditable
Descriptor getServerDescriptor()
Get descriptor for the server

Returns:
server descriptor

getCurrentRepositoryDescriptor

@NotAuditable
Descriptor getCurrentRepositoryDescriptor()
Get descriptor for the repository as it is currently installed. The current repository descriptor will always be the same as the server descriptor.

Returns:
repository descriptor

getInstalledRepositoryDescriptor

@NotAuditable
Descriptor getInstalledRepositoryDescriptor()
Get descriptor for the repository as it was when first installed.

Returns:
repository descriptor

getLicenseDescriptor

@NotAuditable
LicenseDescriptor getLicenseDescriptor()
Gets the License Descriptor

Returns:
the license descriptor


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.