Class GetContextCommand<Void>

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

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

      Constructors 
      Constructor Description
      GetContextCommand​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Void execute​(org.kie.api.runtime.Context context)  
      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

      • GetContextCommand

        public GetContextCommand​(java.lang.String name)
    • Method Detail

      • execute

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

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