Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
448449450451452453454
return true; } private SyncResultImpl makeSyncResult(RecordJsoImpl jso, Map<String, String> violations, Long futureId) { return new SyncResultImpl(jso.getSchema().create(jso), violations, futureId); }
217218219220221222223224225226227
if (id != null) { SyncResult r = context.sync(id); systemSession.save(); list.add(getJSONString(r)); } else { SyncResult r = new SyncResultImpl( new SyncedIdentityImpl("", ref, false, -1), SyncResult.Status.NO_SUCH_IDENTITY ); list.add(getJSONString(r)); }