Package com.isode.dsapi.bulk
Interface LDIFSelector
public interface LDIFSelector
Interface for a class which allows an LDIF dump to select whether a
particular entry should be included in the dump or not.
- Author:
- tc
-
Method Summary
-
Method Details
-
select
Select whether this entry should be included in an LDIF dump.- Parameters:
dn
- DN of entry which must not be nullentry
- Entry itself which must not be null- Returns:
- true if entry should be included in dump, false if not.
-