jet.server.api.admin
Interface CatalogInfoManager


public interface CatalogInfoManager

CatalogInfoManager is used to manage information inside a catalog file.


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 if the updating is finished successfully.