Extending the AWM Meta Model

The AWM meta model can be extended by using the AWM plug-in API. All available model extensions must be defined under a function package with a unique ID. Function packages, including all their functions, can be defined by extending the Eclipse extension point “com.microfocus.awm.model.extension” with an Eclipse plug-in.

Once a plug-in defining a new function package is installed, the package and its functions are available in the model editor.

The technical documentation for all extensions is contained within the shipped AWM binaries (extension point schema definition) and is available from the Eclipse Manifest Editor.