Previous Topic: Plug-in Application ExecutionNext Topic: CA Gen Toolset Menu Hierarchy


Plug-in Application Registration

To register an external application as a CA Gen toolset plug-in, set the registry keys at HKEY_LOCAL_MACHINE\Software\ComputerAssociates\CA Gen\Plug-ins on Windows 32-bit computer and HKEY_LOCAL_MACHINE\Software\Wow6432Node\ComputerAssociates\CA Gen\Plug-ins on a Windows 64-bit computer.

The following items will be allowed in the registry:

The plug-in menu item would only be enabled in the Data Model Diagram when there are two entities and one relationship selected.

The following is an example of what the registry menu hierarchy might look like for a single plug-in. The example is for a plug-in generated by CA Gen that will change the business system in which an object is located. It allows one or more procedures to be selected when the Dialog Design Diagram is open and works on the current action diagram (as long as it is a BSD action diagram) when that tool is open. It also tells the plug-in that it is not using a database and to run trace.

HKEY_CURRENT_USER\Software\ComputerAssociates\CA Gen
\Plug-ins
	\QAT
MenuItemText="Change Business System"
ExeLocation="c:\Program Files\CA\changebs.exe"
OptionalParameters="/db= /test"
\EnableInDiagrams
	\ActionDiagram
			EnableSelectedObjectCount="0"
		\DialogDesign
			EnableSelectedObjectCount="+"