public class FireUntilHaltCommand extends Object implements 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
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 ExecutableCommand<Void>
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.