Ens.AlarmRequest
persistent class Ens.AlarmRequest extends Ens.Request
SQL Table Name: Ens.AlarmRequest
Property Inventory
Method Inventory
- DurationGet()
- DurationInSecondsFromNow()
- DurationSet()
- TimeoutSet()
- UntilGet()
- UntilSet()
- isDuration()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Properties
property DiscardOnShutdown as %Boolean [ InitialExpression = 0 ];
Property methods: DiscardOnShutdownDisplayToLogical(), DiscardOnShutdownGet(), DiscardOnShutdownGetStored(), DiscardOnShutdownIsValid(), DiscardOnShutdownLogicalToDisplay(), DiscardOnShutdownLogicalToXSD(), DiscardOnShutdownNormalize(), DiscardOnShutdownSet(), DiscardOnShutdownXSDToLogical()
property Duration as %String [ Calculated ];
This property is deprecated, use property 'Timeout' instead
Property methods: DurationDisplayToLogical(), DurationIsValid(), DurationLogicalToDisplay(), DurationLogicalToOdbc(), DurationNormalize()
property DurationInSeconds as %Float;
Property methods: DurationInSecondsDisplayToLogical(), DurationInSecondsGet(), DurationInSecondsGetStored(), DurationInSecondsIsValid(), DurationInSecondsLogicalToDisplay(), DurationInSecondsNormalize(), DurationInSecondsSet(), DurationInSecondsXSDToLogical()
property Timeout as %String;
Timeout takes both the Duration and Until specification
Property methods: TimeoutDisplayToLogical(), TimeoutGet(), TimeoutGetStored(), TimeoutIsValid(), TimeoutLogicalToDisplay(), TimeoutLogicalToOdbc(), TimeoutNormalize()
property Until as %String [ Calculated ];
This property is deprecated, use property 'Timeout' instead
Property methods: UntilDisplayToLogical(), UntilIsValid(), UntilLogicalToDisplay(), UntilLogicalToOdbc(), UntilNormalize()
Methods
method DurationGet() as %Status
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 UntilGet() as %Status
method isDuration() as %Boolean
Inherited Members
Inherited 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()
- GenerateGenericDAOFromObject()
- GetStatsDimension()
- NewResponse()
- OnShowJSONContents()
- OnShowXMLContents()
- OutputFormattedJSON()
- WriteNoJSONFormat()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (Ens.MessageBody)
^Ens.MessageBodyD(ID) |
= | %%CLASSNAME
|
Storage Model: Storage (Ens.AlarmRequest)
^Ens.MessageBodyD(ID,"AlarmRequest") |
= | Duration
DurationInSeconds
Until
DiscardOnShutdown
Timeout
|