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