Package | Description |
---|---|
org.alfresco.repo.admin | |
org.alfresco.repo.usage | |
org.alfresco.repo.web.scripts.admin | |
org.alfresco.service.cmr.admin | |
org.alfresco.web.scripts |
Modifier and Type | Method and Description |
---|---|
RepoUsage |
RepoAdminServiceImpl.getRestrictions() |
RepoUsage |
RepoAdminServiceImpl.getUsage() |
Modifier and Type | Method and Description |
---|---|
RepoUsage |
RepoUsageComponentImpl.getRestrictions() |
RepoUsage |
RepoUsageComponent.getRestrictions() |
RepoUsage |
RepoUsageComponentImpl.getUsage() |
RepoUsage |
RepoUsageComponent.getUsage()
Get the current repository usage data.
|
Modifier and Type | Method and Description |
---|---|
void |
RepoUsageMonitor.onChangeRestriction(RepoUsage restrictions)
Checks the current status, logs messages and sets a read-write veto, if necessary
|
void |
RepoUsageComponent.RestrictionObserver.onChangeRestriction(RepoUsage restrictions)
Called when restrictions are changed
|
void |
RepoUsageComponentImpl.setRestrictions(RepoUsage restrictions) |
void |
RepoUsageComponent.setRestrictions(RepoUsage restrictions)
Record changes to the restrictions imposed on the repository.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAdminWebScript.putUsageInModel(Map<String,Object> model,
RepoUsage repoUsage,
boolean updated)
Helper to assign JSON return variables based on the repository usage data.
|
Modifier and Type | Method and Description |
---|---|
RepoUsage |
RepoUsageStatus.getRestrictions() |
RepoUsage |
RepoAdminService.getRestrictions()
Get the currently-active restrictions to the repository usage
|
RepoUsage |
RepoUsageStatus.getUsage() |
RepoUsage |
RepoAdminService.getUsage()
Get the repository usage, where known
|
Constructor and Description |
---|
RepoUsageStatus(RepoUsage restrictions,
RepoUsage usage,
RepoUsageStatus.RepoUsageLevel level,
List<String> warnings,
List<String> errors) |
Modifier and Type | Method and Description |
---|---|
RepoUsage |
WebScriptUtils.getRestrictions() |
RepoUsage |
WebScriptUtils.getUsage() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.