Package | Description |
---|---|
org.alfresco.repo.descriptor | |
org.alfresco.service.cmr.admin | |
org.alfresco.service.descriptor | |
org.alfresco.service.license |
Modifier and Type | Method and Description |
---|---|
Descriptor |
RepositoryDescriptorDAOImpl.updateDescriptor(Descriptor serverDescriptor,
RepoUsage.LicenseMode licenseMode) |
Descriptor |
ServerDescriptorDAOImpl.updateDescriptor(Descriptor serverDescriptor,
RepoUsage.LicenseMode licenseMode) |
Descriptor |
DescriptorDAO.updateDescriptor(Descriptor serverDescriptor,
RepoUsage.LicenseMode licenseMode)
Push the current server descriptor properties into persistence.
|
Modifier and Type | Method and Description |
---|---|
RepoUsage.LicenseMode |
RepoUsage.getLicenseMode()
Get the server license mode.
|
static RepoUsage.LicenseMode |
RepoUsage.LicenseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoUsage.LicenseMode[] |
RepoUsage.LicenseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RepoUsage(Long lastUpdate,
Long users,
Long documents,
RepoUsage.LicenseMode licenseMode,
Long licenseExpiryDate,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
RepoUsage.LicenseMode |
Descriptor.getLicenseMode()
Gets LicenseMode
|
Modifier and Type | Method and Description |
---|---|
RepoUsage.LicenseMode |
LicenseDescriptor.getLicenseMode()
Get the license mode e.g TEAM or ENTERPRISE or any future license mode.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.