Package | Description |
---|---|
org.miloss.fgsms.plugins.reporting | |
org.miloss.fgsms.services.interfaces.common | |
org.miloss.fgsms.services.interfaces.dataaccessservice |
fgsms Data Access Service.
|
org.miloss.fgsms.services.interfaces.reportingservice |
fgsms Reporting Service.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportGeneratorPlugin.generateReport(OutputStreamWriter data,
List<String> urls,
String path,
List<String> files,
TimeRange range,
String currentuser,
SecurityWrapper classification,
WebServiceContext ctx)
Generates the content of the report
Implementors must check access control urls using
UserIdentityUtil
prior to report generation. |
Modifier and Type | Method and Description |
---|---|
TimeRange |
ObjectFactory.createTimeRange()
Create an instance of
TimeRange |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeRange> |
ObjectFactory.createTimeRange(TimeRange value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeRange> |
ObjectFactory.createTimeRange(TimeRange value)
|
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
PurgePerformanceDataRequestMsg.range |
protected TimeRange |
GetSLAFaultRecordsRequestMsg.range |
protected TimeRange |
GetProcessPerformanceLogsByRangeRequestMsg.range |
protected TimeRange |
GetPerformanceAverageStatsRequestMsg.range |
protected TimeRange |
GetPerformanceAverageStatsAll.range |
protected TimeRange |
GetPerformanceAverageHostStatsRequestMsg.range |
protected TimeRange |
GetOperationalStatusLogRequestMsg.range |
protected TimeRange |
GetMessageLogsRequestMsg.range |
protected TimeRange |
GetMachinePerformanceLogsByRangeRequestMsg.range |
protected TimeRange |
GetHistoricalTopicQueueDetailsRequestMsg.range |
protected TimeRange |
GetHistoricalBrokerDetailsRequestMsg.range |
protected TimeRange |
GetAuditLogsByTimeRangeRequestMsg.range |
protected TimeRange |
GetAllOperationalStatusLogRequestMsg.range |
Modifier and Type | Method and Description |
---|---|
TimeRange |
PurgePerformanceDataRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetSLAFaultRecordsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetProcessPerformanceLogsByRangeRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetPerformanceAverageStatsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetPerformanceAverageStatsAll.getRange()
Gets the value of the range property.
|
TimeRange |
GetPerformanceAverageHostStatsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetOperationalStatusLogRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetMessageLogsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetMachinePerformanceLogsByRangeRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetHistoricalTopicQueueDetailsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetHistoricalBrokerDetailsRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetAuditLogsByTimeRangeRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
GetAllOperationalStatusLogRequestMsg.getRange()
Gets the value of the range property.
|
Modifier and Type | Method and Description |
---|---|
List<GetPerformanceAverageStatsResponseMsg> |
DataAccessService.getPerformanceAverageStatsAll(SecurityWrapper classification,
TimeRange range)
Get Average Performance Statistics For All Services - this will return performance stats for all services that the requestor has access to
|
void |
PurgePerformanceDataRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetSLAFaultRecordsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetProcessPerformanceLogsByRangeRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetPerformanceAverageStatsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetPerformanceAverageStatsAll.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetPerformanceAverageHostStatsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetOperationalStatusLogRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetMessageLogsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetMachinePerformanceLogsByRangeRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetHistoricalTopicQueueDetailsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetHistoricalBrokerDetailsRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetAuditLogsByTimeRangeRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
GetAllOperationalStatusLogRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
ExportDataRequestMsg.range |
protected TimeRange |
ExportCSVDataRequestMsg.range |
Modifier and Type | Method and Description |
---|---|
TimeRange |
ExportDataRequestMsg.getRange()
Gets the value of the range property.
|
TimeRange |
ExportCSVDataRequestMsg.getRange()
Gets the value of the range property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeRange> |
ObjectFactory.createTimeRange(TimeRange value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeRange> |
ObjectFactory.createTimeRange(TimeRange value)
|
void |
ExportDataRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
void |
ExportCSVDataRequestMsg.setRange(TimeRange value)
Sets the value of the range property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.