Class 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 Detail

      • UpdateInEntryPointCommand

        public UpdateInEntryPointCommand()
      • UpdateInEntryPointCommand

        public UpdateInEntryPointCommand​(org.kie.api.runtime.rule.FactHandle handle,
                                         Object object,
                                         String entryPoint)
      • UpdateInEntryPointCommand

        public UpdateInEntryPointCommand​(org.kie.api.runtime.rule.FactHandle handle,
                                         Object object,
                                         String entryPoint,
                                         String[] modifiedProperties)
    • Method Detail

      • execute

        public Void execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Void>
      • getEntryPoint

        public String getEntryPoint()
      • setEntryPoint

        public void setEntryPoint​(String entryPoint)
      • getObject

        public Object getObject()