Searched refs:attributesInfo (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java38 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
56 return attributesInfo.get(options);
68 return attributesInfo.put(options, attrInfo);
77 return attributesInfo;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java39 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
57 return attributesInfo.get(options);
69 return attributesInfo.put(options, attrInfo);
78 return attributesInfo;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java38 private HashMap<Set<String> ,AttrHistorical> attributesInfo; field in class:AttrHistoricalWithOptions
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
56 return attributesInfo.get(options);
68 return attributesInfo.put(options, attrInfo);
77 return attributesInfo;
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DreplaceTarget.js27 * attributesInfo object by keeping track of target attributes that have already been replaced.
29 * object containing the new value for the attribute and an updated attributesInfo object.
32 * targetObject, sourceObject, existingTargetObject, attributeName, attributeValue, attributesInfo
53 // Determine if the target has already been replaced by looking at the attributesInfo.replaced.
54 // The value of attributesInfo.replaced is an object that will contain a true/false value for every
57 if (attributesInfo.hasOwnProperty("replaced")) {
59 replaced = attributesInfo.replaced;
77 // Update attributesInfo
78 attributesInfo["replaced"] = replaced;
80 // Return the result object with the updated attributesInfo
[all...]
H A DdefaultMapping.js227 attributesInfo = attributesInfoMap[name];
228 if (typeof attributesInfo === "undefined" || attributesInfo === null) {
230 attributesInfo = {};
242 config.attributesInfo = attributesInfo;
247 // Update any passed back attributesInfo
248 if (assignmentResult.hasOwnProperty("attributesInfo")) {
249 attributesInfoMap[name] = assignmentResult.attributesInfo;

Completed in 28 milliseconds