Uses of Class
org.bedework.util.directory.common.DirRecord
-
Packages that use DirRecord Package Description org.bedework.util.directory.common org.bedework.util.directory.ldap org.bedework.util.directory.ldif -
-
Uses of DirRecord in org.bedework.util.directory.common
Subclasses of DirRecord in org.bedework.util.directory.common Modifier and Type Class Description classBasicDirRecordThis class represents a directory record which may be built from a number of attributes represented as a BasicAttributes object.Methods in org.bedework.util.directory.common that return DirRecord Modifier and Type Method Description DirRecordDirectory. newRecord(String entryDn)newRecord - Return a record which can have attribute values added.abstract DirRecordDirectory. nextRecord()Methods in org.bedework.util.directory.common with parameters of type DirRecord Modifier and Type Method Description abstract booleanDirectory. create(DirRecord rec)booleanDirRecord. dnEquals(DirRecord that)Check dns for equalitybooleanDirRecord. equals(DirRecord that)Compare this with that.booleanDirRecord. equals(DirRecord that, String[] attrIDs)Simpler form of equals in which attributes have the same names in both records.booleanDirRecord. equals(DirRecord that, String[] thisAttrIDs, String[] thatAttrIDs)Compare this with that only looking at the named attributes.booleanDirRecord. equalsAllBut(DirRecord that, String[] attrIDs)This compares all but the named attributes allbut true => All must be equal except those on the list -
Uses of DirRecord in org.bedework.util.directory.ldap
Methods in org.bedework.util.directory.ldap that return DirRecord Modifier and Type Method Description DirRecordLdapDirectory. nextRecord()Methods in org.bedework.util.directory.ldap with parameters of type DirRecord Modifier and Type Method Description booleanLdapDirectory. create(DirRecord rec) -
Uses of DirRecord in org.bedework.util.directory.ldif
Subclasses of DirRecord in org.bedework.util.directory.ldif Modifier and Type Class Description classLdifRecordThis class represents an entire ldif record.Methods in org.bedework.util.directory.ldif that return DirRecord Modifier and Type Method Description DirRecordLdif. nextRecord()Return the next record in the input stream.Methods in org.bedework.util.directory.ldif with parameters of type DirRecord Modifier and Type Method Description booleanLdif. create(DirRecord rec)static voidLdif. dumpLdif(Ldif.LdifOut lo, DirRecord rec)dumpLdif write the entire record as ldif.
-