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 ActivityReportingCharacteristics
CleanupPartialActivityRun. createReportingCharacteristics()
@NotNull ActivityReportingCharacteristics
ShadowRefreshActivityHandler.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 ActivityReportingCharacteristics
ShadowIntegrityCheckActivityRun. 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 ActivityReportingCharacteristics
AsyncUpdateActivityRun. 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 ActivityReportingCharacteristics
ImportActivityRun. 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 ActivityReportingCharacteristics
ResourceObjectsReconciliationActivityRun. 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 ActivityReportingCharacteristics
LiveSyncActivityRun. 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 ActivityReportingCharacteristics
ShadowCleanupActivityHandler.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 ActivityReportingCharacteristics
AutoScalingActivityRun. 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 ActivityReportingCharacteristics
FocusValidityScanPartialRun. createReportingCharacteristics()
@NotNull ActivityReportingCharacteristics
ScanActivityRun. 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 void
ActivityReportingDefinition. 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. reportingCharacteristics
Reporting characteristics of this kind of activity run.
-