public class GetObjectInEntryPointCommand extends Object implements GenericCommand<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.internal.command.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.internal.command.Context context)
execute
in interface GenericCommand<Object>
public org.kie.api.runtime.rule.FactHandle getFactHandle()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.