public class FireUntilHaltCommand extends Object implements org.kie.api.command.ExecutableCommand<Void>, UnpersistableCommand
Constructor and Description |
---|
FireUntilHaltCommand() |
FireUntilHaltCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context context) |
org.kie.api.runtime.rule.AgendaFilter |
getAgendaFilter() |
void |
setAgendaFilter(org.kie.api.runtime.rule.AgendaFilter agendaFilter) |
String |
toString() |
public FireUntilHaltCommand()
public FireUntilHaltCommand(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
public org.kie.api.runtime.rule.AgendaFilter getAgendaFilter()
public void setAgendaFilter(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
public Void execute(org.kie.api.runtime.Context context)
execute
in interface org.kie.api.command.ExecutableCommand<Void>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.