Style Intelligence v12.0

inetsoft.uql.asset
Interface ReportManager


public interface ReportManager

Report manager manages report sheets.


Method Summary
 boolean contains(ReportEntry entry)
          Check if contains a report entry.
 String[] getLibDependingFile(String identifier)
          Get the dependent file of the identifier in the LibManager.
 Enumeration getReportEntries(boolean full)
          Get the report entries.
 

Method Detail

getReportEntries

Enumeration getReportEntries(boolean full)
Get the report entries.

Parameters:
full - true to force a full scan, false to use only cached report directories if appropriate.
Returns:
the report entries.

contains

boolean contains(ReportEntry entry)
Check if contains a report entry.

Parameters:
entry - the specified report entry.
Returns:
true if contains the report entry, false otherwise.

getLibDependingFile

String[] getLibDependingFile(String identifier)
Get the dependent file of the identifier in the LibManager.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.