Guvnor - Services Backend 6.0.0.Final

org.guvnor.common.services.backend.rulenames
Class RuleNamesServiceImpl

java.lang.Object
  extended by org.guvnor.common.services.backend.rulenames.RuleNamesServiceImpl
All Implemented Interfaces:
RuleNamesService

@ApplicationScoped
public class RuleNamesServiceImpl
extends Object
implements RuleNamesService


Constructor Summary
RuleNamesServiceImpl()
           
 
Method Summary
 List<String> getRuleNames()
           
 Collection<String> getRuleNamesForPackage(String packageName)
           
 Map<String,Collection<String>> getRuleNamesMap()
           
 void onRuleNamesUpdated(RuleNameUpdateEvent ruleNameUpdateEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleNamesServiceImpl

public RuleNamesServiceImpl()
Method Detail

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)

Guvnor - Services Backend 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.