Interface IComplianceScreeningBF


  • @BusinessFacade
    public interface IComplianceScreeningBF
    "New" business facade for REST.
    Normally, it would not be necessary to introduce a new BF for REST, but some peculiarities of the RexBF make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g. there are methods with more than 1 argument).
    Remark, that this BF is annotated with 'BFInternal', so it will not be shown in the list of BF documentations (hence we do not need Javadoc for it). Luckily the BF is still shown in the swagger UI.