org.alfresco.service.cmr.search
Class ResultSetType

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

Field Summary
static ResultSetType COLUMN_AND_NODE_REF
          The node ref is available and a specified list of columns.
static ResultSetType NODE_REF
          Just the node ref is available for each row in the results.
 
Method Summary
static ResultSetType valueOf(java.lang.String name)
           
static ResultSetType[] 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

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.

Method Detail

values

public static ResultSetType[] values()

valueOf

public static ResultSetType valueOf(java.lang.String name)


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