org.alfresco.service.cmr.search
Class ResultSetType
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.search.ResultSetType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class ResultSetType
- extends java.lang.Enum
The two types of result set - column based and Node Ref based.
- 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 |
NODE_REF
public static final ResultSetType NODE_REF
- Just the node ref is available for each row in the results.
COLUMN_AND_NODE_REF
public static final ResultSetType COLUMN_AND_NODE_REF
- The node ref is available and a specified list of columns.
values
public static final ResultSetType[] values()
valueOf
public static ResultSetType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.