Class DeleteFromEntryPointCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.DeleteFromEntryPointCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Void>,org.kie.api.command.ExecutableCommand<Void>
public class DeleteFromEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteFromEntryPointCommand()DeleteFromEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle, String entryPoint)DeleteFromEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle, String entryPoint, org.kie.api.runtime.rule.FactHandle.State fhState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(org.kie.api.runtime.Context context)org.kie.api.runtime.rule.FactHandlegetFactHandle()StringgetFactHandleFromString()voidsetFactHandleFromString(String factHandleId)StringtoString()
-
-
-
Constructor Detail
-
DeleteFromEntryPointCommand
public DeleteFromEntryPointCommand()
-
DeleteFromEntryPointCommand
public DeleteFromEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle, String entryPoint)
-
DeleteFromEntryPointCommand
public DeleteFromEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle, String entryPoint, org.kie.api.runtime.rule.FactHandle.State fhState)
-
-
Method Detail
-
execute
public Void execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Void>
-
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle()
-
setFactHandleFromString
public void setFactHandleFromString(String factHandleId)
-
getFactHandleFromString
public String getFactHandleFromString()
-
-