Interface IInfobaseUpdateCallback

    • Method Detail

      • onConfirm

        boolean onConfirm​(org.eclipse.core.resources.IProject project,
                          InfobaseReference infobase,
                          List<com._1c.g5.designer.ssh.client.operation.IDbStructureChange> changes,
                          org.eclipse.core.runtime.IProgressMonitor monitor)
        Confirm the provided database structure changes. Clients need to implement and return true whether need to apply changes to database or false to deny changes and cancel update.
        Parameters:
        project - the project to update infobase for, cannot be null
        infobase - the updating infobase, cannot be null
        changes - the database structure changes, cannot be null
        monitor - the progress monitor to report progress to, cannot be null
        Returns:
        true whether need to apply changes to database or false to deny changes