|
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.SpacesQueryCondition>
oracle.webcenter.spaces.metadata.SpacesQueryOptions.SpacesQueryCondition
Deprecated. The usage of SpacesQueryOptions class and its enums/methods is discouraged. Use SpacesQueryParameters class instead.
@Deprecated
public static enum SpacesQueryOptions.SpacesQueryCondition
| Enum Constant Summary | |
|---|---|
SHOW_ALLDeprecated. |
|
SHOW_DISCOVERABLEDeprecated. |
|
SHOW_JOINEDDeprecated. |
|
SHOW_MODERATEDDeprecated. |
|
SHOW_PUBLICDeprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getQueryCondition()Deprecated. |
static SpacesQueryOptions.SpacesQueryCondition |
valueOf(java.lang.String name)Deprecated. Returns the enum constant of this type with the specified name. |
static SpacesQueryOptions.SpacesQueryCondition[] |
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.SpacesQueryCondition SHOW_PUBLIC
public static final SpacesQueryOptions.SpacesQueryCondition SHOW_DISCOVERABLE
public static final SpacesQueryOptions.SpacesQueryCondition SHOW_MODERATED
public static final SpacesQueryOptions.SpacesQueryCondition SHOW_JOINED
public static final SpacesQueryOptions.SpacesQueryCondition SHOW_ALL
| Method Detail |
|---|
public static SpacesQueryOptions.SpacesQueryCondition[] values()
for (SpacesQueryOptions.SpacesQueryCondition c : SpacesQueryOptions.SpacesQueryCondition.values())
System.out.println(c);
public static SpacesQueryOptions.SpacesQueryCondition 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 getQueryCondition()
|
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 | ||||||||