Interface ICustomAdministrationConfiguration

All Superinterfaces:
IConfigurationAspect, ISavableConfigurationAspect, IStorableConfiguration<ICustomAdministrationConfiguration>

public interface ICustomAdministrationConfiguration extends IStorableConfiguration<ICustomAdministrationConfiguration>, IConfigurationAspect
Custom Administration configuration
Author:
I-D Media AG
  • Method Details

    • getMails

      @NotNull @NotNull String getMails()
    • getDatasetTableSplit

      @NotNull @NotNull String[] getDatasetTableSplit()
    • getTemplateFieldsMaxLen

      @NotNull @NotNull String[] getTemplateFieldsMaxLen()
    • getTemplateHideFields

      @NotNull @NotNull String[] getTemplateHideFields()
    • getTemplateRemoveFields

      @NotNull @NotNull String[] getTemplateRemoveFields()
    • getHideTextFieldsByRegexes

      @NotNull @NotNull String[] getHideTextFieldsByRegexes()
    • getConnectorEventSettings

      @NotNull @NotNull org.json.simple.JSONObject getConnectorEventSettings()
    • trackTranslationChecksums

      boolean trackTranslationChecksums()
    • translateSectionNames

      boolean translateSectionNames()
    • getIgnoreDatasetMaxLen

      boolean getIgnoreDatasetMaxLen()
    • getMetadataTranslationCatalogName

      @NotNull @NotNull String getMetadataTranslationCatalogName()
    • getMetadataTranslationCatalogTemplateUid

      @NotNull @NotNull String getMetadataTranslationCatalogTemplateUid()
    • getMetadataTranslationCatalogContent2

      @NotNull @NotNull String getMetadataTranslationCatalogContent2()
    • getMetadataTranslationCatalogLanguageField

      @NotNull @NotNull String getMetadataTranslationCatalogLanguageField()
    • getMetadataTranslationCatalogTranslatableFields

      @NotNull @NotNull String[] getMetadataTranslationCatalogTranslatableFields()
    • getTargetTimezone

      @NotNull @NotNull String getTargetTimezone()
    • getCustomConfigurationJson

      @Nullable @Nullable org.json.simple.JSONObject getCustomConfigurationJson()