Interface IConnectorConfigurationUpdatable
public interface IConnectorConfigurationUpdatable
Connector Configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid()Given connector is valid.voidRemove a project configuration by its idvoidupdateProjects(@NotNull IConnectorProjectConfiguration pConfiguration) Update an existing config or create a new onevoidupdateSystemConfiguration(@NotNull String sSystemId, @NotNull String sDisplayName, @NotNull String sClassname, @NotNull String sConfigurationXml) Get the system configuration data
-
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
Remove a project configuration by its id- Parameters:
sId-
-
updateProjects
Update an existing config or create a new one- Parameters:
pConfiguration-
-
isValid
boolean isValid()Given connector is valid.- Returns:
-