i have many cubes A B C ,...
and i want to find all the common dimensions between these cubes by Mondrian
notice shared dimensions in each cube could have different names so using of
cube.getDimensions().getUniqeName()
Or
cube.getDimensions().getName()
doesn't help