|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.service.cmr.search.ResultSetType
public final class ResultSetType
The two types of result set - column based and Node Ref based.
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 |
---|
public static final ResultSetType NODE_REF
public static final ResultSetType COLUMN_AND_NODE_REF
Method Detail |
---|
public static ResultSetType[] values()
public static ResultSetType valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |