The adaptor templates provided by Build Forge are single entry point adaptors.
For single entry point adaptors, in the Management Console (Projects > Adaptors), you select the template name for the application and function that you want to execute. For example, ClearCaseBaseline or ClearCaseByDate.
If you prefer you can create one adaptor template for ClearCase that contains multiple interfaces or functions for ClearCase. For a multiple entry point adaptor, you identify each interface by a name, called an entry point.
To create a multiple entry point adaptor:
To create the template, you have the option of using one of the provided templates as a model and modifying the XML as necessary.
In the template, you must add the name attribute to the <interface> element to identify the entry point for each interface that you add to the template.
The related syntax for the interface element is shown in the following example:
<interface name="By Date" default="true"> </interface>
.source ClearCase "By Date"