com.wrq.vhi.script.api
Interface ProcedureParameters


public interface ProcedureParameters

Input filter and data parameters for a procedure.


Method Summary
 java.util.Map getDataParameters()
          Gets the map of data parameter names to values.
 java.util.Map getFilterParameters()
          Gets the map of filter parameter names to values.
 

Method Detail

getFilterParameters

java.util.Map getFilterParameters()
Gets the map of filter parameter names to values. The internal map used to store these values is returned and can be modified.

Returns:
a map of filter parameter names to values

getDataParameters

java.util.Map getDataParameters()
Gets the map of data parameter names to values. The internal map used to store these values is returned and can be modified.

Returns:
a map of data parameter names to values