The <interface> element is a container for an entry point into the adaptor. Elements in it define the program logic of the adaptor. It contains <setenv>, <run>, <ontempenv>, <onproject>, and <adduser> elements.
To specify an entry point, use the entry point name as a parameter on a .source call to the template.
Example: create an adaptor template named MyAdaptorTemplate. In it, place the following code in it to define a named entry point and make it the default:
<interface name="By Date" default="true">
</interface>
To call this interface by name, use the following command in a project step:
.source MyAdaptorTemplate "By Date"
Attributes: