Interface IGlobalConfiguration

All Superinterfaces:
IConfigurationAspect, ISavableConfigurationAspect, IStorableConfiguration<IGlobalConfiguration>

public interface IGlobalConfiguration extends IStorableConfiguration<IGlobalConfiguration>, IConfigurationAspect
Generic configuration
Author:
I-D Media AG
  • Method Details

    • getChunkSize

      @NotNull @org.jetbrains.annotations.NotNull int getChunkSize()
      Get the Chunk Size
      Returns:
    • activateConnectorGenericTask

      boolean activateConnectorGenericTask()
      Allow the connector to be called for generic tasks at the end of each tms translation status check
      Returns:
    • operateConcurrently

      boolean operateConcurrently()
      Operate concurrently
      Returns:
    • createZipOnImportFailure

      boolean createZipOnImportFailure()
      Create a zip file if the XML import fails
      Returns:
    • minimalJobSize

      int minimalJobSize()
      New Jobs may be splitted because of the setting for "max pages per exported xml file". To avoid jobs that are too small, this setting defines the minimal size of a job, even when the setting "max pages per exported xml file" is lower
      Returns:
    • getDefaultSecurityProtocol

      @NotNull @NotNull String getDefaultSecurityProtocol()
      Get the default SSL protocol to use when establishing a connection to another system
      Returns: