public static class RepositoryInfo.LicenseEntitlement extends Object
Constructor and Description |
---|
LicenseEntitlement() |
Modifier and Type | Method and Description |
---|---|
boolean |
getIsClusterEnabled() |
boolean |
getIsCryptodocEnabled() |
Long |
getMaxDocs() |
Long |
getMaxUsers() |
RepositoryInfo.LicenseEntitlement |
setClusterEnabled(boolean clusterEnabled) |
RepositoryInfo.LicenseEntitlement |
setCryptodocEnabled(boolean cryptodocEnabled) |
RepositoryInfo.LicenseEntitlement |
setMaxDocs(Long maxDocs) |
RepositoryInfo.LicenseEntitlement |
setMaxUsers(Long maxUsers) |
String |
toString() |
public Long getMaxUsers()
public RepositoryInfo.LicenseEntitlement setMaxUsers(Long maxUsers)
public Long getMaxDocs()
public RepositoryInfo.LicenseEntitlement setMaxDocs(Long maxDocs)
public boolean getIsClusterEnabled()
public RepositoryInfo.LicenseEntitlement setClusterEnabled(boolean clusterEnabled)
public boolean getIsCryptodocEnabled()
public RepositoryInfo.LicenseEntitlement setCryptodocEnabled(boolean cryptodocEnabled)
Copyright © 2005–2017 Alfresco Software. All rights reserved.