persistent class EnsLib.PrivateSession.Process
extends Ens.BusinessProcess
This is a Business Process class.
parameter DOMAIN = "EnsDICOM";
Domain for Text localization
property %IsInPrivateSession
as array of %Boolean(STORAGEDEFAULT="list");
Indicates if a given ConfigItem is in private session or not
property ServiceDuplexName
as %String;
The Duplex Service name. This property is set at runtime after receiving the primary request
method IsInPrivateSession(pDuplexConfigName As %String)
as %Boolean
method IsInPrivateSessionSet(pDuplexConfigName As %String, pInPrivateSession As %Boolean)
IsInPrivateSession
method OnDocument(pSourceConfigName As %String, pInput As %Library.Persistent)
as %Status
method OnPrivateSessionStarted(pSourceConfigName As %String, pSelfGenerated As %Boolean)
as %Status
method OnPrivateSessionStopped(pSourceConfigName As %String, pSelfGenerated As %Boolean, pAttachedMessage As %Persistent = "")
as %Status
method OnRequest(pRequest As %Library.Persistent, Output pResponse As Ens.Response)
as %Status
This method is always called asynchronously ONCE at the beginning of the process
method OnResponse(request As %Library.Persistent, ByRef response As %Library.Persistent, callrequest As %Library.Persistent, callresponse As %Library.Persistent, pCompletionKey As %String)
as %Status
Handle a 'Response'
method StartPrivateSession(pDuplexConfigName As %String = "")
as %Status
method StopAllPrivateSessions(pAttachedMessage As %Persistent = "")
as %Status
method StopPrivateSession(pDuplexConfigName As %String = "", pAttachedMessage As %Persistent = "")
as %Status
method UnRegisterPrivateSession(pDuplexConfigName As %String)
as %String