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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1326 * @param attributesMap The map of attributes/values to be potentially removed
1337 List<Attribute>> attributesMap, boolean performFiltering)
1361 Iterator<AttributeType> attributeTypes = attributesMap.keySet().iterator();
1422 List<Attribute> attrList = attributesMap.get(attributeType);
1483 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1334 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1172 * @param attributesMap The map of attributes/values to be potentially removed
1183 List<Attribute>> attributesMap, boolean performFiltering)
1211 final Set<AttributeType> attrTypes = attributesMap.keySet();
1246 List<Attribute> attrList = attributesMap.get(attributeType);
1295 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1180 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1347 * @param attributesMap The map of attributes/values to be potentially removed
1358 List<Attribute>> attributesMap, boolean performFiltering)
1382 Iterator<AttributeType> attributeTypes = attributesMap.keySet().iterator();
1443 List<Attribute> attrList = attributesMap.get(attributeType);
1504 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1355 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1326 * @param attributesMap The map of attributes/values to be potentially removed
1337 List<Attribute>> attributesMap, boolean performFiltering)
1361 Iterator<AttributeType> attributeTypes = attributesMap.keySet().iterator();
1422 List<Attribute> attrList = attributesMap.get(attributeType);
1483 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1334 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1172 * @param attributesMap The map of attributes/values to be potentially removed
1183 List<Attribute>> attributesMap, boolean performFiltering)
1211 final Set<AttributeType> attrTypes = attributesMap.keySet();
1246 List<Attribute> attrList = attributesMap.get(attributeType);
1295 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1180 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1158 * @param attributesMap The map of attributes/values to be potentially removed
1169 List<Attribute>> attributesMap, boolean performFiltering)
1197 final Set<AttributeType> attrTypes = attributesMap.keySet();
1232 List<Attribute> attrList = attributesMap.get(attributeType);
1280 attributesMap.put(rdnAttrTypes.get(index), newRdnAttrLists.get(index));
1166 fractionalRemoveAttributesFromEntry( FractionalConfig fractionalConfig, RDN entryRdn, Map<ObjectClass,String> classes, Map<AttributeType, List<Attribute>> attributesMap, boolean performFiltering) argument

Completed in 90 milliseconds