In this release, all previously deprecated classes, methods, and properties in the JAVA and .NET implementations of the Presentation API have been removed from the product. For lists of the currently supported classes, methods, and properties, refer to the Presentation API for Java Reference (Javadoc) and the Presentation API for .NET Reference (HTML Help) .
Removed Java Interfaces
DimensionSearchResult.getESearchReports: Use method DimensionSearchResult.getESearchReportsComplete instead
ENEQuery.getDimSearchNumDimValues: Use method GlobalDimSearchRefinementConfig.getNumResults instead
ENEQuery.getNavRelRankERecSearch: Use method ENEQuery.getNavRelRankERecRank instead
ENEQuery.getNavSortKey: Use method ENEQuery.getNavActiveSortKeys instead
ENEQuery.getNavSortOrder: Use method ENEQuery.getNavActiveSortKeys instead
ENEQuery.setDimSearchNumDimValues: Use method GlobalDimSearchRefinementConfig.setNumResults instead
ENEQuery.setNavRelRankERecSearch: Use method ENEQuery.setNavRelRankERecRank instead
ENEQuery.setNavSortKey: Use method ENEQuery.setNavActiveSortKeys instead
ENEQuery.setNavSortOrder: Use method ENEQuery.setNavActiveSortKeys instead
ENEQueryResults.getDimSearch: Use method ENEQueryResults.getDimensionSearch instead
ERecIdList.ERecIdList(long): Use constructor ERecIdList.ERecIdList(String) instead
ERecIdList.addERecId: Use method ERecIdList.addERecSpec instead
ERecIdList.getERecId: Use method ERecIdList.getERecSpec instead
ERecSortKey.isActive: Use method Navigation.getActiveSortKeys instead
Navigation.getESearchReports: Use method Navigation.getESearchReportsComplete instead
OptiBinaryInterp.FormatCatSearch: Use OptiBinaryInterp.FormatDimensionSearch instead
OptiBinaryInterp.ParseBinaryCatSearch: Use method OptiBinaryInterp.ParseBinaryDimensionSearch instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_KEY_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_KEY_PARAM instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_STRATEGY_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_STRATEGY_PARAM instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_TERMS_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_TERMS_PARAM instead
UrlENEQuery.UrlENEQuery(): Use constructor UrlENEQuery.UrlENEQuery(String, String) instead
UrlENEQuery.UrlENEQuery(String): Use constructor UrlENEQuery.UrlENEQuery(String, String) instead
UrlENEQuery.toQueryString(ENEQuery): Use method UrlENEQuery.toQueryString(ENEQuery, String) instead
UrlGen.UrlGen(): Use constructor UrlGen.UrlGen(String, String) instead
UrlGen.UrlGen(String): Use constructor UrlGen.UrlGen(String, String) instead
Removed .NET Interfaces
DimensionSearchResult.ESearchReports: Use property DimensionSearchResult.ESearchReportsComplete
ENEQuery.AggrERec: Use property ENEQuery.AggrERecSpec instead
ENEQuery.DimSearchNumDimValues: Use property GlobalDimSearchRefinementConfig.NumResults instead
ENEQuery.GetNavSortKey: Use method ENEQuery.GetNavActiveSortKeys instead
ENEQuery.GetNavSortOrder: Use method ENEQuery.GetNavActiveSortKeys instead
ENEQuery.NavRelRankERecSearch: Use property ENEQuery.NavRelRankERecRank instead
ENEQuery.SetNavSortKey: Use method ENEQuery.SetNavActiveSortKeys instead
ENEQuery.SetNavSortOrder: Use method ENEQuery.SetNavActiveSortKeys instead
ENEQueryResults.DimSearch: Use property ENEQueryResults.DimensionSearch instead
ERecIdList.AddERecId: Use method ERecIdList.AddERecSpec instead
ERecIdList.ERecIdList(long): Use constructor ERecIdList.ERecIdList(string) instead
ERecSortKey.IsActive: Use method Navigation.GetActiveSortKeys instead
Navigation.ESearchReports: Use property Navigation.ESearchReportsComplete instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_KEY_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_KEY_PARAM instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_STRATEGY_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_STRATEGY_PARAM instead
UrlENEQuery.NAV_RELRANK_EREC_SEARCH_TERMS_PARAM: Use field UrlENEQuery.NAV_RELRANK_EREC_RANK_TERMS_PARAM instead
UrlENEQuery.UrlENEQuery(string): Use constructor UrlENEQuery.UrlENEQuery(string, string) instead
UrlGen.UrlGen(): Use constructor UrlGen(string, string) instead
UrlGen.UrlGen(string): Use constructor UrlGen(string, string) instead