Class UpdateCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>

    public class UpdateCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateCommand

        public UpdateCommand()
      • UpdateCommand

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

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

      • getEntryPoint

        public String getEntryPoint()
      • setEntryPoint

        public void setEntryPoint​(String entryPoint)
      • getObject

        public Object getObject()
      • setFactHandleFromString

        public void setFactHandleFromString​(String factHandleId)
      • getFactHandleFromString

        public String getFactHandleFromString()
      • getModifiedProperties

        public String[] getModifiedProperties()
      • execute

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