Custom development toolkit for custom triggers

Platform provides a custom development toolkit with a sample custom trigger for your reference. You can download the custom development toolkit (customt.zip) from the Platform Private Cloud downloads page.

In the custom development toolkit, refer to the following files to implement or understand custom trigger development using the sample custom trigger custom.jar:

  • The runtime time class, CustomTrigger.java, located at customt.zip\customt\src\trigger\: This class contains abstracts methods that define the trigger action.
  • The design-time class, CustomTriggerConfig.java, located at customt.zip\customt\src\trigger\: This class contains abstracts methods that define trigger properties.
  • The custom trigger project JAR file, custom.jar, located at customt.zip\customt\: This is the custom trigger project file that contains all the trigger-specific class files.

To create a custom trigger from scratch, refer to Developing a Custom Trigger.