Interface IGlobalConfiguration
- All Superinterfaces:
IConfigurationAspect,ISavableConfigurationAspect,IStorableConfiguration<IGlobalConfiguration>
public interface IGlobalConfiguration
extends IStorableConfiguration<IGlobalConfiguration>, IConfigurationAspect
Generic configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAllow the connector to be called for generic tasks at the end of each tms translation status checkbooleanCreate a zip file if the XML import fails@org.jetbrains.annotations.NotNull intGet the Chunk Size@NotNull StringGet the default SSL protocol to use when establishing a connection to another systemintNew Jobs may be splitted because of the setting for "max pages per exported xml file".booleanOperate concurrentlyMethods inherited from interface com.idmedia.translationstudio.api.configuration.ISavableConfigurationAspect
saveToDiskMethods inherited from interface com.idmedia.translationstudio.api.configuration.IStorableConfiguration
createClone, isEmpty, saveToDisk, toXml
-
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
Get the default SSL protocol to use when establishing a connection to another system- Returns:
-