Package mondrian.spi

Interface DynamicSchemaProcessor

    • Method Detail

      • processSchema

        String processSchema​(String schemaUrl,
                             Util.PropertyList connectInfo)
                      throws Exception
        Modifies a Mondrian schema.

        An implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.

        Parameters:
        schemaUrl - The URL of the catalog.
        connectInfo - Connection properties.
        Returns:
        Returns the modified schema.
        Throws:
        Exception - if an error occurs.