public class DeleteCommand extends Object implements ExecutableCommand<Void>
| Constructor and Description |
|---|
DeleteCommand() |
DeleteCommand(org.kie.api.runtime.rule.FactHandle handle) |
DeleteCommand(org.kie.api.runtime.rule.FactHandle handle,
org.kie.api.runtime.rule.FactHandle.State fhState) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.api.runtime.Context context) |
org.kie.api.runtime.rule.FactHandle |
getFactHandle() |
String |
getFactHandleFromString() |
void |
setFactHandleFromString(String factHandleId) |
void |
setHandle(DisconnectedFactHandle factHandle) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic DeleteCommand()
public DeleteCommand(org.kie.api.runtime.rule.FactHandle handle)
public DeleteCommand(org.kie.api.runtime.rule.FactHandle handle,
org.kie.api.runtime.rule.FactHandle.State fhState)
public org.kie.api.runtime.rule.FactHandle getFactHandle()
public void setHandle(DisconnectedFactHandle factHandle)
public void setFactHandleFromString(String factHandleId)
public String getFactHandleFromString()
public Void execute(org.kie.api.runtime.Context context)
execute in interface ExecutableCommand<Void>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.