Interface IInfobaseAccessSettingsRequestor

    • Method Detail

      • requestAndStoreAccessSettingsIfAppropriate

        boolean requestAndStoreAccessSettingsIfAppropriate​(InfobaseReference infobase,
                                                           Exception e)
        Requests and stories infobase access settings if the exception is appropriate.
        Parameters:
        infobase - the infobase reference, cannot be null
        e - the exception, cannot be null
        Returns:
        true if access settings were requested ant stored, false otherwise
      • requestAndUpdateAccessSettingsIfAppropriate

        boolean requestAndUpdateAccessSettingsIfAppropriate​(InfobaseReference infobase,
                                                            Exception e,
                                                            RuntimeExecutionArguments arguments)
        Requests and updates only infobase access settings and updates runtime execution arguments if the exception is appropriate.
        Parameters:
        infobase - the infobase reference, cannot be null
        e - the exception, cannot be null
        arguments - the runtaime execution arguments to update, cannot be null
        Returns:
        true if access settings were reauested and updated, false otherwise