Package mondrian.gui

Class MondrianGuiDef.DimensionGrant

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, MondrianGuiDef.Grant, NodeDef
    Enclosing class:
    MondrianGuiDef

    public static class MondrianGuiDef.DimensionGrant
    extends ElementDef
    implements MondrianGuiDef.Grant
    Grants (or denies) this role access to a dimension. access may be "all", "custom" or "none". Note that a role is implicitly given access to a dimension when it is given "ALL" acess to a cube. If access is "custom", no access will be inherited by the hierarchies of this dimension. If the parent schema access is "ALL_DIMENSIONS", this timension will inherit access "ALL". See also the "all_dimensions" option of the "SchemaGrant" element. See mondrian.olap.Role#grant(mondrian.olap.Dimension,int).
    See Also:
    Serialized Form
    • Field Detail

      • _access_values

        public static final java.lang.String[] _access_values
        Allowable values for access.
      • access

        public java.lang.String access
      • dimension

        public java.lang.String dimension