Class GetGlobalsCommand

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

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

      • GetGlobalsCommand

        public GetGlobalsCommand()
    • Method Detail

      • execute

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