org.alfresco.service.cmr.admin
Class RepoUsage.UsageType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.admin.RepoUsage.UsageType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
RepoUsage

public static final class RepoUsage.UsageType
extends java.lang.Enum

Enumeration of the common usage types

Since:
3.4
See Also:
Serialized Form

Field Summary
static RepoUsage.UsageType USAGE_ALL
          Identifies usage: all types of usage
static RepoUsage.UsageType USAGE_DOCUMENTS
          Identifies usage: document count
static RepoUsage.UsageType USAGE_USERS
          Identifies usage: user count
 
Method Summary
static RepoUsage.UsageType valueOf(java.lang.String name)
           
static RepoUsage.UsageType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

USAGE_USERS

public static final RepoUsage.UsageType USAGE_USERS
Identifies usage: user count


USAGE_DOCUMENTS

public static final RepoUsage.UsageType USAGE_DOCUMENTS
Identifies usage: document count


USAGE_ALL

public static final RepoUsage.UsageType USAGE_ALL
Identifies usage: all types of usage

Method Detail

values

public static RepoUsage.UsageType[] values()

valueOf

public static RepoUsage.UsageType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.