Class GetCommand<T>

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

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

      • GetCommand

        public GetCommand​(String name)
      • GetCommand

        public GetCommand​(String name,
                          org.kie.internal.builder.fluent.Scope scope)
    • Method Detail

      • execute

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