Skip to main content

%WebStress.Scripts.URLS.Parameters

Class %WebStress.Scripts.URLS.Parameters Extends (%Persistent, %XML.Adaptor) [ Inheritance = right, Owner = {%Developer}, System = 4 ]

Parameters

FileTimestamp

Parameter FileTimestamp = "60183,39714";

Properties

URL

Relationship URL As %WebStress.Scripts.URLS [ Cardinality = parent, Inverse = Parameters ];

Key

Property Key As %String(MAXLEN = 10000, TRUNCATE = 1) [ SqlFieldName = Param_Key ];

The name of the parameter

Type

Property Type As %String(DISPLAYLIST = ",Form Data,Parameter,Stream", TRUNCATE = 1, VALUELIST = ",F,P,S") [ InitialExpression = "P", SqlFieldName = Param_Type ];

Defines whether the parameter is part of the URL itself or is contained in the form data

Value

Property Value As %String(MAXLEN = 10000, TRUNCATE = 1) [ SqlFieldName = Param_Value ];

The value associated with this key

PostStream

Property PostStream As %GlobalCharacterStream;

A stream containing the posted file or stream (XML etc)

PostStreamBoundary

Property PostStreamBoundary As %String(TRUNCATE = 1);

PostStreamName

Property PostStreamName As %String(TRUNCATE = 1);

PostStreamFilename

Property PostStreamFilename As %String(TRUNCATE = 1);

PostStreamContentType

Property PostStreamContentType As %String(TRUNCATE = 1);

ValueDecode

Property ValueDecode As %String(MAXLEN = 10000, TRUNCATE = 1) [ Calculated, SqlComputeCode = {	new PID

Methods

ValueDecodeGet

Method ValueDecodeGet() As %String