@Deprecated public class ReporterService extends AbstractRPCService
downloadReporters(String, ExtendedPropertyInfo[], QueryOptions)
or downloadReportersInList(String, int, ExtendedPropertyInfo[], QueryOptions)
util
Constructor and Description |
---|
ReporterService()
Deprecated.
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
private ExportedProperty |
createExportedProperty(java.lang.String path,
java.lang.String title,
Metadata metadata,
Formatter formatter)
Deprecated.
|
org.apache.axiom.om.OMElement |
downloadReporters(java.lang.String ID,
ExtendedPropertyInfo[] extPropInfos,
QueryOptions qOpt)
Deprecated.
Attach a file with exported reporter properties so it can be send through web services.
|
org.apache.axiom.om.OMElement |
downloadReportersInList(java.lang.String ID,
int reporterListId,
ExtendedPropertyInfo[] extPropInfos,
QueryOptions qOpt)
Deprecated.
Gets an input stream to exported data from a reporter list.
|
ExtendedPropertyInfo[] |
getExtendedProperties()
Deprecated.
Gets information about each extended property for reporters.
|
attachFile, getRemoteId, getSessionControl
public ExtendedPropertyInfo[] getExtendedProperties()
public org.apache.axiom.om.OMElement downloadReportersInList(java.lang.String ID, int reporterListId, ExtendedPropertyInfo[] extPropInfos, QueryOptions qOpt) throws java.lang.Exception
ID
- Id of an active session.reporterListId
- Id of the reporter list to download reporters information from.extPropInfos
- The extended property to include in the download.qOpt
- Query options to set on the query that select data from the database.java.lang.Exception
- If something goes wrong with the export.public org.apache.axiom.om.OMElement downloadReporters(java.lang.String ID, ExtendedPropertyInfo[] extPropInfos, QueryOptions qOpt) throws java.lang.Exception
ID
- The id of an active session. Used to verify the logged in user and it's permissions.extPropInfos
- A list with the extended properties to export.
A reporters name, external id and reporter type are always exported.qOpt
- Options to use on the query that select data.java.lang.Exception
- If anything goes wrong with the export.private ExportedProperty createExportedProperty(java.lang.String path, java.lang.String title, Metadata metadata, Formatter formatter)