Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [Testing] >  [Request]
Private  Storage   

persistent class EnsLib.Testing.Request extends Ens.Request

Used in conjunction with the EnsLib.Testing.Service to wrap a test request for dispatch to a testing target.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 1


Summary

Properties
%requestClassname %requestId Request SyncCall
Target

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


Parameters

• parameter DOMAIN = "Ensemble";
Use our own domain for localization

Properties

• property %requestClassname as %String(MAXLEN=128) [ ReadOnly ];
Classname of Request object to send to the target ( Populated automatically in Testing Service )
• property %requestId as %String(COLLATION="EXACT",MAXLEN="") [ ReadOnly ];
Database Id of Request object to send to the target ( Populated automatically in Testing Service )
• property Request as Ens.Request;
A Request object to send to the target.
• property SyncCall as %Boolean [ InitialExpression = 0 ];
Should the test Request be sent Synchronously or Asynchronously?
• property Target as %String(MAXLEN=128);
Name of Host (Business Operation or Business Process) to send the Request to.

Methods

• method setRequestProps()


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