Class ActivityReportUtil
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.reports.ActivityReportUtil
-
public class ActivityReportUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ActivityReportUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addItemInformation(@NotNull ItemRelatedRecordType record, @Nullable ItemProcessingRequest<?> request, @Nullable WorkBucketType bucket)
Adds item-related information to a record that is related to processing of items.static @Nullable String
getReportDataOid(@NotNull TaskActivityStateType taskActivityState, @NotNull ActivityPath path, @NotNull ItemName reportKind, @NotNull String nodeId)
-
-
-
Method Detail
-
addItemInformation
public static void addItemInformation(@NotNull @NotNull ItemRelatedRecordType record, @Nullable @Nullable ItemProcessingRequest<?> request, @Nullable @Nullable WorkBucketType bucket)
Adds item-related information to a record that is related to processing of items.
-
getReportDataOid
@Nullable public static @Nullable String getReportDataOid(@NotNull @NotNull TaskActivityStateType taskActivityState, @NotNull @NotNull ActivityPath path, @NotNull @NotNull ItemName reportKind, @NotNull @NotNull String nodeId)
-
-