public class CSDKLogsInfo extends Object implements csdk.v1_0.extras.context.ILogsInfo
| Constructor and Description |
|---|
CSDKLogsInfo(csbase.logic.eventlogservice.LogsInfo info)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAlgorithms() |
Set<String> |
getApplications() |
List<String[]> |
getApplicationsTable() |
Date |
getEndDate() |
Map<String,Integer> |
getExecutionsByAlgorithm(List<String> filterAlgorithms) |
Map<String,Integer> |
getExecutionsByUser(List<String> filterAlgorithms) |
List<String[]> |
getExecutionsTable() |
Map<String,Integer> |
getLoginsByUser() |
List<String[]> |
getLoginTable() |
Date |
getStartDate() |
public CSDKLogsInfo(csbase.logic.eventlogservice.LogsInfo info)
info - dados de log encapsulado.public Date getStartDate()
getStartDate in interface csdk.v1_0.extras.context.ILogsInfopublic Date getEndDate()
getEndDate in interface csdk.v1_0.extras.context.ILogsInfopublic List<String[]> getLoginTable()
getLoginTable in interface csdk.v1_0.extras.context.ILogsInfopublic List<String[]> getApplicationsTable()
getApplicationsTable in interface csdk.v1_0.extras.context.ILogsInfopublic List<String[]> getExecutionsTable()
getExecutionsTable in interface csdk.v1_0.extras.context.ILogsInfopublic Set<String> getApplications()
getApplications in interface csdk.v1_0.extras.context.ILogsInfopublic Set<String> getAlgorithms()
getAlgorithms in interface csdk.v1_0.extras.context.ILogsInfopublic Map<String,Integer> getExecutionsByUser(List<String> filterAlgorithms)
getExecutionsByUser in interface csdk.v1_0.extras.context.ILogsInfopublic Map<String,Integer> getExecutionsByAlgorithm(List<String> filterAlgorithms)
getExecutionsByAlgorithm in interface csdk.v1_0.extras.context.ILogsInfoCopyright © 2016. All rights reserved.