Extending : Processor editor extension : Extending the Processor editor : Creating and registering a global function : Registering a global function
  
Registering a global function
After creating a function definition file and a Java class to implement the declared functions, technical developers must register the definition file and Java class as a plug-in extension point called com.ibm.btt.tools.transaction.dominate.palette.globalFunctions.
In the Extension Element Details panel, enter the following information:
In the class field, select the global functions declaration class.
In the config field, select the global functions definition file.
Go up to
Creating and registering a global function