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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java163 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2389 LDAPFilter filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2449 * DS_SYNC_CONFLICT attribute will be added to the entry
2451 * If false, the DS_SYNC_CONFLICT attribute will be
2472 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
2481 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
3384 AttributeType attrType = DirectoryServer.getAttributeType(DS_SYNC_CONFLICT,
3448 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java179 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2152 LDAPFilter filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2206 * DS_SYNC_CONFLICT attribute will be added to the entry
2208 * If false, the DS_SYNC_CONFLICT attribute will be
2221 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
3085 AttributeType attrType = DirectoryServer.getAttributeType(DS_SYNC_CONFLICT,
3130 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java164 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2404 LDAPFilter filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2464 * DS_SYNC_CONFLICT attribute will be added to the entry
2466 * If false, the DS_SYNC_CONFLICT attribute will be
2487 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
2496 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
3405 AttributeType attrType = DirectoryServer.getAttributeType(DS_SYNC_CONFLICT,
3469 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java163 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2389 LDAPFilter filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2449 * DS_SYNC_CONFLICT attribute will be added to the entry
2451 * If false, the DS_SYNC_CONFLICT attribute will be
2472 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
2481 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
3384 AttributeType attrType = DirectoryServer.getAttributeType(DS_SYNC_CONFLICT,
3448 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java179 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2152 LDAPFilter filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2206 * DS_SYNC_CONFLICT attribute will be added to the entry
2208 * If false, the DS_SYNC_CONFLICT attribute will be
2221 DirectoryServer.getAttributeType(DS_SYNC_CONFLICT, true);
3085 AttributeType attrType = DirectoryServer.getAttributeType(DS_SYNC_CONFLICT,
3130 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java230 public static final String DS_SYNC_CONFLICT = "ds-sync-conflict"; field in class:LDAPReplicationDomain
2127 filter = LDAPFilter.createEqualityFilter(DS_SYNC_CONFLICT,
2184 * DS_SYNC_CONFLICT attribute will be added to the entry
2186 * If false, the DS_SYNC_CONFLICT attribute will be
2200 Attribute attr = Attributes.create(DS_SYNC_CONFLICT, targetDN.toString());
2205 Attribute attr = Attributes.empty(DS_SYNC_CONFLICT);
3013 Attribute attr = Attributes.create(DS_SYNC_CONFLICT, conflictDN.toString());
3054 msg.addAttribute(DS_SYNC_CONFLICT, normalizedDN);

Completed in 88 milliseconds