Drools :: Core 6.0.0.Beta5

org.drools.core.command.runtime
Class KBuilderSetPropertyCommand

java.lang.Object
  extended by org.drools.core.command.runtime.KBuilderSetPropertyCommand
All Implemented Interfaces:
Serializable, GenericCommand<Void>, org.kie.api.command.Command<Void>

public class KBuilderSetPropertyCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
KBuilderSetPropertyCommand()
           
KBuilderSetPropertyCommand(String kbuilderConfId, String name, String value)
           
 
Method Summary
 Void execute(org.kie.internal.command.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KBuilderSetPropertyCommand

public KBuilderSetPropertyCommand()

KBuilderSetPropertyCommand

public KBuilderSetPropertyCommand(String kbuilderConfId,
                                  String name,
                                  String value)
Method Detail

execute

public Void execute(org.kie.internal.command.Context context)
Specified by:
execute in interface GenericCommand<Void>

Drools :: Core 6.0.0.Beta5

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