Searched defs:omitEmpty (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java2959 * @param omitEmpty
2972 boolean omitEmpty,
2995 else if (omitEmpty && a.isEmpty())
2969 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java2959 * @param omitEmpty
2972 boolean omitEmpty,
2995 else if (omitEmpty && a.isEmpty())
2969 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java2874 * @param omitEmpty
2887 boolean omitEmpty,
2910 else if (omitEmpty && a.isEmpty())
2884 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java2747 * @param omitEmpty
2760 boolean omitEmpty,
2782 else if (omitEmpty && a.isEmpty())
2757 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java2747 * @param omitEmpty
2760 boolean omitEmpty,
2782 else if (omitEmpty && a.isEmpty())
2757 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java2525 * @param omitEmpty
2538 boolean omitEmpty,
2554 || (omitEmpty && a.isEmpty()))
2535 deepCopy(Map<AttributeType,List<Attribute>> source, Map<AttributeType,List<Attribute>> target, boolean omitValues, boolean omitEmpty, boolean omitReal, boolean omitVirtual, boolean mergeDuplicates) argument

Completed in 85 milliseconds