org.guvnor.common.services.backend.rulenames
Class RuleNamesServiceImpl
java.lang.Object
org.guvnor.common.services.backend.rulenames.RuleNamesServiceImpl
- All Implemented Interfaces:
- RuleNamesService
@ApplicationScoped
public class RuleNamesServiceImpl
- extends Object
- implements RuleNamesService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleNamesServiceImpl
public RuleNamesServiceImpl()
getRuleNamesMap
public Map<String,Collection<String>> getRuleNamesMap()
- Specified by:
getRuleNamesMap in interface RuleNamesService
getRuleNames
public List<String> getRuleNames()
- Specified by:
getRuleNames in interface RuleNamesService
getRuleNamesForPackage
public Collection<String> getRuleNamesForPackage(String packageName)
- Specified by:
getRuleNamesForPackage in interface RuleNamesService
onRuleNamesUpdated
public void onRuleNamesUpdated(@Observes
RuleNameUpdateEvent ruleNameUpdateEvent)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.