Ui Designer's Documentation

1
0
-1

Hi everybody,
Does anyone know where I can find documentation where I explain class by class, method by method of the ui-designer project?

3 answers

1
+1
-1
This one is the BEST answer!

The javadoc of UI Designer backend is not published. You can generate it using javadoc tool but a quick look at the backend source code let me believe that the documentation would be rather empty. Main reason for that is that UI Designer does not expose any public APIs.

1
+1
-1

In the JavaDoc
https://documentation.bonitasoft.com/javadoc/api/7.6/index.html

regards
Seán

PS: As this reply answers your question, please mark as resolved.

Comments

Submitted by luiza.melo_1350744 on Thu, 01/04/2018 - 14:23

Why cant I find the same classes in the project and in this documentation?

For example, in the ui-designer project that I have open I can find the classes:
Contract
NodeContractInput

And none of them are in that documentation.

1
-1
-1

Comments

Submitted by luiza.melo_1350744 on Tue, 01/02/2018 - 17:58

@gandhishankar Hi,
First of all thank you for your response, but I was looking for detailed code documentation, where I explained each method and class of the code, would you know where I can find it?

Notifications