...
Code Block |
---|
<validation forEvent="" class=""> <parameter name="" value=""/> </validation> |
The custom class has to implement the user can either use one of the Supported Standard Validators or implement the org.wso2.carbon.governance.registry.extensions.interfaces.CustomValidations
interface which has the following structure. The values in the parameter elements are passed to the init
method of the custom class at runtime.
...