Package | Description |
---|---|
com.genesyslab.wfm8.API.service.performance810 |
Modifier and Type | Method and Description |
---|---|
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withCurrent(double value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withData(java.util.Collection<SPerfData> values) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withData(SPerfData... values) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withDataArraySize(int value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withEnd(double value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withGranularity(int value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withItem(int value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withStart(double value) |
SPerfItemDataAndTotal |
SPerfItemDataAndTotal.withTotalValue(double value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SPerfItemDataAndTotal> |
WFMPerformanceService810Soap.getPerformanceData(int target,
int targetID,
double start,
double end,
double current,
int granularity,
int timeZoneOption,
int timeZoneID,
int sourceSchScenarioID,
int sourceFrcScenarioID,
java.util.List<java.lang.Integer> requestedItems,
int branch)
Returns an array of values for each time interval (with specified granularity) in the
requested period for the requested performance items at the specified target level, involves
aggregation (totals, averages) for target more than Activity level and granularity
bigger than 15 min.
|
java.util.List<SPerfItemDataAndTotal> |
WFMPerformanceService810Soap.getPerformanceDataFromSnapshot(java.lang.String schSnapshotID,
java.util.List<SchAgentDay> agentDayArray,
int target,
int targetID,
double start,
double end,
int granularity,
int timeZoneOption,
int timeZoneID,
java.util.List<java.lang.Integer> requestedItems,
int branch)
Returns an array of values for each time interval (with specified granularity) in the
requested period for the requested performance items at the specified target level, involves
aggregation (totals, averages) for target more than Activity level and granularity bigger
than 15 min.
|
java.util.List<SPerfItemDataAndTotal> |
WFMPerformanceService810Soap.getPerformanceInformation(int target,
int targetID,
double start,
double end,
double current,
java.util.List<java.lang.Integer> granularity,
int timeZoneOption,
int timeZoneID,
int sourceSchScenarioID,
int sourceFrcScenarioID,
java.util.List<java.lang.Integer> requestedItems,
int branch,
int option)
Returns an array of values for each time interval (with specified granularity) in the
requested period for the requested performance items at the specified target level, involves
aggregation (totals, averages) for target more than Activity level and multiple granularities.
|
java.util.List<SPerfItemDataAndTotal> |
WFMPerformanceService810Soap.getPerformanceRequestData(java.lang.String asyncRequestID)
Method used to get result of a previously made asynchronous call.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.