|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.mediation.mappingstore.query.ListRestriction
List restriction
| Constructor Summary | |
ListRestriction(java.util.List l)
Constructs basic restriction by list of objects. |
|
| Method Summary | |
boolean |
admit(java.lang.Object o)
This method is speciifed by Restriction Interface |
java.lang.String |
reduceToLuceneQuery(java.lang.String field)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ListRestriction(java.util.List l)
l - given list of objects| Method Detail |
public boolean admit(java.lang.Object o)
admit in interface Restrictiono - given object of type List
True if the List satisfies the restrictions,
otherwise returns False.public java.lang.String reduceToLuceneQuery(java.lang.String field)
reduceToLuceneQuery in interface Restriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||