Interface IConnectorConfigurationUpdatable


public interface IConnectorConfigurationUpdatable
Connector Configuration
Author:
I-D Media AG
  • Method Details

    • updateSystemConfiguration

      @NotNull void updateSystemConfiguration(@NotNull @NotNull String sSystemId, @NotNull @NotNull String sDisplayName, @NotNull @NotNull String sClassname, @NotNull @NotNull String sConfigurationXml)
      Get the system configuration data
      Parameters:
      sSystemId -
      sDisplayName -
      sClassname -
      sConfigurationXml -
    • removeProjectConfiguration

      @Nullable void removeProjectConfiguration(String sId)
      Remove a project configuration by its id
      Parameters:
      sId -
    • updateProjects

      void updateProjects(@NotNull @NotNull IConnectorProjectConfiguration pConfiguration)
      Update an existing config or create a new one
      Parameters:
      pConfiguration -
    • isValid

      boolean isValid()
      Given connector is valid.
      Returns: