|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatisticsDataOutService
This web service provides methods to fetch CEM statistics data from the database.
Method Summary | |
---|---|
DBusinessProcessStats |
getAggregatedBusinessProcessStats(long businessProcessDefinitionId,
DTimeDuration interval)
Gets the aggregated Business Process Statistics for the given business process within the specified time duration. |
DBusinessProcessStats |
getAggregatedBusinessProcessStatsForPercentiles(long businessProcessDefinitionId,
DTimeDuration interval,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated Business Process Statistics for the given business process within the specified time duration. |
DBusinessProcessStats |
getAggregatedBusinessProcessStatsForUser(long businessProcessDefinitionId,
DTimeDuration interval,
long userId)
Gets the aggregated business process statistics data for the given business process, user within the specified time duration |
DBusinessProcessStats |
getAggregatedBusinessProcessStatsForUserForPercentiles(long businessProcessDefinitionId,
DTimeDuration interval,
long userId,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated business process statistics data for the given business process, user within the specified time duration. |
DBusinessProcessStats |
getAggregatedBusinessProcessStatsForUserGroup(long businessProcessDefinitionId,
DTimeDuration interval,
long userGroupId)
Gets the aggregated business process statistics data for the given business process, user group within the specified time duration |
DBusinessProcessStats |
getAggregatedBusinessProcessStatsForUserGroupForPercentiles(long businessProcessDefinitionId,
DTimeDuration interval,
long userGroupId,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated business process statistics data for the given business process, user group within the specified time duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStats(long businessTransactionDefinitionId,
DTimeDuration interval)
Gets the aggregated business transaction statistics for the given business transaction within the specified time duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStatsForPercentiles(long businessTransactionDefinitionId,
DTimeDuration interval,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated business transaction statistics for the given business transaction within the specified time duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStatsForUser(long businessTransactionDefinitionId,
DTimeDuration interval,
long userId)
Gets the aggregated business transaction statistics data for the given business transaction, user within the specified duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStatsForUserForPercentiles(long businessTransactionDefinitionId,
DTimeDuration interval,
long userId,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated business transaction statistics data for the given business transaction, user within the specified duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStatsForUserGroup(long businessTransactionDefinitionId,
DTimeDuration interval,
long userGroupId)
Gets the aggregated business transaction statistics data for the given business transaction, user group within the specified duration. |
DBusinessTransactionStats |
getAggregatedBusinessTransactionStatsForUserGroupForPercentiles(long businessTransactionDefinitionId,
DTimeDuration interval,
long userGroupId,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets the aggregated business transaction statistics data for the given business transaction, user group within the specified duration. |
DBusinessProcessStatsRS |
getAllBusinessProcessStats(long businessProcessDefinitionId,
DTimeDuration interval,
int startIndex)
Gets statistics for a specified Business Process, for a specified time range, aggregated across all User Groups. |
DBusinessProcessStatsRS |
getAllBusinessProcessStatsForPercentile(long businessProcessDefinitionId,
DTimeDuration interval,
int startIndex,
float percentile_tranThroughput,
float percentile_tranSize,
float percentile_tranTime)
Gets statistics for a specified Business Process, for a specified time range, aggregated across all User Groups based on percentile of throughput, time, size. |
DBusinessProcessStatsRS |
getAllBusinessProcessStatsForPercentiles(long businessProcessDefinitionId,
DTimeDuration interval,
int startIndex,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets statistics for a specified Business Process, for a specified time range, aggregated across all User Groups based on percentiles of throughput, time, size. |
DBusinessTransactionStatsRS |
getAllBusinessTransactionStats(long businessTransactionDefinitionId,
DTimeDuration interval,
int startIndex)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated across all User Groups. |
DBusinessTransactionStatsRS |
getAllBusinessTransactionStatsForPercentile(long businessTransactionDefinitionId,
DTimeDuration interval,
int startIndex,
float percentile_tranThroughput,
float percentile_tranSize,
float percentile_tranTime)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated across all User Groups based on percentile of throughput, time, size. |
DBusinessTransactionStatsRS |
getAllBusinessTransactionStatsForPercentiles(long businessTransactionDefinitionId,
DTimeDuration interval,
int startIndex,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated across all User Groups based on percentiles of throughput, time, size. |
DBusinessProcessStatsRS |
getBusinessProcessStatsForUserGroup(long businessProcessDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex)
Gets statistics for a specified Business Process, for a specified time range, aggregated for a specified User Group. |
DBusinessProcessStatsRS |
getBusinessProcessStatsForUserGroupForPercentile(long businessProcessDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex,
float percentile_tranThroughput,
float percentile_tranSize,
float percentile_tranTime)
Gets statistics for a specified Business Process, for a specified time range, aggregated for a specified User Group based on percentile of throughput, time, size. |
DBusinessProcessStatsRS |
getBusinessProcessStatsForUserGroupForPercentiles(long businessProcessDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets statistics for a specified Business Process, for a specified time range, aggregated for a specified User Group based on percentiles of throughput, time, size. |
DBusinessTransactionStatsRS |
getBusinessTransactionStatsForUserGroup(long businessTransactionDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated for a specified User Group. |
DBusinessTransactionStatsRS |
getBusinessTransactionStatsForUserGroupForPercentile(long businessTransactionDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex,
float percentile_tranThroughput,
float percentile_tranSize,
float percentile_tranTime)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated for a specified User Group based on percentile of throughput, time, size. |
DBusinessTransactionStatsRS |
getBusinessTransactionStatsForUserGroupForPercentiles(long businessTransactionDefinitionId,
DTimeDuration interval,
long userGroupId,
int startIndex,
float[] percentiles_tranThroughput,
float[] percentiles_tranSize,
float[] percentiles_tranTime)
Gets statistics for a specified Business Transaction, for a specified time range, aggregated for a specified User Group based on percentiles of throughput, time, size. |
Method Detail |
---|
DBusinessProcessStats getAggregatedBusinessProcessStats(long businessProcessDefinitionId, DTimeDuration interval) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregated
java.rmi.RemoteException
CEMWebServicesException
DBusinessProcessStats getAggregatedBusinessProcessStatsForPercentiles(long businessProcessDefinitionId, DTimeDuration interval, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregatedpercentiles_tranThroughput
- The percentile data needed on transaction throughputpercentiles_tranSize
- The percentile data needed on transaction sizepercentiles_tranTime
- The percentile data needed on transaction time
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStats(long businessTransactionDefinitionId, DTimeDuration interval) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics will be aggregated
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStatsForPercentiles(long businessTransactionDefinitionId, DTimeDuration interval, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics will be aggregatedpercentiles_tranThroughput
- The percentile data needed on transaction throughputpercentiles_tranSize
- The percentile data needed on transaction sizepercentiles_tranTime
- The percentile data needed on transaction time
java.rmi.RemoteException
CEMWebServicesException
DBusinessProcessStats getAggregatedBusinessProcessStatsForUserGroup(long businessProcessDefinitionId, DTimeDuration interval, long userGroupId) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregateduserGroupId
- The id of the user group
java.rmi.RemoteException
CEMWebServicesException
DBusinessProcessStats getAggregatedBusinessProcessStatsForUserGroupForPercentiles(long businessProcessDefinitionId, DTimeDuration interval, long userGroupId, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregateduserGroupId
- The id of the user grouppercentiles_tranThroughput
- The percentile data needed on the transaction throughputpercentiles_tranSize
- The percentile data needed on the transaction sizepercentiles_tranTime
- The percentile data needed on the transaction time
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStatsForUserGroup(long businessTransactionDefinitionId, DTimeDuration interval, long userGroupId) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics will be aggregateduserGroupId
- The id of the user group
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStatsForUserGroupForPercentiles(long businessTransactionDefinitionId, DTimeDuration interval, long userGroupId, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics data will be aggreageduserGroupId
- The Id of the user grouppercentiles_tranThroughput
- The percentile data needed for transaction throughputpercentiles_tranSize
- The percentile data needed for transaction sizepercentiles_tranTime
- The percentile data needed for transaction time
java.rmi.RemoteException
CEMWebServicesException
DBusinessProcessStatsRS getAllBusinessProcessStats(long businessProcessDefinitionId, DTimeDuration interval, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStatsRS getBusinessProcessStatsForUserGroup(long businessProcessDefinitionId, DTimeDuration interval, long userGroupId, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getAllBusinessTransactionStats(long businessTransactionDefinitionId, DTimeDuration interval, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getBusinessTransactionStatsForUserGroup(long businessTransactionDefinitionId, DTimeDuration interval, long userGroupId, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStatsRS getAllBusinessProcessStatsForPercentile(long businessProcessDefinitionId, DTimeDuration interval, int startIndex, float percentile_tranThroughput, float percentile_tranSize, float percentile_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to returnpercentile_tranThroughput
- The percentile of transaction throughputpercentile_tranSize
- The percentile of transaction sizepercentile_tranTime
- The percentile of transaction time
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStatsRS getAllBusinessProcessStatsForPercentiles(long businessProcessDefinitionId, DTimeDuration interval, int startIndex, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to returnpercentiles_tranThroughput
- The percentiles of transaction throughputpercentiles_tranSize
- The percentiles of transaction sizepercentiles_tranTime
- The percentiles of transaction time
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStatsRS getBusinessProcessStatsForUserGroupForPercentile(long businessProcessDefinitionId, DTimeDuration interval, long userGroupId, int startIndex, float percentile_tranThroughput, float percentile_tranSize, float percentile_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to returnpercentile_tranThroughput
- The percentile of transaction throughputpercentile_tranSize
- The percentile of transaction sizepercentile_tranTime
- The percentile of transaction tme
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStatsRS getBusinessProcessStatsForUserGroupForPercentiles(long businessProcessDefinitionId, DTimeDuration interval, long userGroupId, int startIndex, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- the Business Process Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to returnpercentiles_tranThroughput
- The percentiles of transaction throughputpercentiles_tranSize
- The percentiles of transaction sizepercentiles_tranTime
- The percentiles of transaction time
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getAllBusinessTransactionStatsForPercentile(long businessTransactionDefinitionId, DTimeDuration interval, int startIndex, float percentile_tranThroughput, float percentile_tranSize, float percentile_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to returnpercentile_tranThroughput
- The percentile of transaction throughputpercentile_tranSize
- The percentile of transaction sizepercentile_tranTime
- The percentile of transaction tme
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getAllBusinessTransactionStatsForPercentiles(long businessTransactionDefinitionId, DTimeDuration interval, int startIndex, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervalstartIndex
- The index position of the first row to returnpercentiles_tranThroughput
- The percentiles of transaction throughputpercentiles_tranSize
- The percentiles of transaction sizepercentiles_tranTime
- The percentiles of transaction tme
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getBusinessTransactionStatsForUserGroupForPercentile(long businessTransactionDefinitionId, DTimeDuration interval, long userGroupId, int startIndex, float percentile_tranThroughput, float percentile_tranSize, float percentile_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to returnpercentile_tranThroughput
- The percentile of transaction throughputpercentile_tranSize
- The percentile of transaction sizepercentile_tranTime
- The percentile of transaction tme
CEMWebServicesException
java.rmi.RemoteException
DBusinessTransactionStatsRS getBusinessTransactionStatsForUserGroupForPercentiles(long businessTransactionDefinitionId, DTimeDuration interval, long userGroupId, int startIndex, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- the Business Transaction Definition idinterval
- The time range and the aggregation intervaluserGroupId
- The user group idstartIndex
- The index position of the first row to returnpercentiles_tranThroughput
- The percentiles of transaction throughputpercentiles_tranSize
- The percentiles of transaction sizepercentiles_tranTime
- The percentiles of transaction tme
CEMWebServicesException
java.rmi.RemoteException
DBusinessProcessStats getAggregatedBusinessProcessStatsForUser(long businessProcessDefinitionId, DTimeDuration interval, long userId) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregateduserId
- The id of the user
java.rmi.RemoteException
CEMWebServicesException
DBusinessProcessStats getAggregatedBusinessProcessStatsForUserForPercentiles(long businessProcessDefinitionId, DTimeDuration interval, long userId, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessDefinitionId
- The id of the business processinterval
- The time duration in which the business process statistics will be aggregateduserId
- The id of the userpercentiles_tranThroughput
- The percentile data needed on the transaction throughputpercentiles_tranSize
- The percentile data needed on the transaction sizepercentiles_tranTime
- The percentile data needed on the transaction time
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStatsForUser(long businessTransactionDefinitionId, DTimeDuration interval, long userId) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics will be aggregateduserId
- The id of the user
java.rmi.RemoteException
CEMWebServicesException
DBusinessTransactionStats getAggregatedBusinessTransactionStatsForUserForPercentiles(long businessTransactionDefinitionId, DTimeDuration interval, long userId, float[] percentiles_tranThroughput, float[] percentiles_tranSize, float[] percentiles_tranTime) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionDefinitionId
- The id of the business transactioninterval
- The time duration in which the business transaction statistics data will be aggreageduserId
- The Id of the user grouppercentiles_tranThroughput
- The percentile data needed for transaction throughputpercentiles_tranSize
- The percentile data needed for transaction sizepercentiles_tranTime
- The percentile data needed for transaction time
java.rmi.RemoteException
CEMWebServicesException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |