|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanRestriction
A boolean search restriction. Users of this interface will ensure that only items satisfying all the restrictions
returned by getRestrictions() using the boolean logic returned by getBooleanLogic() are returned.
| Nested Class Summary | |
|---|---|
static class |
BooleanRestriction.BooleanLogic
|
| Method Summary | |
|---|---|
BooleanRestriction.BooleanLogic |
getBooleanLogic()
Returns the boolean logic used against the collection of SearchRestriction returned by getRestrictions()
to determine if an item should be included in a search result. |
java.util.Collection<SearchRestriction> |
getRestrictions()
Returns a collection of restrictions. |
| Method Detail |
|---|
java.util.Collection<SearchRestriction> getRestrictions()
to implement no restrictions.BooleanRestriction.BooleanLogic getBooleanLogic()
getRestrictions()
to determine if an item should be included in a search result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||