Groovy script interface

If you intend to use Groovy scripts to integrate with external event processes, such as an integration with an incident manager, then you must implement a Groovy script that implements the methods defined by the following interface:

com.hp.opr.api.ws.adapter.ExternalProcessAdapter

This is provided in the JAR file opr-external-api.jar.

The Groovy script interface with full documentation of all arguments and types can be found in the Javadoc documentation delivered with the product. For the location of the Javadoc API Documentation, see Javadoc API Documentation. For more information about developing and deploying Groovy scripts, see Groovy scripts.