Class SetCommand<T>

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

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

      • SetCommand

        public SetCommand​(String name)
      • SetCommand

        public SetCommand​(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>