DocBook|Search
Class Reference
%WebStress.Scripts.URLS.Parameters
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject 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.