Class GetVariableCommand

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

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

      • GetVariableCommand

        public GetVariableCommand()
      • GetVariableCommand

        public GetVariableCommand​(String identifier)
      • GetVariableCommand

        public GetVariableCommand​(String identifier,
                                  String contextName)
    • Method Detail

      • execute

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