Groovy script methods

If you are using a Groovy script to integrate external event processes, that Groovy script must implement the methods defined by the ExternalProcessAdapter interface.

The methods that must be implemented by the Groovy script are listed in this section.

init, destroy, and ping Methods

The methods for initializing and closing the Groovy script, and verifying the Groovy script parameters are listed in this section.

Methods for Forwarding Events to a Connected Server

The methods for forwarding events to an external event processing application, configured as a target connected server, are listed in this section.

Methods for Receiving Synchronization Data from a Connected Server

The methods for receiving synchronization data from an external event processing application, configured as a target connected server, are listed in this section.

Note These methods are only needed if the connected server supports the synchronizing back of event changes from the connected server.

Additional Methods

Additional methods are provided for transferring the control of an event, annotations, custom attributes, configuration items, and for accessing the HTTP requests and responses.

Methods for Retrieving Data from a Connected Server

The methods for retrieving data from a connected server are listed in this section.

Method for Supplying Data to a Connected Server

There is also a method for supplying data to a target connected server.

Management of Groovy Script Methods

The Groovy script methods run under a separate Java Security Manager. The following permissions are denied by the Java Security Manager: