Class UpdateInEntryPointCommand

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

    public class UpdateInEntryPointCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<java.lang.Void>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateInEntryPointCommand()  
      UpdateInEntryPointCommand​(org.kie.api.runtime.rule.FactHandle handle, java.lang.Object object, java.lang.String entryPoint)  
      UpdateInEntryPointCommand​(org.kie.api.runtime.rule.FactHandle handle, java.lang.Object object, java.lang.String entryPoint, java.lang.String[] modifiedProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void execute​(org.kie.api.runtime.Context context)  
      java.lang.String getEntryPoint()  
      java.lang.Object getObject()  
      void setEntryPoint​(java.lang.String entryPoint)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules
    • Constructor Detail

      • UpdateInEntryPointCommand

        public UpdateInEntryPointCommand()
      • UpdateInEntryPointCommand

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

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

      • execute

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

        public java.lang.String getEntryPoint()
      • setEntryPoint

        public void setEntryPoint​(java.lang.String entryPoint)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getObject

        public java.lang.Object getObject()