@Override
public void setGroupedProperties(SecurityContext securityContext, PropertyMap source, GraphObject destination) throws FrameworkException {
if (source.containsKey(nullValuesOnlyProperty)) {
throw new FrameworkException("base", new ReadOnlyPropertyToken(nullValuesOnlyProperty));
}
if (source.isEmpty()) {
destination.setProperty(nullValuesOnlyProperty, true);