org.alfresco.service.cmr.search
Class CategoryService.Depth

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.search.CategoryService.Depth
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
CategoryService

public static final class CategoryService.Depth
extends java.lang.Enum

Depth from which to get nodes. IMMEDIATE - only immediate sub categories or members ANY - find subcategories or members at any level

See Also:
Serialized Form

Field Summary
static CategoryService.Depth ANY
           
static CategoryService.Depth IMMEDIATE
           
 
Method Summary
static CategoryService.Depth valueOf(java.lang.String name)
           
static CategoryService.Depth[] 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

IMMEDIATE

public static final CategoryService.Depth IMMEDIATE

ANY

public static final CategoryService.Depth ANY
Method Detail

values

public static CategoryService.Depth[] values()

valueOf

public static CategoryService.Depth valueOf(java.lang.String name)


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