Class GetFactHandleInEntryPointCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.GetFactHandleInEntryPointCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<org.kie.api.runtime.rule.FactHandle>,org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.FactHandle>
public class GetFactHandleInEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.FactHandle>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetFactHandleInEntryPointCommand()GetFactHandleInEntryPointCommand(Object object, String entryPoint)GetFactHandleInEntryPointCommand(Object object, String entryPoint, boolean disconnected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.rule.FactHandleexecute(org.kie.api.runtime.Context context)StringgetOutIdentifier()voidsetOutIdentifier(String outIdentifier)StringtoString()
-
-
-
Method Detail
-
getOutIdentifier
public String getOutIdentifier()
-
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
-
execute
public org.kie.api.runtime.rule.FactHandle execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.FactHandle>
-
-