Event Type Repository Editor

6-12 Oracle Complex Event Processing Developers Guide

6.3.3 Hyperlinking

When editing a component configuration file, EPN assembly file, or Oracle CQL statement, hold down the Ctrl key to turn on hyperlinking. Using hyperlinking, you can easily move between assembly and configuration files and follow reference IDs to jump to bean implementation classes. This section describes: ■ Section 6.3.3.1, Hyperlinking in Component Configuration and EPN Assembly Files ■ Section 6.3.3.2, Hyperlinking in Oracle CQL Statements

6.3.3.1 Hyperlinking in Component Configuration and EPN Assembly Files

Figure 6–21 shows a component configuration file with the cursor over the value of a processor element name child element while holding down the Ctrl key. The name value has an underline to indicate it is a hyperlink. Click this link to jump to the corresponding element in the EPN assembly file as Figure 6–22 shows. Figure 6–21 Component Configuration File: Hyperlinking to EPN Assembly File This figure shows a component configuration file with a processor element. The mouse is hovering over the filterFanoutProcessor value of the name element. The name value is underlined to indicate that it is a hyperlink. Similarly, hovering over the wlevs:processor element id child element value filterFanoutProcessor while holding down the Ctrl key allows you to hyperlink back to the component configuration file. Oracle CEP IDE for Eclipse and the Event Processing Network 6-13 Figure 6–22 EPN Assembly File: Hyperlinking to Component Configuration File

6.3.3.2 Hyperlinking in Oracle CQL Statements

Figure 6–23 shows a component configuration file with the cursor over an event attribute while holding down the Ctrl key. The fromRate attribute has an underline to indicate it is a hyperlink. Click this link to jump to the corresponding event definition in the EPN assembly file as Figure 6–24 shows. Figure 6–23 Oracle CQL Statement: Event Schema Note: Hyperlinking in Oracle SQL statements is designed for simple use cases and may not work as expected in more complex implementations.