public class FireAllRulesCommand extends Object implements GenericCommand<Integer>, IdentifiableResult
Constructor and Description |
---|
FireAllRulesCommand() |
FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter) |
FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter,
int max) |
FireAllRulesCommand(int max) |
FireAllRulesCommand(String outIdentifer) |
FireAllRulesCommand(String outIdentifier,
int max,
org.kie.api.runtime.rule.AgendaFilter agendaFilter) |
Modifier and Type | Method and Description |
---|---|
Integer |
execute(org.kie.internal.command.Context context) |
org.kie.api.runtime.rule.AgendaFilter |
getAgendaFilter() |
int |
getMax() |
String |
getOutIdentifier() |
void |
setAgendaFilter(org.kie.api.runtime.rule.AgendaFilter agendaFilter) |
void |
setMax(int max) |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
public FireAllRulesCommand()
public FireAllRulesCommand(String outIdentifer)
public FireAllRulesCommand(int max)
public FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
public FireAllRulesCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter, int max)
public FireAllRulesCommand(String outIdentifier, int max, org.kie.api.runtime.rule.AgendaFilter agendaFilter)
public int getMax()
public void setMax(int max)
public org.kie.api.runtime.rule.AgendaFilter getAgendaFilter()
public void setAgendaFilter(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
public String getOutIdentifier()
getOutIdentifier
in interface IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public Integer execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<Integer>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.