Deprecated API


Contents
Deprecated Fields
com.elixirtech.report2.runtime.IJobInfo.JOB_OWNER
          - users know who they are and the audit log knows as well so this is not required and slows down rendering and transmission slightly so it is no longer sent. 
 

Deprecated Methods
com.elixirtech.report2.runtime.IReportEngine.generateData(String, OutputStream, Properties)
          Use the Map version instead of Properties 
com.elixirtech.report2.runtime.IReportEngine.generateData(String, String, Properties)
          Use the Map version instead of Properties 
com.elixirtech.ers2.client.ERSClient.isAutoEscape()
          - the protocol now ensures correct transmission of all characters 
com.elixirtech.ers2.client.ERSClient.isConnected()
          - connection status is now controlled internally 
com.elixirtech.report2.runtime.IReportEngine.renderReport(RawReport, String, OutputStream, Properties)
          Use the Map version instead of Properties 
com.elixirtech.ers2.client.ERSClient.renderReport(String, String, OutputStream, Properties, String)
          If requesting a report to be returned, use the renderReport with no target. Else if sending a report to a target, use the renderReport with no output stream. This overloaded version handles both cases, but is more confusing, hence deprecated. 
com.elixirtech.ers2.client.ERSClient.setAutoEscape(boolean)
          - the protocol now ensures correct transmission of all characters 
com.elixirtech.ers2.client.ERSClient.setConnectionMode(short)
          - this is now handled internally 
 

Deprecated Constructors
com.elixirtech.ers2.client.ERSClient(String, int, String, String, short, int)
          Use the version without mode and timeout as they are now ignored