|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<SpacesQueryOptions.SpacesSortOptions>
oracle.webcenter.spaces.metadata.SpacesQueryOptions.SpacesSortOptions
Deprecated. The usage of SpacesQueryOptions class and its enums/methods is discouraged. Use SpacesQueryParameters class instead.
@Deprecated
public static enum SpacesQueryOptions.SpacesSortOptions
| Enum Constant Summary | |
|---|---|
CREATED_DATEDeprecated. Sort the rows by creation date. |
|
DISPLAY_NAMEDeprecated. |
|
LAST_ACCESSED_TIMEDeprecated. |
|
LAST_UPDATE_DATEDeprecated. |
|
MEMBER_COUNTDeprecated. |
|
SPACE_NAMEDeprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSortField()Deprecated. |
static SpacesQueryOptions.SpacesSortOptions |
valueOf(java.lang.String name)Deprecated. Returns the enum constant of this type with the specified name. |
static SpacesQueryOptions.SpacesSortOptions[] |
values()Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final SpacesQueryOptions.SpacesSortOptions CREATED_DATE
public static final SpacesQueryOptions.SpacesSortOptions DISPLAY_NAME
public static final SpacesQueryOptions.SpacesSortOptions SPACE_NAME
public static final SpacesQueryOptions.SpacesSortOptions MEMBER_COUNT
public static final SpacesQueryOptions.SpacesSortOptions LAST_UPDATE_DATE
public static final SpacesQueryOptions.SpacesSortOptions LAST_ACCESSED_TIME
| Method Detail |
|---|
public static SpacesQueryOptions.SpacesSortOptions[] values()
for (SpacesQueryOptions.SpacesSortOptions c : SpacesQueryOptions.SpacesSortOptions.values())
System.out.println(c);
public static SpacesQueryOptions.SpacesSortOptions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getSortField()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||