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