public static interface IInquiry.IFindTModelContext
Modifier and Type | Method and Description |
---|---|
ICategoryBag |
getCategoryBag()
Returns the categoryBag which contains entries that all matching TModels must contain.
|
boolean |
getIsApproximateSearch()
Returns true if an approximate match should be performed.
|
int |
getMaxResults()
Returns the number of results to return from the seach.
|
java.lang.String |
getTModelName()
Returns the name of the TModel to search for. % is a wild card.
|
java.lang.String getTModelName()
int getMaxResults()
ICategoryBag getCategoryBag()
boolean getIsApproximateSearch()