Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors
11g Release 1 (11.1.1) E14265-01 |
Name | Description |
---|---|
<ConnectorDefinition> | The ConnectorDefinition contains configuration element of parameters used when creating a runtime connector instance. |
<configuration> | configuration element specifies attributes of a connector such as id, className, repositoryType, version, uiFileName, and modelFileName. This element is required. |
<parameter> | parameter element is defined as ParameterType type. It consists of definition of a configurable parameter that can be set at the OTPC Administrator or team administrator using OTPC Admin UI. It defines the meta data of a parameter. This element is required and can be specified as many as necessary for the connector. |
Name | Description |
---|---|
<Repository Model> | Contains different work item configurations the connector supports |
<WorkItem> | Defines a work item type and its associated fields. |
<Fields> | Contains a list if fields the work item supports. |
<Field> | Defines a specific field. |
<LovDefs> | Contains a collection of lovDef tags. |
<LovDef> | Defines the meta data used by the corresponding List of Value dialog. |
<CriteriaMap> | Defines the query criteria used by the List of Value dialog. |
<FieldMap> | Defines the rules on the data returned back from the corresponding List of Value dialog. |
<DisplayList> | Defines the columns to show in the corresponding List of Value dialog. | Contains a collection of dataSource tags. | Defines the access mechanism used by lovDef tag. |
<QueryListColumns> | The default columns to show in query result table when creating a new query. |
<WebResource> | Contains a collection of URLDef tags. |
<URLDef> | Defines how an url field should behave when the link is clicked. |
Name | Description |
---|---|
<regions> | Contains different UI configurations the connector supports |
<region> | Defines a specific region. |
<formLayout> | Container UI object used to host a group of UI controls. The UI controls are shown in a form. |
<panelLayout> | Container UI object used to host a group of UI controls. The UI controls are displayed using the panel mechanism. |
<inputText> | Edit box that user can type value. |
<comboBox> | Show a list of values that user can select from. |
<listOfValues> | A UI control that has an edit box and a search binocular. When the search binocular is clicked, a pop up displays and shows data that match the definition on corresponding field tag. |
<radio> | A group control that allows user to pick one value. |
<checkBox> | A group control that allows user to pick more than one value. |
<inputDate> | A UI control that has an edit box and a date time picker. |
<textEditor> | A control allows user to type in multiple lines. |