Class Reference
IRIS for UNIX 2024.1.2
Documentation
Search
[
USER
] >
[
Ens
] >
[
BP
] >
[
MasterPendingResponse
]
Private
Storage
persistent class
Ens.BP.MasterPendingResponse
extends
%Persistent
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
5
4
Summary
Properties
%BusinessProcess
CompletionKey
ControlledCompletionKeys
IsTimer
RequestHeaderId
Methods
%%CLASSNAMELogicalToStorage
%%CLASSNAMEStorageToLogical
%AddToSaveSet
%AddToSyncSet
%BMEBuilt
%BuildIndicesAsync
%BuildIndicesAsyncResponse
%CheckConstraints
%CheckConstraintsForExtent
%ClassIsLatestVersion
%ClassName
%ComposeOid
%ConstructClone
%Delete
%DeleteExtent
%DeleteId
%DispatchClassMethod
%DispatchGetModified
%DispatchGetProperty
%DispatchMethod
%DispatchSetModified
%DispatchSetMultidimProperty
%DispatchSetProperty
%Exists
%ExistsId
%Extends
%GUID
%GUIDSet
%GetLock
%GetParameter
%GetSwizzleObject
%Id
%InsertBatch
%IsA
%IsModified
%IsNull
%KillExtent
%KillExtentData
%LoadFromMemory
%LockExtent
%LockId
%New
%NormalizeObject
%ObjectIsNull
%ObjectModified
%Oid
%OnBeforeAddToSync
%OnDeleteFinally
%OnDetermineClass
%OnOpenFinally
%OnSaveFinally
%Open
%OpenId
%OriginalNamespace
%PackageName
%PhysicalAddress
%PurgeIndices
%Reload
%RemoveFromSaveSet
%ResolveConcurrencyConflict
%RollBack
%Save
%SaveDirect
%SaveIndices
%SerializeObject
%SetModified
%SortBegin
%SortEnd
%SyncObjectIn
%SyncTransport
%UnlockExtent
%UnlockId
%ValidateIndices
%ValidateObject
%ValidateTable
Properties
relationship
%BusinessProcess
as
Ens.BusinessProcess
[ Inverse =
%MasterPendingResponses
,Cardinality = parent ];
property
CompletionKey
as
%String
(MAXLEN="");
property
ControlledCompletionKeys
as
%String
(MAXLEN="");
property
IsTimer
as
%Boolean
;
property
RequestHeaderId
as
%String
;
Indices
index
(%MPRI
on
%BusinessProcess)
;
index
(iC
on
CompletionKey)
;
index
(iH
on
RequestHeaderId)
;
index
(iT
on
IsTimer)
;