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

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static CategoryService.Mode ALL
           
static CategoryService.Mode MEMBERS
           
static CategoryService.Mode SUB_CATEGORIES
           
 
Method Summary
static CategoryService.Mode valueOf(java.lang.String name)
           
static CategoryService.Mode[] 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

MEMBERS

public static final CategoryService.Mode MEMBERS

SUB_CATEGORIES

public static final CategoryService.Mode SUB_CATEGORIES

ALL

public static final CategoryService.Mode ALL
Method Detail

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.