Show TOC

Getting the RulesEdit APILocate this document in the navigation structure

Procedure

Get the instance of the API factory, that is, DefaultRulesEditAPIFactory.

            DefaultRulesEditAPIFactory apiInstance = DefaultRulesEditAPIFactory.getInstance();
                 RulesEditAPI  api = apiInstance.getAPI();

         
Result

You get the instance of the RulesEditAPI.