Package oracle.webcenter.spaces.metadata
Enum SpacesQueryOptions.SpacesQueryCondition
java.lang.Object
java.lang.Enum<SpacesQueryOptions.SpacesQueryCondition>
oracle.webcenter.spaces.metadata.SpacesQueryOptions.SpacesQueryCondition
- All Implemented Interfaces:
Serializable
,Comparable<SpacesQueryOptions.SpacesQueryCondition>
,java.lang.constant.Constable
- Enclosing class:
- SpacesQueryOptions
@Deprecated
public static enum SpacesQueryOptions.SpacesQueryCondition
extends Enum<SpacesQueryOptions.SpacesQueryCondition>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Returns the enum constant of this type with the specified name.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SHOW_PUBLIC
Deprecated. -
SHOW_DISCOVERABLE
Deprecated. -
SHOW_MODERATED
Deprecated. -
SHOW_JOINED
Deprecated. -
SHOW_ALL
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getQueryCondition
Deprecated.
-
SpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead. SpacesQueryCondition specify the query condition based on the group membership of the user. For example, following EL will return All user joined spaces.EL:
#{spaceContext.spacesQuery.unionOf['USER_JOINED']}