Class ActivityItemProcessingDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.server.dto.ActivityItemProcessingDto
-
- All Implemented Interfaces:
Serializable
public class ActivityItemProcessingDto extends Object implements Serializable
"Items processing" statistics for a single activity.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_CHART
static String
F_CURRENT_ITEMS
static String
F_FAILED_BOX
static String
F_SKIP_BOX
static String
F_SUCCESS_BOX
static String
F_TITLE
static String
F_WALL_CLOCK_THROUGHPUT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PieChartConfiguration
getChart()
List<ProcessedItemDto>
getCurrentItems()
InfoBoxData
getFailedBox()
InfoBoxData
getSkipBox()
InfoBoxData
getSuccessBox()
String
getTitle()
int
getTotalCount()
String
getWallClockThroughput()
-
-
-
Field Detail
-
F_SUCCESS_BOX
public static final String F_SUCCESS_BOX
- See Also:
- Constant Field Values
-
F_FAILED_BOX
public static final String F_FAILED_BOX
- See Also:
- Constant Field Values
-
F_SKIP_BOX
public static final String F_SKIP_BOX
- See Also:
- Constant Field Values
-
F_CURRENT_ITEMS
public static final String F_CURRENT_ITEMS
- See Also:
- Constant Field Values
-
F_CHART
public static final String F_CHART
- See Also:
- Constant Field Values
-
F_TITLE
public static final String F_TITLE
- See Also:
- Constant Field Values
-
F_WALL_CLOCK_THROUGHPUT
public static final String F_WALL_CLOCK_THROUGHPUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSuccessBox
public InfoBoxData getSuccessBox()
-
getFailedBox
public InfoBoxData getFailedBox()
-
getSkipBox
public InfoBoxData getSkipBox()
-
getTitle
public String getTitle()
-
getWallClockThroughput
public String getWallClockThroughput()
-
getTotalCount
public int getTotalCount()
-
getChart
public PieChartConfiguration getChart()
-
getCurrentItems
public List<ProcessedItemDto> getCurrentItems()
-
-