Class GetEnvironmentCommand

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

    public class GetEnvironmentCommand
    extends java.lang.Object
    implements NotTransactionalCommand<org.kie.api.runtime.Environment>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.Environment 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

      • GetEnvironmentCommand

        public GetEnvironmentCommand()
    • Method Detail

      • execute

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

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