Package | Description |
---|---|
com.incorta.connector | |
com.incorta.connector.model | |
com.incorta.connector.util |
Modifier and Type | Method and Description |
---|---|
ConnectorModel |
ConnectorFactory.getConnectorModel(ConnectorFactoryContext context,
ConnectorType type)
Returns the
ConnectorModel object of the specified connector type. |
Modifier and Type | Method and Description |
---|---|
ConnectorModel |
ConnectorModel.Builder.build()
Creates and returns a
ConnectorModel instance based on the specified values. |
static ConnectorModel |
ConnectorModel.getConnectorModel(ConnectorFactoryContext context,
java.lang.String type,
java.lang.String subType,
int version)
Returns a registered connector model.
|
ConnectorModel |
ConnectorModel.ConnectorModelSource.getConnectorModel(ConnectorFactoryContext context,
java.lang.String type,
java.lang.String subType,
int version) |
Modifier and Type | Method and Description |
---|---|
static ConnectorModel.Builder |
ConnectorModel.builder(ConnectorModel template)
Creates a new
ConnectorModel.Builder object, initialized with the values from the specified ConnectorModel object. |
Modifier and Type | Method and Description |
---|---|
static ConnectorModel |
ConnectorFactoryUtil.parseModelXml(java.io.InputStream in)
Parses the connector model XML and returns the equivalent
ConnectorModel object. |
static ConnectorModel |
ConnectorFactoryUtil.readModelXmlAndIcon(java.lang.Class<?> callingClass,
java.lang.String xmlRelativePath,
java.lang.String iconRelativePath)
Parses the connector model XML and also reads the connector icon, then returns a
ConnectorModel object
containing both the model data and the icon bytes. |