Class RuleNameServiceImpl

  • All Implemented Interfaces:
    org.kie.workbench.common.services.shared.rulename.RuleNamesService

    @ApplicationScoped
    public class RuleNameServiceImpl
    extends Object
    implements org.kie.workbench.common.services.shared.rulename.RuleNamesService
    • Constructor Detail

      • RuleNameServiceImpl

        public RuleNameServiceImpl()
      • RuleNameServiceImpl

        @Inject
        public RuleNameServiceImpl​(org.kie.workbench.common.services.refactoring.service.RefactoringQueryService queryService,
                                   org.kie.workbench.common.services.shared.project.KieModuleService moduleService)
    • Method Detail

      • getRuleNames

        public Collection<String> getRuleNames​(org.uberfire.backend.vfs.Path path,
                                               String packageName)
        Specified by:
        getRuleNames in interface org.kie.workbench.common.services.shared.rulename.RuleNamesService