-
Fields Field Description com.sodius.mdw.server.Options.OPTION_STORAGE_LOCATION Clients are recommended to rather set the workspace location.com.sodius.mdw.server.Options.OPTION_SYSTEM_PROPERTIES_LOCATION Clients are recommended to set options using context parameters instead of System properties.
-
Methods Method Description com.sodius.mdw.server.MDWorkbenchServer.getDiscoveryHelper(String) Clients are recommended to use thegetDiscoveryHelper(HttpServletRequest)
method.com.sodius.mdw.server.services.Service.getRuleName() Services can be implemented with an Operation since 2.3.0, in which case this method returnsnull
.com.sodius.mdw.server.services.Service.getRuleSetName() Services can be implemented with an Operation since 2.3.0, in which case this method returnsnull
.com.sodius.mdw.server.utils.EncryptionProvider.decrypt(String) This method relies on the default platform character encoding. Clients are advised to use the decrypt(String, String) method that allows specifying an explicit charset.com.sodius.mdw.server.utils.EncryptionProvider.encrypt(String) This method relies on the default platform character encoding. Clients are advised to use the encrypt(String, String) method that allows specifying an explicit charset.