Interface ActivityReportingDefinitionDefaultValuesProvider
-
- All Known Implementing Classes:
ActivityReportingCharacteristics
public interface ActivityReportingDefinitionDefaultValuesProvider
Provides default values for some of theActivityReportingDefinition
items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ActivityEventLoggingOptionType
getBucketCompletionLoggingDefault()
@NotNull ActivityItemCountingOptionType
getDetermineBucketSizeDefault()
@NotNull ActivityOverallItemCountingOptionType
getDetermineOverallSizeDefault()
@NotNull ActivityEventLoggingOptionType
getItemCompletionLoggingDefault()
-
-
-
Method Detail
-
getDetermineBucketSizeDefault
@NotNull @NotNull ActivityItemCountingOptionType getDetermineBucketSizeDefault()
-
getDetermineOverallSizeDefault
@NotNull @NotNull ActivityOverallItemCountingOptionType getDetermineOverallSizeDefault()
-
getBucketCompletionLoggingDefault
@NotNull @NotNull ActivityEventLoggingOptionType getBucketCompletionLoggingDefault()
-
getItemCompletionLoggingDefault
@NotNull @NotNull ActivityEventLoggingOptionType getItemCompletionLoggingDefault()
-
-