Class MappingsLineDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.progress.MappingsLineDto
-
- All Implemented Interfaces:
Serializable
public class MappingsLineDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_AVERAGE_TIME
static String
F_COUNT
static String
F_MAX_TIME
static String
F_MIN_TIME
static String
F_OBJECT
static String
F_TOTAL_TIME
-
Constructor Summary
Constructors Constructor Description MappingsLineDto(MappingsStatisticsEntryType entry)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static List<MappingsLineDto>
extractFromOperationalInformation(MappingsStatisticsType mappingsStatisticsType)
String
getAverageTime()
String
getCount()
String
getMaxTime()
String
getMinTime()
String
getObject()
String
getTotalTime()
-
-
-
Field Detail
-
F_OBJECT
public static final String F_OBJECT
- See Also:
- Constant Field Values
-
F_COUNT
public static final String F_COUNT
- See Also:
- Constant Field Values
-
F_AVERAGE_TIME
public static final String F_AVERAGE_TIME
- See Also:
- Constant Field Values
-
F_MIN_TIME
public static final String F_MIN_TIME
- See Also:
- Constant Field Values
-
F_MAX_TIME
public static final String F_MAX_TIME
- See Also:
- Constant Field Values
-
F_TOTAL_TIME
public static final String F_TOTAL_TIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MappingsLineDto
public MappingsLineDto(MappingsStatisticsEntryType entry)
-
-
Method Detail
-
getObject
public String getObject()
-
getCount
public String getCount()
-
getAverageTime
public String getAverageTime()
-
getMinTime
public String getMinTime()
-
getMaxTime
public String getMaxTime()
-
getTotalTime
public String getTotalTime()
-
extractFromOperationalInformation
protected static List<MappingsLineDto> extractFromOperationalInformation(MappingsStatisticsType mappingsStatisticsType)
-
-