public class GetObjectInEntryPointCommand extends Object implements org.kie.api.command.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() |
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 org.kie.api.command.ExecutableCommand<Object>
public org.kie.api.runtime.rule.FactHandle getFactHandle()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.