Package net.sf.basedb.core
Class ItemContext.QueryRestrictions
- java.lang.Object
-
- net.sf.basedb.core.ItemContext.QueryRestrictions
-
- Enclosing class:
- ItemContext
static class ItemContext.QueryRestrictions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<Integer,ItemContext.RowRestrictions>
rowRestrictions
-
Constructor Summary
Constructors Constructor Description QueryRestrictions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Restriction
getRestriction()
(package private) ItemContext.RowRestrictions
getRow(int rowIndex)
-
-
-
Field Detail
-
rowRestrictions
Map<Integer,ItemContext.RowRestrictions> rowRestrictions
-
-
Method Detail
-
getRestriction
Restriction getRestriction()
-
getRow
ItemContext.RowRestrictions getRow(int rowIndex)
-
-