Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%WebStress] >  [Scripts] >  [URLS] >  [Parameters]
Private  Storage   

persistent class %WebStress.Scripts.URLS.Parameters extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 10 1


Summary

Properties
Key PostStream PostStreamBoundary PostStreamContentType
PostStreamFilename PostStreamName Type URL
Value ValueDecode

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable ValueDecodeGet
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter FileTimestamp = "60183,39714";

Properties

• property Key as %String(MAXLEN=10000,TRUNCATE=1) [ SqlFieldName = Param_Key ];
The name of the parameter
• property PostStream as %GlobalCharacterStream;
A stream containing the posted file or stream (XML etc)
• property PostStreamBoundary as %String(TRUNCATE=1);
• property PostStreamContentType as %String(TRUNCATE=1);
• property PostStreamFilename as %String(TRUNCATE=1);
• property PostStreamName as %String(TRUNCATE=1);
• property Type as %String(DISPLAYLIST=",Form Data,Parameter,Stream",TRUNCATE=1,VALUELIST=",F,P,S") [ SqlFieldName = Param_Type,InitialExpression = "P" ];
Defines whether the parameter is part of the URL itself or is contained in the form data
• relationship URL as %WebStress.Scripts.URLS [ Inverse = Parameters,Cardinality = parent ];
• property Value as %String(MAXLEN=10000,TRUNCATE=1) [ SqlFieldName = Param_Value ];
The value associated with this key
• property ValueDecode as %String(MAXLEN=10000,TRUNCATE=1) [ Calculated,Transient ];

Methods

• method ValueDecodeGet() as %String
This is a Get accessor method for the ValueDecode property.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.