|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.query.CompoundSelector
public abstract class CompoundSelector
This class simply implements the QueryElement interface for
conditions which can be decomposed into other conditions.
For example, Associations
| Field Summary |
|---|
| Fields inherited from interface com.ibm.workplace.wcm.api.query.Selector |
|---|
NULL_SELECTOR |
| Constructor Summary | |
|---|---|
CompoundSelector()
|
|
| Method Summary | |
|---|---|
java.util.List<? extends QueryElement> |
getElements()
|
abstract java.util.List<Selector> |
getSelectors()
|
boolean |
hasElements()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundSelector()
| Method Detail |
|---|
public abstract java.util.List<Selector> getSelectors()
public java.util.List<? extends QueryElement> getElements()
getElements in interface QueryElementpublic boolean hasElements()
hasElements in interface QueryElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||