Knowledge API Legacy5 Adapter 6.2.0.Final

Uses of Interface
org.drools.command.Setter

Packages that use Setter
org.drools.command   
org.drools.command.impl   
 

Uses of Setter in org.drools.command
 

Methods in org.drools.command that return Setter
static Setter CommandFactory.newSetter(String accessor, String value)
           
 Setter CommandFactoryService.newSetter(String accessor, String value)
           
 

Method parameters in org.drools.command with type arguments of type Setter
static Command CommandFactory.newModify(FactHandle factHandle, List<Setter> setters)
           
 Command CommandFactoryService.newModify(FactHandle factHandle, List<Setter> setters)
           
 

Uses of Setter in org.drools.command.impl
 

Methods in org.drools.command.impl that return Setter
 Setter CommandFactoryServiceImpl.newSetter(String accessor, String value)
           
 

Method parameters in org.drools.command.impl with type arguments of type Setter
 Command CommandFactoryServiceImpl.newModify(FactHandle factHandle, List<Setter> setters)
           
 


Knowledge API Legacy5 Adapter 6.2.0.Final

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