Searched refs:addAttributeByType (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DChangelogBackend.java1483 addAttributeByType(ATTR_SUBSCHEMA_SUBENTRY_LC, ATTR_SUBSCHEMA_SUBENTRY_LC,
1485 addAttributeByType("numsubordinates", "numSubordinates", "0", userAttrs, opAttrs);
1486 addAttributeByType("hassubordinates", "hasSubordinates", "false", userAttrs, opAttrs);
1487 addAttributeByType("entrydn", "entryDN", dnString, userAttrs, opAttrs);
1492 addAttributeByType("changenumber", "changeNumber", String.valueOf(changeNumber), userAttrs, opAttrs);
1497 addAttributeByType("changetime", "changeTime", format, userAttrs, opAttrs);
1498 addAttributeByType("changetype", "changeType", changeType, userAttrs, opAttrs);
1499 addAttributeByType("targetdn", "targetDN", msg.getDN().toString(), userAttrs, opAttrs);
1502 addAttributeByType("replicationcsn", "replicationCSN", csn.toString(), userAttrs, opAttrs);
1503 addAttributeByType("replicaidentifie
1629 private static void addAttributeByType(String attrNameLowercase, method in class:ChangelogBackend
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DChangelogBackend.java1483 addAttributeByType(ATTR_SUBSCHEMA_SUBENTRY_LC, ATTR_SUBSCHEMA_SUBENTRY_LC,
1485 addAttributeByType("numsubordinates", "numSubordinates", "0", userAttrs, opAttrs);
1486 addAttributeByType("hassubordinates", "hasSubordinates", "false", userAttrs, opAttrs);
1487 addAttributeByType("entrydn", "entryDN", dnString, userAttrs, opAttrs);
1492 addAttributeByType("changenumber", "changeNumber", String.valueOf(changeNumber), userAttrs, opAttrs);
1497 addAttributeByType("changetime", "changeTime", format, userAttrs, opAttrs);
1498 addAttributeByType("changetype", "changeType", changeType, userAttrs, opAttrs);
1499 addAttributeByType("targetdn", "targetDN", msg.getDN().toString(), userAttrs, opAttrs);
1502 addAttributeByType("replicationcsn", "replicationCSN", csn.toString(), userAttrs, opAttrs);
1503 addAttributeByType("replicaidentifie
1629 private static void addAttributeByType(String attrNameLowercase, method in class:ChangelogBackend
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DChangelogBackend.java1336 addAttributeByType(ATTR_SUBSCHEMA_SUBENTRY_LC, ATTR_SUBSCHEMA_SUBENTRY_LC,
1338 addAttributeByType("numsubordinates", "numSubordinates", "0", userAttrs, opAttrs);
1339 addAttributeByType("hassubordinates", "hasSubordinates", "false", userAttrs, opAttrs);
1340 addAttributeByType("entrydn", "entryDN", dnString, userAttrs, opAttrs);
1345 addAttributeByType("changenumber", "changeNumber", String.valueOf(changeNumber), userAttrs, opAttrs);
1350 addAttributeByType("changetime", "changeTime", format, userAttrs, opAttrs);
1351 addAttributeByType("changetype", "changeType", changeType, userAttrs, opAttrs);
1352 addAttributeByType("targetdn", "targetDN", msg.getDN().toString(), userAttrs, opAttrs);
1355 addAttributeByType("replicationcsn", "replicationCSN", csn.toString(), userAttrs, opAttrs);
1356 addAttributeByType("replicaidentifie
1484 private static void addAttributeByType(String attrNameLowercase, method in class:ChangelogBackend
[all...]

Completed in 42 milliseconds