576577578579580581582583584585586
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.addProperty((PropertyState) state); } } // add removed properties iter = changeLog.deletedStates(); while (iter.hasNext()) {
630631632633634635636637638639640
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.addProperty((PropertyState) state); } } // now store all modified bundles iter = modified.values().iterator();
483484485486487488489490491492493
state.setMultiValued(true); state.setValues(InternalValue.create((Name[]) mixins.toArray(new Name[mixins.size()]))); } else { throw new NoSuchItemStateException(id.toString()); } bundle.addProperty(state); } return state; } /**
609610611612613614615616617618619
663664665666667668669670671672673
470471472473474475476477478479480