The ConnectorDefinition contains configuration element of parameters used when creating a runtime connector instance.
The ConnectorDefinition tag is root tag of any connector definition.
The ConnectorDefinition tag has the following child tag: configuration.
The following example shows the XML for a ConnectorDefinition tag that has a configuration child tag.
<ConnectorDefinition>
<configuration id="Sample"
className="oracle.sampleconnector.SampleConnectorService"
repositoryType="Work Item"
uiFileName="/META-INF/SampleUI.xml"
modelFileName="/META-INF/SampleDef.xml"
version="1.0">
</configuration >
</ConnectorDefinition>
| Name | Type | Supports EL? | Description |
|---|