| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1754 </p> | 1754 </p> |
| 1755 </field> | 1755 </field> |
| 1756 <field name="declaringType" optional="true"> | 1756 <field name="declaringType" optional="true"> |
| 1757 <ref>String</ref> | 1757 <ref>String</ref> |
| 1758 <p> | 1758 <p> |
| 1759 The class that declares the element being suggested. This | 1759 The class that declares the element being suggested. This |
| 1760 field is omitted if the suggested element is not a member | 1760 field is omitted if the suggested element is not a member |
| 1761 of a class. | 1761 of a class. |
| 1762 </p> | 1762 </p> |
| 1763 </field> | 1763 </field> |
| 1764 <field name="element" optional="true"> |
| 1765 <ref>Element</ref> |
| 1766 <p> |
| 1767 Information about the element reference being suggested. |
| 1768 </p> |
| 1769 </field> |
| 1764 <field name="returnType" optional="true"> | 1770 <field name="returnType" optional="true"> |
| 1765 <ref>String</ref> | 1771 <ref>String</ref> |
| 1766 <p> | 1772 <p> |
| 1767 The return type of the getter, function or method being | 1773 The return type of the getter, function or method being |
| 1768 suggested. This field is omitted if the suggested element | 1774 suggested. This field is omitted if the suggested element |
| 1769 is not a getter, function or method. | 1775 is not a getter, function or method. |
| 1770 </p> | 1776 </p> |
| 1771 </field> | 1777 </field> |
| 1772 <field name="parameterNames" optional="true"> | 1778 <field name="parameterNames" optional="true"> |
| 1773 <list><ref>String</ref></list> | 1779 <list><ref>String</ref></list> |
| (...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3315 <h2>Errors</h2> | 3321 <h2>Errors</h2> |
| 3316 <p> | 3322 <p> |
| 3317 This section contains a list of all of the errors that are | 3323 This section contains a list of all of the errors that are |
| 3318 produced by the server and the data that is returned with each. | 3324 produced by the server and the data that is returned with each. |
| 3319 </p> | 3325 </p> |
| 3320 <p> | 3326 <p> |
| 3321 TBD | 3327 TBD |
| 3322 </p> | 3328 </p> |
| 3323 </body> | 3329 </body> |
| 3324 </html> | 3330 </html> |
| OLD | NEW |