org.alfresco.service.cmr.search
Class CategoryService.Mode
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.search.CategoryService.Mode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- CategoryService
public static final class CategoryService.Mode
- extends java.lang.Enum
Enumeration for navigation control.
MEMBERS - get only category members (the things that have been classified in a category, not the sub categories)
SUB_CATEGORIES - get sub categories only, not the things that hyave been classified.
ALL - get both of the above
- See Also:
- Serialized Form
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 |
MEMBERS
public static final CategoryService.Mode MEMBERS
SUB_CATEGORIES
public static final CategoryService.Mode SUB_CATEGORIES
ALL
public static final CategoryService.Mode ALL
values
public static CategoryService.Mode[] values()
valueOf
public static CategoryService.Mode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.