Interface IExportOperation

All Known Implementing Classes:
ExportOperation

public interface IExportOperation
Operation for exporting configuration in 1C:Enterprise files

This operation can return result status IStatus

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Trace option constant for Export operation
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.core.runtime.IStatus
    run(org.eclipse.core.runtime.IProgressMonitor monitor)
    Runs export operation.
  • Field Details

    • EXPORT_OPERATION_TRACE_OPTION

      static final String EXPORT_OPERATION_TRACE_OPTION
      Trace option constant for Export operation
      See Also:
  • Method Details

    • run

      org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
      Runs export operation. Progress should be reported to the given progress monitor.
      Parameters:
      monitor - the progress monitor to use to display progress and receive requests for cancelation
      Returns:
      the status of the export operation