com.ibm.workplace.wcm.api.query
Interface QueryElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
EditionSelector, Selector
All Known Implementing Classes:
Association, CompoundSelector, Conjunction, Disjunction, Negation, ProjectStateSelectors, WorkflowSelectors

public interface QueryElement
extends java.io.Serializable

Base QueryElement interface of the query, do not use directly.

Since:
7.0
See Also:
Selector

Method Summary
 java.util.List<? extends QueryElement> getElements()
           
 boolean hasElements()
           
 

Method Detail

hasElements

boolean hasElements()

getElements

java.util.List<? extends QueryElement> getElements()