public class UpdateCommand extends Object implements GenericCommand<Void>
| Constructor and Description |
|---|
UpdateCommand() |
UpdateCommand(org.kie.api.runtime.rule.FactHandle handle,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.internal.command.Context context) |
String |
getEntryPoint() |
DisconnectedFactHandle |
getHandle() |
Object |
getObject() |
void |
setEntryPoint(String entryPoint) |
String |
toString() |
public UpdateCommand()
public UpdateCommand(org.kie.api.runtime.rule.FactHandle handle,
Object object)
public Void execute(org.kie.internal.command.Context context)
execute in interface GenericCommand<Void>public String getEntryPoint()
public void setEntryPoint(String entryPoint)
public Object getObject()
public DisconnectedFactHandle getHandle()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.