Class IterativeOperationStartInfo

java.lang.Object
com.evolveum.midpoint.schema.statistics.IterativeOperationStartInfo

@Experimental public class IterativeOperationStartInfo extends Object
Represents data about iterative operation that starts. TODO better name
  • Constructor Details

  • Method Details

    • getItem

      @NotNull public @NotNull IterationItemInformation getItem()
    • getStartTimeMillis

      public long getStartTimeMillis()
    • getStartTimeNanos

      public long getStartTimeNanos()
    • isSimpleCaller

      public boolean isSimpleCaller()
    • setSimpleCaller

      public void setSimpleCaller(boolean simpleCaller)
    • toString

      public String toString()
      Overrides:
      toString in class Object