Interface OfficeIntegrationAPI

All Known Implementing Classes:
JmixOfficeIntegration, OfficeIntegration

public interface OfficeIntegrationAPI
  • Field Details

  • Method Details

    • getTemporaryDirPath

      String getTemporaryDirPath()
    • getTimeoutInSeconds

      Integer getTimeoutInSeconds()
    • getCountOfRetry

      int getCountOfRetry()
    • getRetryIntervalMs

      int getRetryIntervalMs()
    • isDisplayDeviceAvailable

      Boolean isDisplayDeviceAvailable()
    • runTaskWithTimeout

      void runTaskWithTimeout(OfficeTask officeTask, int timeoutInSeconds) throws NoFreePortsException
      Throws:
      NoFreePortsException