Interface RWDCache

  • All Superinterfaces:
    Cache

    public interface RWDCache
    extends Cache
    • Method Detail

      • getExportFormat

        int getExportFormat()
        Returns the export format
        Returns:
        the export format
      • getVersion

        java.lang.String getVersion()
        Returns the version ID
        Returns:
        the version ID
      • getCubeIDs

        java.lang.String[] getCubeIDs()
        Returns the array of cube IDs used by this document
        Returns:
        the array of cube IDs used by this document
      • getCacheIDs

        java.lang.String[] getCacheIDs()
        Returns the array of report cache IDs used by this document
        Returns:
        the array of report cache IDs used by this document
      • getMdLocale

        java.util.Locale getMdLocale()
        Returns the metadata locale
        Returns:
      • getGroupBy

        java.lang.String getGroupBy()
        Returns the current group by
        Returns:
        the current group by
      • getLayoutFlags

        java.lang.String getLayoutFlags()
        Returns the RWD layout flags
        Returns:
        the RWD layout flags
      • getJobID

        int getJobID()
        Returns the ID of the job that executed this document
        Returns:
        the ID of the job that executed this document
      • getSessionID

        java.lang.String getSessionID()
        Returns the session ID
        Returns:
        the session ID
      • getHostName

        java.lang.String getHostName()
        Returns the host name of RWD cache location
        Returns:
        the host name of RWD cache location
      • getLastLoadTime

        java.util.Date getLastLoadTime()
        Returns the RWD cache last load time
        Returns:
        the RWD cache last load time
      • getFileName

        java.lang.String getFileName()
        Returns the RWD cache file name
        Returns:
        the RWD cache file name
      • getDataLocale

        java.util.Locale getDataLocale()
        Returns the data locale
        Returns:
        the data locale