Enumeration DataSessionInterfaceScopes

Represents some added functionalities (scopes) that the data session will allow.

These functionalities are granted if the user has also the rights to do such added functionalities (see the tags associated to the given user). The added scopes are requested at the data session opening with DataSessionInterface.openDataSession. The granted scopes are available once the data session is open with DataSessionInterface.getGrantedScopes.

Added functionalities are :

  • DIS_Download : The data session bearer will allow downloading evojuump files.
  • DIS_Export2D : The data session bearer will allow exporting 2d files.
  • DIS_Export3D : The data session bearer will allow exporting 3d files.

Sessions

Enumeration Members

DIS_Download: "download"

The data session bearer will allow downloading evojuump files.

DIS_Export2D: "export2d"

The data session bearer will allow exporting 2d files.

DIS_Export3D: "export3d"

The data session bearer will allow exporting 3d files.