Class TransientScriptedQueryParameter

  • All Implemented Interfaces:
    Serializable

    public class TransientScriptedQueryParameter
    extends Object
    implements Serializable
    A script parameter is a name and value pair to be processed on the execute of the script in the ScriptingQuery#getScript().
    Author:
    Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • TransientScriptedQueryParameter

        public TransientScriptedQueryParameter()
      • TransientScriptedQueryParameter

        public TransientScriptedQueryParameter​(String name,
                                               Object value)
      • TransientScriptedQueryParameter

        public TransientScriptedQueryParameter​(String id,
                                               String name,
                                               String description,
                                               String type,
                                               boolean mandatory,
                                               Object defaultValue)