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

persistent class Ens.AlarmRequest extends Ens.Request

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 7


Summary

Properties
DiscardOnShutdown Duration DurationInSeconds Timeout
Until

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 DurationGet
DurationInSecondsFromNow DurationSet GetStatsDimension NewResponse
TimeoutSet UntilGet UntilSet XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType isDuration


Parameters

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

Properties

• property DiscardOnShutdown as %Boolean [ InitialExpression = 0 ];
• property Duration as %String [ Calculated ];
This property is deprecated, use property 'Timeout' instead
• property DurationInSeconds as %Float;
• property Timeout as %String;
Timeout takes both the Duration and Until specification
• property Until as %String [ Calculated ];
This property is deprecated, use property 'Timeout' instead

Methods

• method DurationGet() as %Status
This is a Get accessor method for the Duration property.
• method DurationInSecondsFromNow() as %Float
This method computes the duration-in-seconds from the current time to the set time in the future It is different from the DurationInSeconds property which is a static value equal to the duration from the time of the creation of the object to the set time in the future.
• method DurationSet(pDuration As %String) as %Status
This is a Set accessor method for the Duration property.
• method TimeoutSet(pTimeout As %String) as %Status
This is a Set accessor method for the Timeout property.
• method UntilGet() as %Status
This is a Get accessor method for the Until property.
• method UntilSet(pTimeout As %String) as %Status
This is a Set accessor method for the Until property.
• method isDuration() as %Boolean


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