484485486487488489490491492493494
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; } /**
610611612613614615616617618619620
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()) {
664665666667668669670671672673674
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.addProperty((PropertyState) state); } } // now store all modified bundles for (NodePropBundle bundle : modified.values()) {
479480481482483484485486487488489
585586587588589590591592593594595
639640641642643644645646647648649
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
576577578579580581582583584585586
630631632633634635636637638639640