Customizing the adapters
Explanations and examples of customizing the adapters is provided.
- Specifying Custom Modules in AppData Configuration
When you customize this editor you can specify the name of the custom modules to be used without editing source and compiling. - Description of Custom Modules
Custom modules are Perl modules that inherit from delivered custom modules. - How AppData-Specified Custom Modules Override the Default Module
You do not have to add the names of your custom modules to AppData if you want your tools to only use the custom modules that they specify in their calls to GetDocPerl and PutDocPerl. - Specifying custom adapter modules in AppData
Update AppData through Contenta Explorer to specify the custom adapter modules that you want to use. - Specifying Main Adapter Module in AppData
If necessary, you can indicate the main perl adapter module as well as a custom adapter module that a tool should use. - Creating a Custom Module
You create a custom module to modify the behavior of an adapter by overriding callbacks defined in the base custom adapter. - Customizing the PutDoc Adapter’s Bust Callbacks
The callbacks in custom bust modules that you may override are described.