Uses of Class
org.bedework.carddav.server.dirHandlers.ldap.DirRecord
-
Packages that use DirRecord Package Description org.bedework.carddav.server.dirHandlers.ldap -
-
Uses of DirRecord in org.bedework.carddav.server.dirHandlers.ldap
Subclasses of DirRecord in org.bedework.carddav.server.dirHandlers.ldap 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.carddav.server.dirHandlers.ldap with parameters of type DirRecord Modifier and Type Method Description 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
-