Interface IConfirmChangesOption

  • All Superinterfaces:
    ILoadOption, IUpdateOption

    public interface IConfirmChangesOption
    extends ILoadOption, IUpdateOption
    Infobase update or load option that forces load operation to update infobase database structure and allows to specify database structure update confirm callback.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean onConfirm​(List<com._1c.g5.designer.ssh.client.operation.IDbStructureChange> changes)
      Confirm the provided database structure changes.
    • Method Detail

      • onConfirm

        boolean onConfirm​(List<com._1c.g5.designer.ssh.client.operation.IDbStructureChange> changes)
        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.
        Parameters:
        changes - the database structure changes, cannot be null
        Returns:
        true whether need to apply changes to database or false to deny changes