org.alfresco.service.cmr.search
Class CategoryService.Depth
java.lang.Object
java.lang.Enum
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
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
IMMEDIATE
public static final CategoryService.Depth IMMEDIATE
ANY
public static final CategoryService.Depth ANY
values
public static final CategoryService.Depth[] values()
valueOf
public static CategoryService.Depth valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.