Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors
12c (12.1.2)
E23195-01
Oracle Team Productivity Center UI tag --<DataSource>
Go back

Summary

Tag name: <DataSource>

The DataSource tag defines a data source in the back end repository. It contains a list of Field tags.

Code Example(s)

      <DataSource name="release_master_list" id-def="RELEASE_ID">
         <Field name="RELEASE_ID" type="number" label="${res.BUG_RELEASEID}"/>
         <Field name="RELEASE" label="${res.BUG_REPORTEDREL}"/>
         <Field name="DESCRIPTION" label="${res.DESCRIPTION}"/>
      </DataSource>

Attributes

Name Type Default value Required? Supports EL? Description
nameStringYYThe data source name. It is unique at the work item scope for any connector model definition.
id-defStringYYSpecifies the unique id (or rowKey) in the data source.