public class RepoUsageStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepoUsageStatus.RepoUsageLevel
Enumeration of usage levels
|
Constructor and Description |
---|
RepoUsageStatus(RepoUsage restrictions,
RepoUsage usage,
RepoUsageStatus.RepoUsageLevel level,
List<String> warnings,
List<String> errors) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getErrors() |
RepoUsageStatus.RepoUsageLevel |
getLevel() |
RepoUsage |
getRestrictions() |
RepoUsage |
getUsage() |
List<String> |
getWarnings() |
void |
logMessages(org.apache.commons.logging.Log logger)
Log warnings and errors to the given logger
|
String |
toString() |
public void logMessages(org.apache.commons.logging.Log logger)
public RepoUsage getRestrictions()
public RepoUsage getUsage()
public RepoUsageStatus.RepoUsageLevel getLevel()
Copyright © 2005–2017 Alfresco Software. All rights reserved.