7.2.x

rest-api-context 2.9 AccessRight and Explicit variable

Release notes

2.9 Supervisor, accessright and explicit variable
include the accessright mechanism, and use a cache to speed up the permission calculation
include the explicit variable mechanism
Refactoring the Gitbub project (thanks to Kilian for the amazing job here)
is the user is a Supervisor (Process Manager), then let access the context
Add in the context isSupervisor (boolean)
Add in the context a "allowContext" to explain how the user accessed the context if isLog=true

Bonita Platform Version Compatibility: 
7.5.x
7.4.x
7.3.x
7.2.x

bonita-extract-sources 1.0

Release notes

First release of bonita-extract-sources. Feel free to ask questions or to contribute.

[1.0] - 2017-06-28

Added
  • add script to extract sources from bonitasoft project (diagram, web pages, fragment, widgets)
  • add sonar-project.propertiessonar-project.properties exemple and explications du analyse code with sonar
  • add exemplePomWithCoverageJacoco.xml and explication to run rest extension api tests with code coverage
Bonita Platform Version Compatibility: 
7.2.x

custom-page-ping 2.2

Release notes

In order to keep in the page the state of the art, new widget are included :

Auto complete widget
export excel (all in AngularJs, no call to the server)

Bonita Platform Version Compatibility: 
7.5.x
7.4.x
7.3.x
7.2.x

rest-api-context 2.8 - 7.5 Ready

Release notes

2.8 Ready for 7.5
Faster
Fix bug in the Document Access
in a sub process, search the Pilot in the sub process OR the root process
7.5 ready and accept the new java.time.LocalDate date, and return the data correctly for the 7.5 new Bonita Widget

Bonita Platform Version Compatibility: 
7.5.x
7.4.x
7.3.x
7.2.x

bonita-properties 1.3 Rest API and Custom page

Release notes

You can now access the properties by a REST API.
A custom page, to administrate the access right to the properties is available. By default, via the REST API, you can access every thing, but you can restrict the access.

PS : access the github project to get all the Rest API / Page

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

widgetdisplayfailedresponse_1 1.1 User Friendly message

Release notes

Two new parameters :
* enableDetailedExplanation : if TRUE, then the message returned is the complexe one (the Java Exception)
If false, then the message is a user friendly on

  • genericMessage in case of enableDetailedExplanation =FALSE, this message is returned to the user
Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

rest-api-context 2.7 Permission access

Release notes

2.7 Document permission

Access on parameters : in the pilot, the parameter has to be declare (else the "":"" return all parameters)
pilot on parameter : it's possible to declare "paramcontext" as a parameters, and give a context. Then, this context is use.
Priority is
- localcontext
- globalcontext
- paramcontext
Two advantages to use the paramcontext : 1/ it's not use any variable memory, 2/ it's available at the instantiation, for example to protect the access on some parameters.

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x
Notifications