jet.server.api.admin
Interface CatalogInfoManager


public interface CatalogInfoManager

CatalogInfoManager is used to manage information inside a catalog file.

Since:
v8.0

Method Summary
 boolean updateCubeAuthorization(java.lang.String catalog)
          Updates cube authorization information
 

Method Detail

updateCubeAuthorization

boolean updateCubeAuthorization(java.lang.String catalog)
Updates cube authorization information

Parameters:
catalog - the catalog (or self-contained report) file name with full path.
Returns:
A boolean value indicates that if the updating is finished successfully.