public interface ConnectorFactory
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_LIST_CONNECTOR |
Modifier and Type | Method and Description |
---|---|
ConnectorInstance |
createConnectorInstance(ConnectorType connectorType,
String namespace)
Creates new unconfigured instance of the connector.
|
Set<ConnectorType> |
listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list of all known connectors.
|
static final String OPERATION_LIST_CONNECTOR
ConnectorInstance createConnectorInstance(ConnectorType connectorType, String namespace) throws ObjectNotFoundException, SchemaException
resource
- resource definitionObjectNotFoundException
- is the specified connector was not foundSchemaException
Set<ConnectorType> listConnectors(ConnectorHostType host, OperationResult parentRestul) throws CommunicationException
host
- definition of a connector host or null for local connector listCommunicationException
Copyright © 2013 evolveum. All rights reserved.