Changes from 9.8 SR7 to 9.8 SR8

This chapter describes how the constants and methods for report scripts have changed between version ARIS 9.8 SR7 and ARIS 9.8 SR8.

New/changed/removed/deprecated constants

New

Changed

Removed

Deprecated

Missing access right constants added

AR_COLLABORATE

X

AR_READ_COLLABORATE

X

AR_READ_SUBMIT_COLLABORATE

X

Other new constant

OMF_ANY_OBJECT_TYPE

X

New/changed/removed/deprecated methods

New

Changed

Removed

Deprecated

Now the methods globally available in report and macro scripts are documented

Help: see "Globally available script methods"

X

enableCancellation(boolean) -> boolean

X

getConfiguration(String) -> SemanticCheckConfiguration

X

getString(String) -> String

X

getString(String,Locale) -> String

X

getString(String,String) -> String

X

setDispatchEvents(boolean) -> boolean

X

strictMode(boolean) -> boolean

X

Other new method

XlsSheet.insertCellPicture(int,int,byte[],int,double,double) -> void

X