Skip to content

Commit

Permalink
refactor: move images of the "api" module to a standard location
Browse files Browse the repository at this point in the history
The images were stored in the Antora legacy folder (assets/images) and included an extra "images" subfolder.
All images are now in the "images" folder of the module.
  • Loading branch information
tbouffard committed Nov 27, 2024
1 parent 66a99bf commit 90af366
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion modules/api/pages/bdm-in-rest-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Special attention is paid on performance matters.

Image below shows the BDM model used for the first use-case:

image::images/bdm_model_for_rest_api_01.png[BDM model used]
image::bdm_model_for_rest_api_01.png[BDM model used]

Note that the relationships from car to wheel1, wheel2, wheel3, wheel4 are *xref:data:define-and-deploy-the-bdm.adoc#lazy_eager_loading[lazy] loaded* (in the Studio, it is
configured by selecting the `Only load related objects when needed` radio button).
Expand Down
2 changes: 1 addition & 1 deletion modules/api/pages/create-administration-tools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ java -Dbonita.home=bonita -jar lib/bonita-cli-1.0.0.jar %*

Build the whole project again. When the build completes, the zip file should contain the following structure:

image::images/images-6_0/content-zip.png[Zip file structure]
image::content-zip.png[Zip file structure]

Run the appropriate script:

Expand Down
2 changes: 1 addition & 1 deletion modules/api/pages/engine-api-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The Bonita Engine APIs can be accessed locally or remotely, in the following mod
* Local: the client accesses the server directly in local mode
* HTTP: the client accesses a remote server via HTTP

image::images/images-6_0/dev_overview_api_access.png[Diagram of API access options]
image::dev_overview_api_access.png[Diagram of API access options]

The mode you use must be specified in the bonita-client-custom.properties file. By default, the access mode is local. This can be used when the client and engine are using the same JVM. The file contains commented out configurations for remote access modes. To change the mode, simply comment out the configuration for local and uncomment the relevant remote configuration.

Expand Down
2 changes: 1 addition & 1 deletion modules/api/pages/rest-api-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your application is using a technology other than Java, you can integrate it

Access to the Web REST API depends on xref:identity:rest-api-authorization.adoc[REST API authorization] settings.

image::images/rest_api_architecture_overview.png[diagram of architecture of a REST client integrated with Bonita]
image::rest_api_architecture_overview.png[diagram of architecture of a REST client integrated with Bonita]

=== Execute REST calls and integrate the results in your application

Expand Down

0 comments on commit 90af366

Please sign in to comment.