TDV Resource Types and Subtypes
The following table lists the types and subtypes of TDV resources.
|
Resource Type / Subtype |
Description |
|
CONTAINER / CATALOG_CONTAINER |
A catalog folder within a data source, under /services/databases. |
|
CONTAINER / CONNECTOR_CONTAINER |
A container for connectors. |
|
CONTAINER / DIRECTORY_CONTAINER |
A TDV directory. |
|
CONTAINER / FOLDER_CONTAINER |
A TDV folder. It can be created only in another folder under /services/webservices. |
|
CONTAINER / OPERATIONS_CONTAINER |
A web service container for operations. |
|
CONTAINER / PORT_CONTAINER |
A port container. It can be created only within a SERVICE under /services/webservices. |
|
CONTAINER / SCHEMA_CONTAINER |
A schema container. It can be created only within a catalog under /services/databases. |
|
CONTAINER / SERVICE_CONTAINER |
A service container. It can be created only within a data source that is under /services/webservices. |
|
CONNECTOR / JMS |
A JMS connector, created with no connection information. |
|
CONNECTOR / HTTP |
An HTTP connector, created with no connection information. |
|
DATA_SOURCE / FILE_DATA_SOURCE |
A comma-separate file data source. |
|
DATA_SOURCE / NONE |
A custom Java procedure data source. |
|
DATA_SOURCE / RELATIONAL_DATA_SOURCE |
A relational database source. |
|
DATA_SOURCE / WSDL_DATA_SOURCE |
A TDV web service data source. |
|
DATA_SOURCE / XML_FILE_DATA_SOURCE |
An XML file data source. |
|
DATA_SOURCE / XML_HTTP_DATA_SOURCE |
An HTTP XML data source. |
|
DEFINITION_SET / ABSTRACT_WSDL_DEFINITION_SET |
An abstract WSDL definition set such as the ones imported from Designer. |
|
DEFINITION_SET / SCDL_DEFINITION_SET |
An SCA definition set imported from Designer. |
|
DEFINITION_SET / SQL_DEFINITION_SET |
A SQL definition set. |
|
DEFINITION_SET / WSDL_DEFINITION_SET |
A WSDL definition set. |
|
DEFINITION_SET / XML_SCHEMA_DEFINITION_SET |
An XML schema definition set. |
|
LINK / NONE |
A resource published in /services. |
|
PROCEDURE / BASIC_TRANSFORM_PROCEDURE |
A Basic XSLT Transformation procedure. It is created with no target procedure and no output columns, so it is not runnable. |
|
PROCEDURE / DATABASE_PROCEDURE |
A database stored procedure. |
|
PROCEDURE / EXTERNAL_SQL_PROCEDURE |
A packaged query. It is created with no SQL text, so it is not runnable. |
|
PROCEDURE / JAVA_PROCEDURE |
A procedure created from a Java data source (JAR file). |
|
PROCEDURE / OPERATION_PROCEDURE |
A web service or HTTP procedure operation. |
|
PROCEDURE / SQL_SCRIPT_PROCEDURE |
A SQL procedure, created with a simple default script body that is runnable. |
|
PROCEDURE / STREAM_TRANSFORM_PROCEDURE |
An XSLT streaming transformation procedure. It is created with no target procedure and no output columns, so it is not runnable. |
|
PROCEDURE / XQUERY_TRANSFORM_PROCEDURE |
An XQUERY transformation procedure. It is created with no target schema and no model, so it is not runnable. |
|
PROCEDURE / XSLT_TRANSFORM_PROCEDURE |
An XSLT transformation procedure. It is created with no target procedure and no output columns, so it is not runnable. |
|
TABLE / DATABASE_TABLE |
A database table. |
|
TABLE / DELIMITED_FILE_TABLE |
A delimited file table. |
|
TABLE / SQL_TABLE |
A TDV view. It is created with no SQL text or model, so it is not runnable. |
|
TABLE / SYSTEM_TABLE |
A system table view. |
|
TREE / XML_FILE_TREE |
The XML tree structure associated with a file-XML data source. |
|
TRIGGER / NONE |
A TDV trigger. It is created disabled. |