Class SetVariableCommandFromLastReturn

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

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

      • SetVariableCommandFromLastReturn

        public SetVariableCommandFromLastReturn​(String identifier)
      • SetVariableCommandFromLastReturn

        public SetVariableCommandFromLastReturn​(String contextName,
                                                String identifier)
      • SetVariableCommandFromLastReturn

        public SetVariableCommandFromLastReturn​(String contextName,
                                                String identifier,
                                                org.kie.internal.builder.fluent.Scope scope)
    • Method Detail

      • execute

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