Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityReportingCharacteristics
-
Packages that use ActivityReportingCharacteristics Package Description com.evolveum.midpoint.model.impl.cleanup com.evolveum.midpoint.model.impl.integrity.shadows com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.imp com.evolveum.midpoint.model.impl.sync.tasks.recon com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.model.impl.tasks com.evolveum.midpoint.model.impl.tasks.cluster com.evolveum.midpoint.model.impl.tasks.scanner com.evolveum.midpoint.repo.common.activity.definition Supports the definitions of activities and their various aspects: - work, - distribution, - control flow, - reporting, - ...com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities. -
-
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsCleanupPartialActivityRun. createReportingCharacteristics()@NotNull ActivityReportingCharacteristicsShadowRefreshActivityHandler.MyActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsShadowIntegrityCheckActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsAsyncUpdateActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsImportActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsResourceObjectsReconciliationActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsLiveSyncActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsShadowCleanupActivityHandler.MyRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.tasks.cluster
Methods in com.evolveum.midpoint.model.impl.tasks.cluster that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsAutoScalingActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner that return ActivityReportingCharacteristics Modifier and Type Method Description @NotNull ActivityReportingCharacteristicsFocusValidityScanPartialRun. createReportingCharacteristics()@NotNull ActivityReportingCharacteristicsScanActivityRun. createReportingCharacteristics() -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.repo.common.activity.definition
Method parameters in com.evolveum.midpoint.repo.common.activity.definition with type arguments of type ActivityReportingCharacteristics Modifier and Type Method Description voidActivityReportingDefinition. applyDefaults(Lazy<ActivityReportingCharacteristics> lazyDefaults)Constructor parameters in com.evolveum.midpoint.repo.common.activity.definition with type arguments of type ActivityReportingCharacteristics Constructor Description ActivityReportingDefinition(@NotNull ActivityReportingDefinitionType bean, @NotNull Lazy<ActivityReportingCharacteristics> reportingCharacteristics) -
Uses of ActivityReportingCharacteristics in com.evolveum.midpoint.repo.common.activity.run
Fields in com.evolveum.midpoint.repo.common.activity.run with type parameters of type ActivityReportingCharacteristics Modifier and Type Field Description protected @NotNull Lazy<ActivityReportingCharacteristics>AbstractActivityRun. reportingCharacteristicsReporting characteristics of this kind of activity run.
-