164165166167168169170171172173174
// set input reference. if (id != null) { ReadableObjectId rid = ctxt.findObjectId(id, idGenerator); rid.bindItem(prev); // logger.debug("Binding id {} to item {}.", rid.id, rid.item); } return first;
160161162163164165166167168169170