443444445446447448449450451452453
state.setMultiValued(true); state.setValues(InternalValue.create(mixins.toArray(new Name[mixins.size()]))); } else { throw new NoSuchItemStateException(id.toString()); } bundle.addProperty(state); } return state; } /**
563564565566567568569570571572573
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.addProperty((PropertyState) state); } } // add removed properties for (ItemState state : changeLog.deletedStates()) { if (state.isNode()) {
613614615616617618619620621622623
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()) {
444445446447448449450451452453454
564565566567568569570571572573574
614615616617618619620621622623624