Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

org.drools.guvnor.models.testscenarios.backend.populators
Interface Populator


public interface Populator


Method Summary
 List<FieldPopulator> getFieldPopulators()
           
 String getName()
           
 void populate(org.kie.api.runtime.KieSession ksession, Map<String,org.kie.api.runtime.rule.FactHandle> factHandles)
           
 

Method Detail

getName

String getName()

getFieldPopulators

List<FieldPopulator> getFieldPopulators()
                                        throws ClassNotFoundException,
                                               IllegalAccessException,
                                               InstantiationException,
                                               InvocationTargetException,
                                               NoSuchMethodException
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
NoSuchMethodException

populate

void populate(org.kie.api.runtime.KieSession ksession,
              Map<String,org.kie.api.runtime.rule.FactHandle> factHandles)

Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

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