Skip to main content

Ens.BP.MasterPendingResponse

persistent class Ens.BP.MasterPendingResponse extends %Library.Persistent

SQL Table Name: Ens_BP.MasterPendingResponse

Property Inventory

Properties

relationship %BusinessProcess as Ens.BusinessProcess [ Required , Inverse = %MasterPendingResponses , Cardinality = parent ];
Property methods: %BusinessProcessGet(), %BusinessProcessGetObject(), %BusinessProcessGetObjectId(), %BusinessProcessGetStored(), %BusinessProcessGetSwizzled(), %BusinessProcessIsValid(), %BusinessProcessNewObject(), %BusinessProcessOnDelete(), %BusinessProcessRClose(), %BusinessProcessRExec(), %BusinessProcessRFetch(), %BusinessProcessRelate(), %BusinessProcessSQLCompute(), %BusinessProcessSet(), %BusinessProcessSetObject(), %BusinessProcessSetObjectId(), %BusinessProcessUnRelate(), %BusinessProcessUnSwizzle()
property CompletionKey as %String);
Property methods: CompletionKeyDisplayToLogical(), CompletionKeyGet(), CompletionKeyGetStored(), CompletionKeyIsValid(), CompletionKeyLogicalToDisplay(), CompletionKeyLogicalToOdbc(), CompletionKeyNormalize(), CompletionKeySet()
property ControlledCompletionKeys as %String);
Property methods: ControlledCompletionKeysDisplayToLogical(), ControlledCompletionKeysGet(), ControlledCompletionKeysGetStored(), ControlledCompletionKeysIsValid(), ControlledCompletionKeysLogicalToDisplay(), ControlledCompletionKeysLogicalToOdbc(), ControlledCompletionKeysNormalize(), ControlledCompletionKeysSet()
property IsTimer as %Boolean;
Property methods: IsTimerDisplayToLogical(), IsTimerGet(), IsTimerGetStored(), IsTimerIsValid(), IsTimerLogicalToDisplay(), IsTimerNormalize(), IsTimerSet()
property RequestHeaderId as %String;
Property methods: RequestHeaderIdDisplayToLogical(), RequestHeaderIdGet(), RequestHeaderIdGetStored(), RequestHeaderIdIsValid(), RequestHeaderIdLogicalToDisplay(), RequestHeaderIdLogicalToOdbc(), RequestHeaderIdNormalize(), RequestHeaderIdSet()

Indexes

index (%MPRI on %BusinessProcess);
Index methods: %MPRIExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (iC on CompletionKey);
Index methods: iCExists()
index (iH on RequestHeaderId);
Index methods: iHExists()
index (iT on IsTimer);
Index methods: iTExists()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (Ens.BP.MasterPendingResponse)

{%%PARENT}("%MPR")(ID)
=
%%CLASSNAME
RequestHeaderId
CompletionKey
IsTimer
ControlledCompletionKeys
FeedbackOpens in a new tab