%WebStress.Scripts.URLS.Parameters
persistent class %WebStress.Scripts.URLS.Parameters extends %Library.Persistent, %XML.Adaptor
SQL Table Name: %WebStress_Scripts_URLS.Parameters
Property Inventory (Including Private)
- Key
- PostStream
- PostStreamBoundary
- PostStreamContentType
- PostStreamFilename
- PostStreamName
- Type
- URL
- Value
- ValueDecode
Method Inventory (Including Private)
Parameters
parameter FileTimestamp = 60183,39714;
Properties (Including Private)
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: PostStreamBoundaryDisplayToLogical(), PostStreamBoundaryGet(), PostStreamBoundaryGetStored(), PostStreamBoundaryIsValid(), PostStreamBoundaryLogicalToDisplay(), PostStreamBoundaryLogicalToOdbc(), PostStreamBoundaryNormalize(), PostStreamBoundarySet(), PostStreamContentTypeDisplayToLogical(), PostStreamContentTypeGet(), PostStreamContentTypeGetStored(), PostStreamContentTypeIsValid(), PostStreamContentTypeLogicalToDisplay(), PostStreamContentTypeLogicalToOdbc(), PostStreamContentTypeNormalize(), PostStreamContentTypeSet(), PostStreamDelete(), PostStreamFilenameDisplayToLogical(), PostStreamFilenameGet(), PostStreamFilenameGetStored(), PostStreamFilenameIsValid(), PostStreamFilenameLogicalToDisplay(), PostStreamFilenameLogicalToOdbc(), PostStreamFilenameNormalize(), PostStreamFilenameSet(), PostStreamGet(), PostStreamGetObject(), PostStreamGetObjectId(), PostStreamGetStored(), PostStreamGetSwizzled(), PostStreamIsValid(), PostStreamNameDisplayToLogical(), PostStreamNameGet(), PostStreamNameGetStored(), PostStreamNameIsValid(), PostStreamNameLogicalToDisplay(), PostStreamNameLogicalToOdbc(), PostStreamNameNormalize(), PostStreamNameSet(), 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: URLCheck(), URLDelete(), 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: ValueDecodeCompute(), ValueDecodeDisplayToLogical(), ValueDecodeGet(), ValueDecodeIsValid(), ValueDecodeLogicalToDisplay(), ValueDecodeLogicalToOdbc(), ValueDecodeNormalize(), ValueDecodeSQLCompute(), ValueDisplayToLogical(), ValueGet(), ValueGetStored(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
property ValueDecode as %String (MAXLEN = 10000, TRUNCATE = 1) [ Calculated , Transient ];
Property methods: ValueDecodeCompute(), ValueDecodeDisplayToLogical(), ValueDecodeGet(), ValueDecodeIsValid(), ValueDecodeLogicalToDisplay(), ValueDecodeLogicalToOdbc(), ValueDecodeNormalize(), ValueDecodeSQLCompute()
Methods (Including Private)
method ValueDecodeGet() as %String
Inherited Members
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (%WebStress.Scripts.URLS.Parameters)
{%%PARENT}("Parameters")(ID) | = | %%CLASSNAME
Key
Type
Value
PostStream
SavedDate
SavedTime
SyncSave
Version
ValueDecode
PostStreamBoundary
PostStreamContentType
PostStreamFilename
PostStreamName
|