Skip to main content

HS.Message.SessionPurgeRequest

persistent class HS.Message.SessionPurgeRequest extends HS.Util.EnsRequest

SQL Table Name: HS_Message.SessionPurgeRequest

Property Inventory

Parameters

parameter RESPONSECLASSNAME = HS.Message.SessionPurgeResponse;
Default response class
parameter XMLIGNORENULL = inputonly;
Inherited description: If XMLIGNORENULL is set = "inputonly", then both missing tags in the XML and empty strings are input as "". Output of "" and $c(0) are for XMLIGNORENULL = 0: $c(0) is output as an empty tag (i.e. <tag></tag>) and "" is output as no tag.

Properties

property SessionId as %String (MAXLEN = 128);
Session ID for filing data Deprecated and no longer used. The purge will apply to all sessions
Property methods: SessionIdDisplayToLogical(), SessionIdGet(), SessionIdGetStored(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdLogicalToOdbc(), SessionIdNormalize(), SessionIdSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (HS.Util.EnsRequest)

^Ens.MessageBodyD(ID,"EnsRequest")
=
HSCoreVersion
HSMinVersion
%ClearFields

Storage Model: Storage (HS.Message.SessionPurgeRequest)

^Ens.MessageBodyD(ID,"SessionPurgeRequest")
=
SessionId
FeedbackOpens in a new tab