Style Intelligence v12.0

inetsoft.sree
Class ServerReportEntry

java.lang.Object
  extended by inetsoft.uql.asset.ReportEntry
      extended by inetsoft.sree.ServerReportEntry
All Implemented Interfaces:
AssetObject, inetsoft.util.XMLSerializable, Serializable, Cloneable

public class ServerReportEntry
extends ReportEntry

Server report entry locates a replet.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class inetsoft.uql.asset.ReportEntry
DATA_SPACE_REPORT, EDITING, FILE_REPORT, RESOURCE_REPORT, UNKNOWN_REPORT, URL_REPORT
 
Constructor Summary
ServerReportEntry()
          Constructor.
ServerReportEntry(String path, String user)
          Constructor.
 
Method Summary
 String getStoragePath()
          Get the storage path of a replet.
 int getType()
          Get the storage type.
 void parseXML(Element elem)
          Method to parse an xml segment.
 
Methods inherited from class inetsoft.uql.asset.ReportEntry
clone, containsAssetEntry, equals, getAlias, getContainedAssetEntries, getDescription, getInputStream, getLastModified, getName, getOriginalPath, getOriginalUser, getPath, getReport, getTemplate, getUser, hashCode, isEditable, isEditing, releaseInputStream, setOriginalPath, setOriginalUser, setReport, setTemplate, toString, writeXML
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerReportEntry

public ServerReportEntry()
Constructor.


ServerReportEntry

public ServerReportEntry(String path,
                         String user)
Constructor.

Method Detail

parseXML

public void parseXML(Element elem)
              throws Exception
Method to parse an xml segment.

Specified by:
parseXML in interface inetsoft.util.XMLSerializable
Overrides:
parseXML in class ReportEntry
Parameters:
elem - the specified xml element.
Throws:
Exception

getType

public int getType()
Get the storage type.

Overrides:
getType in class ReportEntry
Returns:
the storage type of the report entry.

getStoragePath

public String getStoragePath()
Get the storage path of a replet.

Overrides:
getStoragePath in class ReportEntry
Returns:
the storage path of the report entry.

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