Class ActivityReportingDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.definition.ActivityReportingDefinition
-
- All Implemented Interfaces:
DebugDumpable
,Cloneable
public class ActivityReportingDefinition extends Object implements DebugDumpable, Cloneable
Defines reporting features of the activity, like logging, tracing, profiling, and reports.
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ActivityReportingDefinition(@NotNull ActivityReportingDefinitionType bean, @NotNull Lazy<ActivityReportingCharacteristics> reportingCharacteristics)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ActivityReportingDefinition
public ActivityReportingDefinition(@NotNull @NotNull ActivityReportingDefinitionType bean, @NotNull @NotNull Lazy<ActivityReportingCharacteristics> reportingCharacteristics)
-
-
Method Detail
-
create
@NotNull public static @NotNull ActivityReportingDefinition create(@Nullable @Nullable ActivityDefinitionType definitionBean, @Nullable @Nullable Task task)
The task can be null for children of pure-composite activities.
-
getTracingConfigurationsSorted
@NotNull public @NotNull List<ActivityTracingDefinitionType> getTracingConfigurationsSorted()
-
getProfilingConfiguration
@Nullable public @Nullable ActivityProfilingDefinitionType getProfilingConfiguration()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
clone
public ActivityReportingDefinition clone()
-
applyDefaults
public void applyDefaults(Lazy<ActivityReportingCharacteristics> lazyDefaults)
-
getBean
@NotNull public @NotNull ActivityReportingDefinitionType getBean()
-
getBucketsReportDefinition
public BucketsProcessingReportDefinitionType getBucketsReportDefinition()
-
getItemsReportDefinition
public ItemsProcessingReportDefinitionType getItemsReportDefinition()
-
getConnIdOperationsReportDefinition
public ConnIdOperationsReportDefinitionType getConnIdOperationsReportDefinition()
-
getInternalOperationsReportDefinition
public InternalOperationsReportDefinitionType getInternalOperationsReportDefinition()
-
getStateOverviewProgressUpdateInterval
@Nullable public @Nullable Long getStateOverviewProgressUpdateInterval()
-
getStateOverviewProgressUpdateMode
@NotNull public @NotNull ActivityStateOverviewProgressUpdateModeType getStateOverviewProgressUpdateMode()
-
getBucketCompletionLogging
@NotNull public @NotNull ActivityEventLoggingOptionType getBucketCompletionLogging()
How should be bucket completion logged? (none/brief/full)
-
getItemCompletionLogging
@NotNull public @NotNull ActivityEventLoggingOptionType getItemCompletionLogging()
How should be item completion logged? (none/brief/full)
-
getDetermineBucketSize
@NotNull public @NotNull ActivityItemCountingOptionType getDetermineBucketSize()
-
getDetermineOverallSize
@NotNull public @NotNull ActivityOverallItemCountingOptionType getDetermineOverallSize()
-
isCacheOverallSize
public boolean isCacheOverallSize()
Whether we should use the "expected total" (overall size) information if already present.
-
-