getFirstEntryWithAttributes: aCollection –Answer the first matching LDAP entry with just the attributes specified in aCollection. (See EsLdapExamples class>> exampleGetFirstEntryInPayrollWithSomeAttributes.)getEntriesWithAttributes: aCollection –Answer a collection of all LDAP entries with just the attributes specified in aCollection. (See EsLdapExamples class>> exampleGetAllEntriesFromPayrollWithSomeAttributes.)
|