org.drools.core.command.runtime.rule
Class FireAllRulesCommand
java.lang.Object
org.drools.core.command.runtime.rule.FireAllRulesCommand
- All Implemented Interfaces:
- Serializable, IdentifiableResult, GenericCommand<Integer>, org.kie.api.command.Command<Integer>
public class FireAllRulesCommand
- extends Object
- implements GenericCommand<Integer>, IdentifiableResult
- See Also:
- Serialized Form
FireAllRulesCommand
public FireAllRulesCommand()
FireAllRulesCommand
public FireAllRulesCommand(String outIdentifer)
FireAllRulesCommand
public FireAllRulesCommand(int max)
FireAllRulesCommand
public FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
FireAllRulesCommand
public FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter,
int max)
FireAllRulesCommand
public FireAllRulesCommand(String outIdentifier,
int max,
org.kie.api.runtime.rule.AgendaFilter agendaFilter)
getMax
public int getMax()
setMax
public void setMax(int max)
getAgendaFilter
public org.kie.api.runtime.rule.AgendaFilter getAgendaFilter()
setAgendaFilter
public void setAgendaFilter(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
getOutIdentifier
public String getOutIdentifier()
- Specified by:
getOutIdentifier in interface IdentifiableResult
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
- Specified by:
setOutIdentifier in interface IdentifiableResult
execute
public Integer execute(org.kie.internal.command.Context context)
- Specified by:
execute in interface GenericCommand<Integer>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.