Skip to main content

%WebStress.Scripts.URLS.Parameters

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

SQL Table Name: %WebStress_Scripts_URLS.Parameters

Property Inventory

Method Inventory

Parameters

parameter FileTimestamp = 60183,39714;

Properties

property Key as %String (MAXLEN = 10000, TRUNCATE = 1) [ SqlFieldName = Param_Key ];
The name of the parameter
Property methods: KeyDisplayToLogical(), KeyGet(), KeyGetStored(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeySet()
property PostStream as %GlobalCharacterStream;
A stream containing the posted file or stream (XML etc)
Property methods: PostStreamDelete(), PostStreamGet(), PostStreamGetObject(), PostStreamGetObjectId(), PostStreamGetStored(), PostStreamGetSwizzled(), PostStreamIsValid(), PostStreamNewObject(), PostStreamOid(), PostStreamOpen(), PostStreamSet(), PostStreamSetObject(), PostStreamSetObjectId(), PostStreamUnSwizzle()
property PostStreamBoundary as %String (TRUNCATE = 1);
Property methods: PostStreamBoundaryDisplayToLogical(), PostStreamBoundaryGet(), PostStreamBoundaryGetStored(), PostStreamBoundaryIsValid(), PostStreamBoundaryLogicalToDisplay(), PostStreamBoundaryLogicalToOdbc(), PostStreamBoundaryNormalize(), PostStreamBoundarySet()
property PostStreamContentType as %String (TRUNCATE = 1);
Property methods: PostStreamContentTypeDisplayToLogical(), PostStreamContentTypeGet(), PostStreamContentTypeGetStored(), PostStreamContentTypeIsValid(), PostStreamContentTypeLogicalToDisplay(), PostStreamContentTypeLogicalToOdbc(), PostStreamContentTypeNormalize(), PostStreamContentTypeSet()
property PostStreamFilename as %String (TRUNCATE = 1);
Property methods: PostStreamFilenameDisplayToLogical(), PostStreamFilenameGet(), PostStreamFilenameGetStored(), PostStreamFilenameIsValid(), PostStreamFilenameLogicalToDisplay(), PostStreamFilenameLogicalToOdbc(), PostStreamFilenameNormalize(), PostStreamFilenameSet()
property PostStreamName as %String (TRUNCATE = 1);
Property methods: PostStreamNameDisplayToLogical(), PostStreamNameGet(), PostStreamNameGetStored(), PostStreamNameIsValid(), PostStreamNameLogicalToDisplay(), PostStreamNameLogicalToOdbc(), PostStreamNameNormalize(), PostStreamNameSet()
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
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
relationship URL as %WebStress.Scripts.URLS [ Required , Inverse = Parameters , Cardinality = parent ];
Property methods: URLGet(), URLGetObject(), URLGetObjectId(), URLGetStored(), URLGetSwizzled(), URLIsValid(), URLNewObject(), URLOnDelete(), URLRClose(), URLRExec(), URLRFetch(), URLRelate(), URLSQLCompute(), URLSet(), URLSetObject(), URLSetObjectId(), URLUnRelate(), URLUnSwizzle()
property Value as %String (MAXLEN = 10000, TRUNCATE = 1) [ SqlFieldName = Param_Value ];
The value associated with this key
Property methods: ValueDisplayToLogical(), ValueGet(), ValueGetStored(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
property ValueDecode as %String (MAXLEN = 10000, TRUNCATE = 1) [ Calculated , Transient ];
Property methods: ValueDecodeCompute(), ValueDecodeDisplayToLogical(), ValueDecodeIsValid(), ValueDecodeLogicalToDisplay(), ValueDecodeLogicalToOdbc(), ValueDecodeNormalize(), ValueDecodeSQLCompute()

Methods

method ValueDecodeGet() as %String

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%WebStress.Scripts.URLS.Parameters)

{%%PARENT}("Parameters")(ID)
=
%%CLASSNAME
Key
Type
Value
PostStream
SavedDate
SavedTime
SyncSave
Version
ValueDecode
PostStreamBoundary
PostStreamContentType
PostStreamFilename
PostStreamName
FeedbackOpens in a new tab