Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [LDAP] >  [Message] >  [Status]
Private  Storage   

persistent class EnsLib.LDAP.Message.Status extends Ens.Response

LDAP Status infomration returned by EnsLib.LDAP.Operation.Standard

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
LastCall LastGeneratedStatus LastStatusCategory LastStatusCode
LastStatusText Request

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %CompareContents
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawHTMLForm %DrawHTMLTable %Exists %ExistsId
%Extends %GUID %GUIDSet %GetContentType
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %OnTimeout
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %ProcessSubmit %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SaveIndices %SerializeObject %SetModified
%ShowContents %ShowContentsHead %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable GetStatsDimension
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
EnsLib.LDAP.Message.Comparison EnsLib.LDAP.Message.Results

Properties

• property LastCall as %String;
%SYS.LDAP Method
• property LastGeneratedStatus as %Status [ InitialExpression = $$$OK ];
Used to record the generated status
• property LastStatusCategory as Ens.DataType.LDAP.StatusCategory;
Categorization of LastStatusCode
• property LastStatusCode as %Integer;
LDAP Status return code.
• property LastStatusText as %String;
LDAP Status return code as Text
• property Request as Ens.Request(XMLCHOICELIST="EnsLib.LDAP.Message.Search, EnsLib.LDAP.Message.Add,EnsLib.LDAP.Message.Modify,EnsLib.LDAP.Message.Delete,EnsLib.LDAP.Message.Rename,EnsLib.LDAP.Message.Compare",XMLTYPECONSTRAINT="CHOICE");
This holds the pointer to the request message object. It will be deleted when the request is purged.
Not set for Comparison since Comparison already contains request details


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.