public class GetObjectInEntryPointCommand extends Object implements ExecutableCommand<Object>, IdentifiableResult
Constructor and Description |
---|
GetObjectInEntryPointCommand() |
GetObjectInEntryPointCommand(org.kie.api.runtime.rule.FactHandle factHandle,
String entryPoint) |
GetObjectInEntryPointCommand(org.kie.api.runtime.rule.FactHandle factHandle,
String entryPoint,
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 |
setFactHandleFromString(String factHandleId) |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
public GetObjectInEntryPointCommand()
public GetObjectInEntryPointCommand(org.kie.api.runtime.rule.FactHandle factHandle, String entryPoint)
public String getOutIdentifier()
getOutIdentifier
in interface IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public void setFactHandleFromString(String factHandleId)
public String getFactHandleFromString()
public Object execute(org.kie.api.runtime.Context context)
execute
in interface ExecutableCommand<Object>
public org.kie.api.runtime.rule.FactHandle getFactHandle()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.