org.drools.core.command.runtime.rule
Class GetObjectInEntryPointCommand
java.lang.Object
org.drools.core.command.runtime.rule.GetObjectInEntryPointCommand
- All Implemented Interfaces:
- Serializable, IdentifiableResult, GenericCommand<Object>, org.kie.api.command.Command<Object>
public class GetObjectInEntryPointCommand
- extends Object
- implements GenericCommand<Object>, IdentifiableResult
- See Also:
- Serialized Form
GetObjectInEntryPointCommand
public GetObjectInEntryPointCommand()
GetObjectInEntryPointCommand
public GetObjectInEntryPointCommand(org.kie.api.runtime.rule.FactHandle factHandle,
String entryPoint)
GetObjectInEntryPointCommand
public GetObjectInEntryPointCommand(org.kie.api.runtime.rule.FactHandle factHandle,
String entryPoint,
String outIdentifier)
getOutIdentifier
public String getOutIdentifier()
- Specified by:
getOutIdentifier in interface IdentifiableResult
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
- Specified by:
setOutIdentifier in interface IdentifiableResult
setFactHandleFromString
public void setFactHandleFromString(String factHandleId)
getFactHandleFromString
public String getFactHandleFromString()
execute
public Object execute(org.kie.internal.command.Context context)
- Specified by:
execute in interface GenericCommand<Object>
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.