Share via


IConnectorFrameworkConfigurationManagement Interface

Definition

An interface that lets you set up and access connectors. A connector is used to import data (from an external system into Service Manager) or export data (from Service Manager to an external system).

public interface class IConnectorFrameworkConfigurationManagement
public interface IConnectorFrameworkConfigurationManagement
type IConnectorFrameworkConfigurationManagement = interface
Public Interface IConnectorFrameworkConfigurationManagement

Methods

Cleanup(EnterpriseManagementConnector)

Deletes a connector.

GetConnector(Guid)

Gets a connector by using an identifier.

GetConnectors()

Gets all connector objects in the management group.

GetDefaultConnectorId()

Gets the identifier of the default connector.

Setup(ConnectorInfo)

Creates a new connector based on the provided connector information object.

Setup(ConnectorInfo, Guid)

Creates a new connector based on the provided connector information object, assigning it the provided identifier.

Setup(CreatableEnterpriseManagementObject)

Sets up a connector instance based on the CreateableEnterpriseManagementObject type.

Setup(EnterpriseManagementObjectProjection)

Sets up a connector instance based on the EnterpriseManagementObjectProjection object type, committing the resulting objects to the connector’s hierarchy.

Applies to