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();
470471472473474475476477478479480
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; } /**
461462463464465466467468469470471
state.setMultiValued(true); state.setValues(InternalValue.create((QName[]) mixins.toArray(new QName[mixins.size()]))); } else { throw new NoSuchItemStateException(id.toString()); } bundle.addProperty(state); } return state; } /**
567568569570571572573574575576577
621622623624625626627628629630631
458459460461462463464465466467468
584585586587588589590591592593594