Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:EGL Language System Types and Functions"

Line 3: Line 3:
 
== System Types  ==
 
== System Types  ==
  
{| cellspacing="1" cellpadding="1" border="1" width="800"
+
{| border="1" cellspacing="1" cellpadding="1" width="800"
 
|-
 
|-
 
| bgcolor="#999999" align="center" | '''''System Types'''''  
 
| bgcolor="#999999" align="center" | '''''System Types'''''  
Line 11: Line 11:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''SysLib''  
 
| bgcolor="#cccccc" | ''SysLib''  
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''StrLib''  
 
| bgcolor="#cccccc" | ''StrLib''  
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''MathLib''  
 
| bgcolor="#cccccc" | ''MathLib''  
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''DateTimeLib''  
 
| bgcolor="#cccccc" | ''DateTimeLib''  
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Dictionary''  
 
| bgcolor="#cccccc" | ''Dictionary''  
| <br>  
+
| <br>
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352020 Dictionary Support]<br>  
+
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352020 Dictionary Support]<br>
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352362 Dictionary Support]
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352362 Dictionary Support]
 
|-
 
|-
| bgcolor="#cccccc" | ''ArrayDictionary''<br>  
+
| bgcolor="#cccccc" | ''ArrayDictionary''<br>
| <br>  
+
| <br>
 
| N/S  
 
| N/S  
 
| N/S
 
| N/S
 
|-
 
|-
 
| bgcolor="#cccccc" | ''BIRT Reporting''  
 
| bgcolor="#cccccc" | ''BIRT Reporting''  
| <br>  
+
| <br>
 
| N/S  
 
| N/S  
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Text Reporting''  
 
| bgcolor="#cccccc" | ''Text Reporting''  
| <br>  
+
| <br>
 
| N/S  
 
| N/S  
 
| <br>
 
| <br>
Line 52: Line 52:
 
| bgcolor="#cccccc" | ''Java ETs<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''Java ETs<sup>1</sup>''  
 
| <br>1d (remove eglImplicitExtendedType, use defaultSuperType)  
 
| <br>1d (remove eglImplicitExtendedType, use defaultSuperType)  
| N/S<br>  
+
| N/S<br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''JavaScript ETs<sup>2</sup>''  
 
| bgcolor="#cccccc" | ''JavaScript ETs<sup>2</sup>''  
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| N/S<br>
 
| N/S<br>
 
|-
 
|-
| bgcolor="#cccccc" | ''RUILib''<br>  
+
| bgcolor="#cccccc" | ''RUILib''<br>
| <br>  
+
| <br>
| <br>  
+
| <br>
 
| N/S<br>
 
| N/S<br>
 
|-
 
|-
Line 86: Line 86:
 
|}
 
|}
  
'''Notes on System Types'''<br>  
+
'''Notes on System Types'''<br>
  
#Java ExternalTypes in RBD include Object, Class, URL, and more.&nbsp; They may not be necessary in EDT.<br>  
+
#Java ExternalTypes in RBD include Object, Class, URL, and more.&nbsp; They may not be necessary in EDT.<br>
 
#JavaScript ExternalTypes include Job, Document, Event, and Widget.
 
#JavaScript ExternalTypes include Job, Document, Event, and Widget.
  
Line 95: Line 95:
 
== Functions of System Types  ==
 
== Functions of System Types  ==
  
{| cellspacing="1" cellpadding="1" border="1" width="400"
+
{| border="1" cellspacing="1" cellpadding="1" width="400"
 
|-
 
|-
 
| bgcolor="#999999" align="center" | '''''Functions of System Types'''''  
 
| bgcolor="#999999" align="center" | '''''Functions of System Types'''''  
Line 103: Line 103:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''String''  
 
| bgcolor="#cccccc" | ''String''  
| <br>  
+
| <br>2d for this table
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Date''  
 
| bgcolor="#cccccc" | ''Date''  
| <br>  
+
| <br>--
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Timestamp''  
 
| bgcolor="#cccccc" | ''Timestamp''  
| <br>
+
| --
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Blob''  
 
| bgcolor="#cccccc" | ''Blob''  
| <br>
+
| --
 
| N/S  
 
| N/S  
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Clob''  
 
| bgcolor="#cccccc" | ''Clob''  
| <br>  
+
| <br>--
 
| N/S  
 
| N/S  
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Dictionary''  
 
| bgcolor="#cccccc" | ''Dictionary''  
| <br>  
+
| <br>--
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Array''  
 
| bgcolor="#cccccc" | ''Array''  
| <br>  
+
| <br>--
| <br>  
+
| <br>
 
| <br>
 
| <br>
 
|}
 
|}

Revision as of 16:43, 20 July 2011

Please see the parent of this page, EDT:EGL Language.

System Types

System Types Core JavaScript Java
SysLib


StrLib


MathLib


DateTimeLib


Dictionary
Dictionary Support
Dictionary Support
ArrayDictionary

N/S N/S
BIRT Reporting
N/S
Text Reporting
N/S
Java ETs1
1d (remove eglImplicitExtendedType, use defaultSuperType)
N/S

JavaScript ETs2

N/S
RUILib


N/S
ServiceLib bug 351891(1d) bug 352671(2d) bug 352670(2d)
JsonLib bug 351891 bug 352670
HttpLib bug 351891 bug 352670
XmlLib bug 351891 bug 352670

Notes on System Types

  1. Java ExternalTypes in RBD include Object, Class, URL, and more.  They may not be necessary in EDT.
  2. JavaScript ExternalTypes include Job, Document, Event, and Widget.


Functions of System Types

Functions of System Types Core JavaScript Java
String
2d for this table


Date
--


Timestamp --

Blob -- N/S
Clob
--
N/S
Dictionary
--


Array
--


Back to the top