Class DeleteObjectCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.DeleteObjectCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Void>,org.kie.api.command.ExecutableCommand<Void>
public class DeleteObjectCommand extends Object implements org.kie.api.command.ExecutableCommand<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteObjectCommand()DeleteObjectCommand(Object object, String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(org.kie.api.runtime.Context context)StringgetEntryPointId()ObjectgetObject()StringtoString()
-