Package org.netxms.client.reporting
Class ReportPackageInfo
java.lang.Object
org.netxms.client.reporting.ReportPackageInfo
Information about a report definition package on the reporting server.
-
Constructor Summary
ConstructorsConstructorDescriptionReportPackageInfo(NXCPMessage msg, long baseId) Create report package info from NXCP message. -
Method Summary
-
Constructor Details
-
ReportPackageInfo
Create report package info from NXCP message.- Parameters:
msg- NXCP messagebaseId- base variable ID
-
-
Method Details
-
getFileName
- Returns:
- the file name
-
getFileSize
public long getFileSize()- Returns:
- the file size in bytes
-
getModificationTime
- Returns:
- the file modification time
-
getGuid
- Returns:
- the report GUID (Build-Id from manifest), or null if manifest could not be read
-
getReportName
- Returns:
- the report name from the compiled report definition, or null if not deployed
-
isDeployed
public boolean isDeployed()- Returns:
- true if the package is deployed and active
-