Skip to main content

EnsLib.PushNotifications.IdentityManager.Process

persistent class EnsLib.PushNotifications.IdentityManager.Process extends Ens.BusinessProcessBPL

SQL Table Name: EnsLib_PushNotifications_IdentityManager.Process

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = NotificationServiceTarget;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property NotificationServiceTarget as Ens.DataType.ConfigName [ Required ];
Specify the outbound notification service component/message router
Property methods: NotificationServiceTargetDisplayToLogical(), NotificationServiceTargetGet(), NotificationServiceTargetGetStored(), NotificationServiceTargetIsValid(), NotificationServiceTargetLogicalToDisplay(), NotificationServiceTargetLogicalToOdbc(), NotificationServiceTargetNormalize(), NotificationServiceTargetParseConfigNameSpec(), NotificationServiceTargetSet()

Methods

method IdentitySearch(pIdentity As %String, pContext) as %Status
method MakePendingCall(pCallPrefix As %String, pContext, ByRef pStatus As %Status) as %String
Add a pending call

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"received",n)
=
%MessagesReceived(n)

Storage Model: Storage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"sent",n)
=
%MessagesSent(n)

Storage Model: Storage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID)
=
%%CLASSNAME
%ConfigQueueName
%IsCompleted
%MasterPendingResponsesOld
%PrimaryRequestHeader
%PrimaryResponseHeader
%RepliedStatus
%responseId
Adapter
%SessionId
%TimeCompleted
%TimeCreated
%ConfigName
%QuitTask
AlertOnError
%responseClassName
%IsTimerInterrupted
%IsTerminated
%StatusCode
%MessagesReceivedOld
%MessagesSentOld
ReplyCodeActions
RetryInterval
AlertRetryGracePeriod
FailureTimeout
Retry
SuspendMessage
QueueCountAlert
QueueWaitAlert
InactivityTimeout
BusinessPartner
AlertGroups
%SuperSession

Storage Model: Storage (Ens.BusinessProcessBPL)

^Ens.BusinessProcessD(ID,"%SynchronizedResponses",n)
=
%SynchronizedResponses(n)

Storage Model: Storage (Ens.BusinessProcessBPL)

^Ens.BusinessProcessD(ID,"BusinessProcessBPL")
=
%Context
%Thread
%Counter
RuleLogging

Storage Model: Storage (EnsLib.PushNotifications.IdentityManager.Process)

^Ens.BusinessProcessD(ID,"Process")
=
NotificationServiceTarget
FeedbackOpens in a new tab