PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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
hasElements
boolean hasElements()
getElements
java.util.List<? extends QueryElement> getElements()
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |