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.
The usage of SpacesQueryOptions class and its enums/methods is discouraged. Use SpacesQueryParameters 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']}