Use the RepositoryModel tag to define the types of work items used for this connector.
The RepositoryModel tag is root tag of any connector model definition.
The RepositoryModel tag has the following child tag: WorkItem.
The following example shows the XML for a RepositoryModel tag that has a configuration child tag.
<RepositoryModel resName="res" resFile="/META-INF/res/modelresource.xml">
<WorkItem data-source="rpthead" id-def="TASKID" id-label="${res.TASK_ID}"
label-def="TASKID" name="${res.TASK_NAME}" type="Task"
subject-def="DESC"
webURLHandler="oracle.sampleconnector.SampleConnectorService"
supportSearchByID="true" xmlns="http://www.oracle.com/alm"
version="1.1.1.1" >
</WorkItem>
</RepositoryModel>
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| resName | String | no | Specifies the resource name. It is used as namespace that, together with the string ID, can be resolved to a localized string. |
| resFile | String | no | Specifies the resource file locatioon to be loaded in runtime. It contains the localized strings. |