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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1149 public void recon(String id, JsonValue objectEntry, ReconciliationContext reconContext, Context context,
1153 LazyObjectAccessor sourceObjectAccessor = objectEntry == null
1155 : new LazyObjectAccessor(service, sourceObjectSet, id, objectEntry); // Pre-queried source detail
1223 public void recon(String id, JsonValue objectEntry, ReconciliationContext reconContext, Context context, Map<String,
1235 if (objectEntry == null) {
1240 op.targetObjectAccessor = new LazyObjectAccessor(service, targetObjectSet, id, objectEntry);
1277 JsonValue objectEntry; field in class:ObjectMapping.ReconTask
1288 this.objectEntry = resultEntry.getValue();
1289 LOGGER.debug("Recon task on {} {}", id, objectEntry);
1302 reconById.recon(id, objectEntry, reconContex
1328 createTask(ResultEntry objectEntry) argument
[all...]

Completed in 33 milliseconds