Uses of Class
org.bedework.util.directory.common.DirRecord
Packages that use DirRecord
Package
Description
-
Uses of DirRecord in org.bedework.util.directory.common
Subclasses of DirRecord in org.bedework.util.directory.commonModifier and TypeClassDescriptionclassThis 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 DirRecordModifier and TypeMethodDescriptionnewRecord - Return a record which can have attribute values added.abstract DirRecordDirectory.nextRecord()Methods in org.bedework.util.directory.common with parameters of type DirRecordModifier and TypeMethodDescriptionabstract booleanbooleanCheck dns for equalitybooleanCompare this with that.booleanSimpler form of equals in which attributes have the same names in both records.booleanCompare 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 DirRecordMethods in org.bedework.util.directory.ldap with parameters of type DirRecord -
Uses of DirRecord in org.bedework.util.directory.ldif
Subclasses of DirRecord in org.bedework.util.directory.ldifMethods in org.bedework.util.directory.ldif that return DirRecordMethods in org.bedework.util.directory.ldif with parameters of type DirRecordModifier and TypeMethodDescriptionbooleanstatic voidLdif.dumpLdif(Ldif.LdifOut lo, DirRecord rec) dumpLdif write the entire record as ldif.