KNTA_PORTLET_TYPE_WS_INFO
This table stores web service information for portlet types including the target URL and credentials.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_PORTLET_TYPES |
PORTLET_TYPE_ID |
PORTLET_TYPE_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PORTLET_TYPE_WS_INFO_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
PORTLET_TYPE_ID |
NOT NULL |
NUMBER |
Foreign key reference to the portlet types table of the portlet type this information is for |
URL |
NOT NULL |
VARCHAR2(2000) |
Endpoint URL for the web service |
HTTP_USERNAME |
NULLABLE |
VARCHAR2(200) |
Username for the web service |
HTTP_PASSWORD |
NULLABLE |
VARCHAR2(200) |
Password for the web service |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_PORTLET_TYPE_WS_INFO_U1 |
UNIQUE |
1 |
PORTLET_TYPE_WS_INFO_ID |
KNTA_PORTLET_TYPE_WS_INFO_U2 |
UNIQUE |
1 |
PORTLET_TYPE_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PORTLET_TYPE_WS_INFO_S |
PORTLET_TYPE_WS_INFO_ID |