Class TaskRunRecordType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskRunRecordType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class TaskRunRecordType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Information about a single task run. Contains just task run identifier, start and end timestamps. Can be used to search for operation executions created by this task during different runs.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_TASK_RUN_IDENTIFIER

      public static final ItemName F_TASK_RUN_IDENTIFIER
    • F_RUN_START_TIMESTAMP

      public static final ItemName F_RUN_START_TIMESTAMP
    • F_RUN_END_TIMESTAMP

      public static final ItemName F_RUN_END_TIMESTAMP
    • FACTORY

      public static final Producer<TaskRunRecordType> FACTORY
  • Constructor Details

    • TaskRunRecordType

      public TaskRunRecordType()
    • TaskRunRecordType

      @Deprecated public TaskRunRecordType(PrismContext context)
      Deprecated.
  • Method Details