WARNING: This Class and its methods has been deprecated, please use the SYS.LDAP class. More...
Public Member Functions | |
_.Net.LDAP.Client.EditEntry | EditCurEntry () |
WARNING: This Class and its methods has been deprecated, please use the SYS.LDAP class. More... | |
_.Library.RawString | GetAt (_.Library.String Key) |
_.Library.RawString | GetNext (_.Library.RawString key) |
_.Library.RawString | Next (_.Library.RawString key) |
Returns the next entry name at the location in the iteration. More... | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
_.Library.RawString | GetAt (_.Library.RawString key) |
Definition of iterator methods that all our collections classes use to ensure consistency. More... | |
Additional Inherited Members | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
WARNING: This Class and its methods has been deprecated, please use the SYS.LDAP class.
List of Entries returned from a search (See <class>Net.LDAP.Client.Session</class>.Search() method)
_.Net.LDAP.Client.EditEntry EditCurEntry | ( | ) |
WARNING: This Class and its methods has been deprecated, please use the SYS.LDAP class.
List of Entries returned from a search (See <class>Net.LDAP.Client.Session</class>.Search() method)
Edit/Modify current entry attributes.
Returns EditEntry object, use the returned object to modify the attributes
_.Library.RawString GetAt | ( | _.Library.String | Key | ) |
Finds and returns the entry (<class>Net.LDAP.Client.Entry</class>)
with DN of key.
GetAt returns the entry associated with key or null string ("") if no entry is found.
_.Library.RawString GetNext | ( | _.Library.RawString | key | ) |
Moves to the next entry at the location in the iteration,
and returns the associated entry object (<class>Net.LDAP.Client.Entry</class>).
If the key is a null string (""), it starts from the beginning. The value of key, which is passed by reference, is updated to the key value of the returned element or null string ("") if key is at the end of the array.
Reimplemented from AbstractIterator.
_.Library.RawString Next | ( | _.Library.RawString | key | ) |
Returns the next entry name at the location in the iteration.
If key is a null string (""), then Next returns the first entry name
Reimplemented from AbstractIterator.