java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.state.Initializable
Direct Known Subclasses:
ActivityActionsExecuted, ActivityBucketManagementStatistics, ActivityItemProcessingStatistics, ActivityProgress, ActivitySynchronizationStatistics

public class Initializable extends Object
  • Constructor Details

    • Initializable

      public Initializable()
  • Method Details

    • doInitialize

      protected void doInitialize(boolean reset, Runnable initializer)
      Initializes the object.
      Parameters:
      reset - true if we expect the object is already initialized and we want to reset its state
      initializer - code that executes the actual initialization
    • assertInitialized

      protected void assertInitialized()
    • clear

      protected void clear(@NotNull @NotNull Containerable c)