public class RepoUsageStatus
extends java.lang.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,
java.util.List warnings,
java.util.List errors) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getErrors() |
RepoUsageStatus.RepoUsageLevel |
getLevel() |
RepoUsage |
getRestrictions() |
RepoUsage |
getUsage() |
java.util.List |
getWarnings() |
void |
logMessages(org.apache.commons.logging.Log logger)
Log warnings and errors to the given logger
|
java.lang.String |
toString() |
public RepoUsageStatus(RepoUsage restrictions, RepoUsage usage, RepoUsageStatus.RepoUsageLevel level, java.util.List warnings, java.util.List errors)
public java.lang.String toString()
toString in class java.lang.Objectpublic void logMessages(org.apache.commons.logging.Log logger)
public RepoUsage getRestrictions()
public RepoUsage getUsage()
public RepoUsageStatus.RepoUsageLevel getLevel()
public java.util.List getWarnings()
public java.util.List getErrors()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.