Deprecated_VisAPI.js 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2018, 2019
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class Deprecated_VisAPI
  10. * @deprecated
  11. * @hideconstructor
  12. */
  13. define([], function () {
  14. var Deprecated_VisAPI = function () {
  15. function Deprecated_VisAPI() {
  16. _classCallCheck(this, Deprecated_VisAPI);
  17. }
  18. /**
  19. * @deprecated Use {@link VisualizationAPI#getVisId} instead
  20. *
  21. */
  22. Deprecated_VisAPI.prototype.getVisId = function getVisId() {};
  23. /**
  24. * @deprecated Use {@link VisualizationAPI#matches} instead
  25. */
  26. Deprecated_VisAPI.prototype.matches = function matches() {};
  27. /**
  28. * @deprecated Use {@link VisualizationAPI#getDefinition} instead
  29. */
  30. Deprecated_VisAPI.prototype.getDefinition = function getDefinition() {};
  31. /**
  32. * @deprecated Use {@link VisualizationAPI#getPromptSpec} instead
  33. */
  34. Deprecated_VisAPI.prototype.getPromptSpec = function getPromptSpec() /* paramName */{};
  35. /**
  36. * @deprecated Use {@link VisualizationAPI#generateThumbnail} instead
  37. */
  38. Deprecated_VisAPI.prototype.generateThumbnail = function generateThumbnail() {};
  39. /**
  40. *
  41. * @deprecated - Feels like it should be a properties that we get just like any other viz property
  42. */
  43. Deprecated_VisAPI.prototype.getSuppressViewAnimations = function getSuppressViewAnimations() {};
  44. /**
  45. *
  46. * @deprecated We should stop using this and find another way Currently used to enable the search action in the list widget.
  47. */
  48. Deprecated_VisAPI.prototype.visDefsHaveSearchButton = function visDefsHaveSearchButton() {};
  49. /**
  50. *
  51. * @deprecated Use the {@link VisualizationAPI#getSource} instead
  52. */
  53. Deprecated_VisAPI.prototype.getModule = function getModule() {};
  54. /**
  55. *
  56. * @deprecated Use the {@link DataSourceAPI#getMetadataColumn} instead
  57. */
  58. Deprecated_VisAPI.prototype.getMetadataColumn = function getMetadataColumn() {};
  59. /**
  60. *
  61. * @deprecated Should not be needed
  62. */
  63. Deprecated_VisAPI.prototype.getMetadataManager = function getMetadataManager() {};
  64. /**
  65. *
  66. * @deprecated Use the {@link VisualizationAPI#getUsedMedataColumnList} instead
  67. */
  68. Deprecated_VisAPI.prototype.getUsedMetadataColumns = function getUsedMetadataColumns() {};
  69. /**
  70. *
  71. * @deprecated Should not be part of the API
  72. */
  73. Deprecated_VisAPI.prototype.getInvalidReason = function getInvalidReason() {};
  74. /**
  75. *
  76. * @deprecated Should not be part of the API
  77. */
  78. Deprecated_VisAPI.prototype.clearModelInvalid = function clearModelInvalid() {};
  79. /**
  80. *
  81. * @deprecated Should be part of the {@link WidgetAPI}
  82. */
  83. Deprecated_VisAPI.prototype.getTitle = function getTitle() {};
  84. /**
  85. *
  86. * @deprecated Should be part of the {@link WidgetAPI}
  87. */
  88. Deprecated_VisAPI.prototype.setTitle = function setTitle() {};
  89. /**
  90. *
  91. * @deprecated Should not be part of the API. This function does not seem to be used.
  92. */
  93. Deprecated_VisAPI.prototype.setData = function setData() {};
  94. /**
  95. *
  96. * @deprecated Use {@link FiltersAPI} instead
  97. */
  98. Deprecated_VisAPI.prototype.isFilterEditable = function isFilterEditable() {};
  99. /**
  100. *
  101. * @deprecated Should be part of the {@link WidgetAPI}
  102. */
  103. Deprecated_VisAPI.prototype.getShowTitle = function getShowTitle() {};
  104. /**
  105. *
  106. * @deprecated Use the {@link VizDefinitionAPI} instead
  107. */
  108. Deprecated_VisAPI.prototype.supportsMaintainAxisScale = function supportsMaintainAxisScale() {};
  109. /**
  110. *
  111. * @deprecated Use the {@link VizDefinitionAPI} instead
  112. */
  113. Deprecated_VisAPI.prototype.getListenForPropChangesFromDefinition = function getListenForPropChangesFromDefinition() {};
  114. /**
  115. *
  116. * @deprecated Use the {@link VizDefinitionAPI} instead
  117. */
  118. Deprecated_VisAPI.prototype.getMetaDataValue = function getMetaDataValue() {};
  119. /**
  120. *
  121. * @deprecated Should not be part of the API. We are just return the formatter utility.
  122. */
  123. Deprecated_VisAPI.prototype.getFormatter = function getFormatter() {};
  124. /**
  125. *
  126. * @deprecated Should be using the properties API to set the interactivity settings: isClickDisabled, isPanAndZoomDisabled and isHoverDisabled
  127. * See {@link WidgetAPI}
  128. */
  129. Deprecated_VisAPI.prototype.getInteractivitySettings = function getInteractivitySettings() {};
  130. /**
  131. *
  132. * @deprecated - We should remove this. It was used to indicate whether we want to optimize for size. It was only needed becasue live widget had that property disabled.
  133. */
  134. Deprecated_VisAPI.prototype.isOptimizeForSize = function isOptimizeForSize() {};
  135. /**
  136. *
  137. * @deprecated Should use {@link SlotsAPI#swapSlots} instead
  138. */
  139. Deprecated_VisAPI.prototype.swapSlots = function swapSlots() {};
  140. /**
  141. *
  142. * @deprecated Should use {@link VisualizationAPI#getSlots}, {@link SlotsAPI#getSlotList} or {{@link SlotsAPI#getMappedSlotList}}
  143. */
  144. Deprecated_VisAPI.prototype.getDataSlots = function getDataSlots() {};
  145. /**
  146. *
  147. * @deprecated Layers should not be part of the API
  148. */
  149. Deprecated_VisAPI.prototype.getLayers = function getLayers() {};
  150. /**
  151. *
  152. * @deprecated Layers should not be part of the API
  153. */
  154. Deprecated_VisAPI.prototype.getDefaultLayer = function getDefaultLayer() {};
  155. /**
  156. *
  157. * @deprecated Should use {@link SlotsAPI} instead
  158. */
  159. Deprecated_VisAPI.prototype.getDataItemSlotAndIndex = function getDataItemSlotAndIndex() {};
  160. /**
  161. *
  162. * @deprecated Should use {@link SlotsAPI} instead
  163. */
  164. Deprecated_VisAPI.prototype.filterSlotDataItems = function filterSlotDataItems() {};
  165. /**
  166. *
  167. * @deprecated Should use {@link SlotsAPI} instead
  168. */
  169. Deprecated_VisAPI.prototype.isMappingEmpty = function isMappingEmpty() {};
  170. /**
  171. *
  172. * @deprecated Should use {@link SlotsAPI} instead
  173. */
  174. Deprecated_VisAPI.prototype.isDataItemMapped = function isDataItemMapped() {};
  175. /**
  176. *
  177. * @deprecated Should use {@link SlotsAPI} instead
  178. */
  179. Deprecated_VisAPI.prototype.hasBinnedDataItems = function hasBinnedDataItems() {};
  180. /**
  181. *
  182. * @deprecated Should not be public
  183. */
  184. Deprecated_VisAPI.prototype.isIgnoreDefaultSlotSort = function isIgnoreDefaultSlotSort() {};
  185. /**
  186. *
  187. * @deprecated Should use {@link VisualizationAPI#getConditionalFormatting} instead
  188. */
  189. Deprecated_VisAPI.prototype.getConditions = function getConditions() {};
  190. /**
  191. *
  192. * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead
  193. */
  194. Deprecated_VisAPI.prototype.hasHeatByItem = function hasHeatByItem() {};
  195. /**
  196. *
  197. * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead
  198. */
  199. Deprecated_VisAPI.prototype.getConditionalMinMaxValue = function getConditionalMinMaxValue() {};
  200. /**
  201. *
  202. * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead
  203. */
  204. Deprecated_VisAPI.prototype.createDefaultConditionalPalette = function createDefaultConditionalPalette() {};
  205. /**
  206. *
  207. * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead
  208. */
  209. Deprecated_VisAPI.prototype.updateConditionalPalette = function updateConditionalPalette() {};
  210. /**
  211. *
  212. * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead
  213. */
  214. Deprecated_VisAPI.prototype.getConditionalPaletteLength = function getConditionalPaletteLength() {};
  215. /**
  216. *
  217. * @deprecated Should use {@link VisualizationAPI#getDataProvider} instead with the option 'QueryService'
  218. */
  219. Deprecated_VisAPI.prototype.getQueryAPI = function getQueryAPI() {};
  220. /**
  221. *
  222. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  223. */
  224. Deprecated_VisAPI.prototype.getQueryManager = function getQueryManager() {};
  225. /**
  226. *
  227. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  228. */
  229. Deprecated_VisAPI.prototype.getQueryResults = function getQueryResults() {};
  230. /**
  231. *
  232. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  233. */
  234. Deprecated_VisAPI.prototype.getQueryExecution = function getQueryExecution() {};
  235. /**
  236. *
  237. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  238. */
  239. Deprecated_VisAPI.prototype.whenQueryResultsReady = function whenQueryResultsReady() {};
  240. /**
  241. *
  242. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  243. */
  244. Deprecated_VisAPI.prototype.whenColumnsMinMaxQueryReady = function whenColumnsMinMaxQueryReady() {};
  245. /**
  246. *
  247. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  248. */
  249. Deprecated_VisAPI.prototype.whenDataItemsMinMaxQueryReady = function whenDataItemsMinMaxQueryReady() {};
  250. /**
  251. *
  252. * @deprecated Should use {@link QueryServiceDataProviderAPI} instead
  253. */
  254. Deprecated_VisAPI.prototype.queryChanged = function queryChanged() {};
  255. /**
  256. *
  257. * @deprecated We should expose the annotation as a separate live widget feature
  258. *
  259. * @See {@link WidgetAPI#getFeature} and {@link SmartAnnotationFeatureAPI}
  260. *
  261. */
  262. Deprecated_VisAPI.prototype.getAnnotations = function getAnnotations() {};
  263. /**
  264. *
  265. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  266. *
  267. */
  268. Deprecated_VisAPI.prototype.setAnnotations = function setAnnotations() {};
  269. /**
  270. *
  271. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  272. *
  273. */
  274. Deprecated_VisAPI.prototype.whenPredictSuggestionsReady = function whenPredictSuggestionsReady() {};
  275. /**
  276. *
  277. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  278. *
  279. */
  280. Deprecated_VisAPI.prototype.whenAnnotatedResultsReady = function whenAnnotatedResultsReady() {};
  281. /**
  282. *
  283. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  284. *
  285. */
  286. Deprecated_VisAPI.prototype.getSmartAnnotationsManger = function getSmartAnnotationsManger() {};
  287. /**
  288. *
  289. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  290. *
  291. */
  292. Deprecated_VisAPI.prototype.getEnabledAnnotations = function getEnabledAnnotations() {};
  293. /**
  294. *
  295. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  296. *
  297. */
  298. Deprecated_VisAPI.prototype.getAllSuggestedAnnotations = function getAllSuggestedAnnotations() {};
  299. /**
  300. *
  301. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  302. *
  303. */
  304. Deprecated_VisAPI.prototype.areThereValidInsights = function areThereValidInsights() {};
  305. /**
  306. *
  307. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  308. *
  309. */
  310. Deprecated_VisAPI.prototype.areThereValidFPDMessages = function areThereValidFPDMessages() {};
  311. /**
  312. *
  313. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  314. *
  315. */
  316. Deprecated_VisAPI.prototype.whenPredictIsReady = function whenPredictIsReady() {};
  317. /**
  318. *
  319. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  320. *
  321. */
  322. Deprecated_VisAPI.prototype.resetAnnotations = function resetAnnotations() {};
  323. /**
  324. *
  325. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  326. *
  327. */
  328. Deprecated_VisAPI.prototype.setAnnotationMessages = function setAnnotationMessages() {};
  329. /**
  330. *
  331. * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead
  332. *
  333. */
  334. Deprecated_VisAPI.prototype.clearInsightsIndicatorMessages = function clearInsightsIndicatorMessages() {};
  335. /**
  336. *
  337. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  338. */
  339. Deprecated_VisAPI.prototype.executeFastPatternDetectionRequest = function executeFastPatternDetectionRequest() {};
  340. /**
  341. *
  342. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  343. */
  344. Deprecated_VisAPI.prototype.getPossibleKeyDrivers = function getPossibleKeyDrivers() {};
  345. /**
  346. *
  347. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  348. */
  349. Deprecated_VisAPI.prototype.setPossibleKeyDrivers = function setPossibleKeyDrivers() {};
  350. /**
  351. *
  352. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  353. */
  354. Deprecated_VisAPI.prototype.whenPossibleKeyDriversAreReady = function whenPossibleKeyDriversAreReady() {};
  355. /**
  356. *
  357. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  358. */
  359. Deprecated_VisAPI.prototype.whenPossibleKeyDriversQueryIsReady = function whenPossibleKeyDriversQueryIsReady() {};
  360. /**
  361. *
  362. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  363. */
  364. Deprecated_VisAPI.prototype.getPossibleKeyDriversDisplayState = function getPossibleKeyDriversDisplayState() {};
  365. /**
  366. *
  367. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  368. */
  369. Deprecated_VisAPI.prototype.getNewPossibleKeyDriversForTargetId = function getNewPossibleKeyDriversForTargetId() {};
  370. /**
  371. *
  372. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  373. */
  374. Deprecated_VisAPI.prototype.possibleKeyDriverSelectionStateChanged = function possibleKeyDriverSelectionStateChanged() {};
  375. /**
  376. *
  377. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  378. */
  379. Deprecated_VisAPI.prototype.getEnabledPossibleKeyDrivers = function getEnabledPossibleKeyDrivers() {};
  380. /**
  381. *
  382. * @deprecated Should use {@link PredictServiceDataProviderAPI} instead
  383. */
  384. Deprecated_VisAPI.prototype.getPossibleKeyDriversErrorState = function getPossibleKeyDriversErrorState() {};
  385. /**
  386. *
  387. * @deprecated Should not be part of the API
  388. */
  389. Deprecated_VisAPI.prototype.getRenderer = function getRenderer() {};
  390. /**
  391. *
  392. * @deprecated Should not be part of the API
  393. */
  394. Deprecated_VisAPI.prototype.getRenderSequence = function getRenderSequence() {};
  395. /**
  396. *
  397. * @deprecated Should not be part of the API
  398. */
  399. Deprecated_VisAPI.prototype.getPreferredSize = function getPreferredSize() {};
  400. /**
  401. *
  402. * @deprecated Should not be part of the API
  403. */
  404. Deprecated_VisAPI.prototype.renderComplete = function renderComplete() {};
  405. /**
  406. *
  407. * @deprecated Should not be part of the API
  408. */
  409. Deprecated_VisAPI.prototype.renderCompleteBeforeAnimation = function renderCompleteBeforeAnimation() {};
  410. /**
  411. *
  412. * @deprecated Should not be part of the API
  413. */
  414. Deprecated_VisAPI.prototype.resize = function resize() {};
  415. /**
  416. *
  417. * @deprecated Should not be part of the API
  418. */
  419. Deprecated_VisAPI.prototype.reRender = function reRender() {};
  420. /**
  421. *
  422. * @deprecated Should not be part of the API
  423. */
  424. Deprecated_VisAPI.prototype.mapVizRenderForPrint = function mapVizRenderForPrint() {};
  425. /**
  426. *
  427. * @deprecated Should use the Filter API.
  428. *
  429. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  430. */
  431. Deprecated_VisAPI.prototype.selectData = function selectData() {};
  432. /**
  433. *
  434. * @deprecated Should use the Filter API.
  435. *
  436. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  437. */
  438. Deprecated_VisAPI.prototype.supportsFilterOnColumn = function supportsFilterOnColumn() {};
  439. /**
  440. *
  441. * @deprecated Should use the Filter API.
  442. *
  443. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  444. */
  445. Deprecated_VisAPI.prototype.getPendingFilters = function getPendingFilters() {};
  446. /**
  447. *
  448. * @deprecated Should use the Filter API.
  449. *
  450. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  451. */
  452. Deprecated_VisAPI.prototype.getActiveFilters = function getActiveFilters() {};
  453. /**
  454. *
  455. * @deprecated Should use the Filter API.
  456. *
  457. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  458. */
  459. Deprecated_VisAPI.prototype.getPageContextAPI = function getPageContextAPI() {};
  460. /**
  461. *
  462. * @deprecated Should use the Filter API.
  463. *
  464. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  465. */
  466. Deprecated_VisAPI.prototype.getFilterInfo = function getFilterInfo() {};
  467. /**
  468. *
  469. * @deprecated Should use the Filter API.
  470. *
  471. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  472. */
  473. Deprecated_VisAPI.prototype.setSynchronizeDataFilters = function setSynchronizeDataFilters() {};
  474. /**
  475. *
  476. * @deprecated Should use the Filter API.
  477. *
  478. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  479. */
  480. Deprecated_VisAPI.prototype.setPendingFilters = function setPendingFilters() {};
  481. /**
  482. *
  483. * @deprecated Should use the Filter API.
  484. *
  485. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  486. */
  487. Deprecated_VisAPI.prototype.getLocalFiltersList = function getLocalFiltersList() {};
  488. /**
  489. *
  490. * @deprecated Should use the Filter API.
  491. *
  492. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  493. */
  494. Deprecated_VisAPI.prototype.validateFilters = function validateFilters() {};
  495. /**
  496. *
  497. * @deprecated Should use the Filter API.
  498. *
  499. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  500. */
  501. Deprecated_VisAPI.prototype.cleanUpMissingFilters = function cleanUpMissingFilters() {};
  502. /**
  503. *
  504. * @deprecated Should use the Filter API.
  505. *
  506. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  507. */
  508. Deprecated_VisAPI.prototype.getAllFiltersAsLocalFiltersForPinning = function getAllFiltersAsLocalFiltersForPinning() {};
  509. /**
  510. *
  511. * @deprecated Should use the Filter API and TopBottomAction API instead.
  512. *
  513. * See {@link FiltersAPI} , {@link GlobalFiltersAPI} and {@link TopBottomActionAPI}
  514. */
  515. Deprecated_VisAPI.prototype.getLocalFilterAndTopBottomInfo = function getLocalFilterAndTopBottomInfo() {};
  516. /**
  517. *
  518. * @deprecated Should use the Filter API.
  519. *
  520. * See {@link FiltersAPI} and {@link GlobalFiltersAPI}
  521. */
  522. Deprecated_VisAPI.prototype.clearSelectionsByDataItemIds = function clearSelectionsByDataItemIds() {};
  523. /**
  524. *
  525. * @deprecated Should use the {@link VisualizationAPI#getFilters} instead.
  526. *
  527. * See {@link FiltersAPI}
  528. */
  529. Deprecated_VisAPI.prototype.getLocalFilters = function getLocalFilters() {};
  530. /**
  531. *
  532. * @deprecated Should use the Filter API.
  533. *
  534. * See {@link FiltersAPI}
  535. */
  536. Deprecated_VisAPI.prototype.getSelectionAsLocalFilters = function getSelectionAsLocalFilters() {};
  537. /**
  538. *
  539. * @deprecated Should use the Filter API.
  540. *
  541. * See {@link FiltersAPI}
  542. */
  543. Deprecated_VisAPI.prototype.clearSelectionsUsedForShowBy = function clearSelectionsUsedForShowBy() {};
  544. /**
  545. *
  546. * @deprecated Should use {@link HierarchyDrillActionAPI} instead
  547. *
  548. *
  549. */
  550. Deprecated_VisAPI.prototype.getDrillInfo = function getDrillInfo() {};
  551. /**
  552. *
  553. * @deprecated Should use {@link TopBottomActionAPI} instead
  554. */
  555. Deprecated_VisAPI.prototype.getTopBottomInfo = function getTopBottomInfo() {};
  556. /**
  557. *
  558. * @deprecated Should use the {@link WidgetAPI} properties API
  559. */
  560. Deprecated_VisAPI.prototype.getPropertyValue = function getPropertyValue() {};
  561. /**
  562. *
  563. * @deprecated Should use the {@link WidgetAPI} properties API
  564. */
  565. Deprecated_VisAPI.prototype.getPropertyById = function getPropertyById() {};
  566. /**
  567. *
  568. * @deprecated Should use the {@link WidgetAPI} properties API
  569. */
  570. Deprecated_VisAPI.prototype.getProperties = function getProperties() {};
  571. /**
  572. *
  573. * @deprecated Should use the {@link WidgetAPI} properties API
  574. */
  575. Deprecated_VisAPI.prototype.getVisPropertiesCSSProxy = function getVisPropertiesCSSProxy() {};
  576. /**
  577. *
  578. * @deprecated Should not be part of the API
  579. */
  580. Deprecated_VisAPI.prototype.onChangeTheme = function onChangeTheme() {};
  581. /**
  582. *
  583. * @deprecated Should use the {@link WidgetAPI}
  584. */
  585. Deprecated_VisAPI.prototype.clearError = function clearError() {};
  586. /**
  587. *
  588. * @deprecated Should use the {@link WidgetAPI}
  589. */
  590. Deprecated_VisAPI.prototype.getScope = function getScope() {};
  591. /**
  592. *
  593. * @deprecated Should use the {@link WidgetAPI}
  594. */
  595. Deprecated_VisAPI.prototype.getEventGroupId = function getEventGroupId() {};
  596. /**
  597. *
  598. * @deprecated Should use the {@link WidgetAPI}
  599. */
  600. Deprecated_VisAPI.prototype.getWidgetId = function getWidgetId() {};
  601. /**
  602. *
  603. * @deprecated Should not be part of the API
  604. */
  605. Deprecated_VisAPI.prototype.on = function on() {};
  606. /**
  607. *
  608. * @deprecated Should not be part of the API
  609. */
  610. Deprecated_VisAPI.prototype.off = function off() {};
  611. // Replace by the public API getDecorator
  612. /**
  613. *
  614. * @deprecated Should use {@link VisualizationAPI#getDecorator} instead
  615. */
  616. Deprecated_VisAPI.prototype.getDecoratorAPI = function getDecoratorAPI() {};
  617. /**
  618. *
  619. * @deprecated Should use {@link VisualizationAPI#getDecoratorList} instead
  620. */
  621. Deprecated_VisAPI.prototype.getDecoratorAPIs = function getDecoratorAPIs() {};
  622. /**
  623. *
  624. * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data
  625. */
  626. Deprecated_VisAPI.prototype.getCustomDataDecoration = function getCustomDataDecoration() {};
  627. /**
  628. *
  629. * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data
  630. */
  631. Deprecated_VisAPI.prototype.setCustomDataDecoration = function setCustomDataDecoration() {};
  632. /**
  633. *
  634. * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data
  635. */
  636. Deprecated_VisAPI.prototype.getDecoratedCustomData = function getDecoratedCustomData() {};
  637. /**
  638. *
  639. * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data
  640. */
  641. Deprecated_VisAPI.prototype.getCustomData = function getCustomData() {};
  642. /**
  643. *
  644. * @deprecated We should expose the FredIsRed as a separate live widget feature
  645. *
  646. * @See {@link WidgetAPI.getFeature} and {@link FredIsRedFeatureAPI}
  647. *
  648. */
  649. Deprecated_VisAPI.prototype.getFredIsRed = function getFredIsRed() {};
  650. /**
  651. *
  652. * @deprecated Should be part of {@link MetadataAPI}
  653. */
  654. Deprecated_VisAPI.prototype.getTableRef = function getTableRef() {};
  655. return Deprecated_VisAPI;
  656. }();
  657. return Deprecated_VisAPI;
  658. });
  659. //# sourceMappingURL=Deprecated_VisAPI.js.map