Add values in aCollection to the attribute named aString. (See EsLdapExamples class>> exampleDeleteThenRestoreAttribute)deleteAttribute: aString –getAllChildrenFilter: aString –Answer all children entries with the attributes named in aCollection according to the filter defined in aString. (See EsLdapExamples class>> exampleGetRootEntryExampleChildrenAllFilterAndAttributes.)getDirectChildrenFilter: aString –Answer the direct children of the LdpEntry all of whose attributes match a filter defined in aString. (See EsLdapExamples class>> exampleGetRootEntryExampleChildrenDirectFilter.)Answer the direct children of the LdapEentry whose attributes named in aCollection match the filter defined in aString. (See EsLdapExamples class>> exampleGetRootEntryExampleChildrenDirectFilterAndAttributes.)getParentWithAttributes: aCollection –Answer the parent entry with the attributes given by aCollection matching a filter defined in aString. (See EsLdapExamples class>> exampleGetParentWithAttributes.)moveToNewParentDistinguishedName: newParentDNString –Move the entry to a new parent named newParentDNString. (See EsLdapExamples class>> exampleEdisonMoveToPeons.)Finally, the LdapEntry class method createNewDistinguishedName:attributes:session: creates a new LDAP entry with distinguishedName aDNString and the attributes in aDictionary in the context of aLdapSession. (See EsLdapExamples class exampleEdisonAdd.)
|