public interface SearchConfiguration
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.Adaptation |
getDataset() |
com.onwbp.adaptation.AdaptationHome |
getDataspace() |
int |
getMaximumNumberOfKeywords()
Deprecated.
as of release 2.0.0.
|
int |
getMaximumNumberOfResults() |
float |
getSensitivityDefaultValue() |
List<SearchTableConfiguration> |
getTablesConfigurations() |
boolean |
isKeywordUnbounded()
Deprecated.
as of release 2.0.0.
|
boolean |
isPermissionChecked() |
boolean |
isResultUnbounded() |
boolean |
searchInModel()
Deprecated.
as of release 2.0.0.
|
boolean |
searchInValue()
Deprecated.
as of release 2.0.0.
|
com.onwbp.adaptation.AdaptationHome getDataspace()
com.onwbp.adaptation.Adaptation getDataset()
boolean searchInValue()
boolean searchInModel()
float getSensitivityDefaultValue()
boolean isResultUnbounded()
int getMaximumNumberOfResults()
boolean isKeywordUnbounded()
int getMaximumNumberOfKeywords()
List<SearchTableConfiguration> getTablesConfigurations()
boolean isPermissionChecked()