Is there BIRT API Doc (Javadoc)? #1602
Replies: 2 comments
-
I don't believe there is an up-to-date javadoc available online. But i found a javadoc of different packages from version 4.4.1: http://otadocs.opentext.com/documentation/JAVADOCS/BIRT-4.4.1/org.eclipse.birt.doc.isv/enginescript/api/overview-summary.html The way I found these is basically just searching for "BIRT" + the exact name of the interface, class or method I needed, and normally there's an opentext result somewhere. Sometimes they are from an earlier version, but you can always replace the version with "4.4.1" in the URL. Obviously it's not the most recent one so some things might be different, but it's better than nothing :) |
Beta Was this translation helpful? Give feedback.
-
Well, you can also look directly at the Java Source code. But you say you are building a report. So maybe you are more interested in BIRT's scripting capabilities (that is, custom logic inside a report). Here, Javadoc is not appropriate, because scripting is done with Javascript.
I remember, years ago there was a web page including a picture somewhere on Actuate's web page which explained all these Javascript events in more detail, but I cannot find it now. |
Beta Was this translation helpful? Give feedback.
-
I know this is very basic question, but just can't seem to find it anywhere. I'm building a BIRT report and can't find any info on some of the methods I want to use.
Beta Was this translation helpful? Give feedback.
All reactions