Class TracingProfileType

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

public class TracingProfileType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Describes how the tracing is to be done.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_NAME

      public static final ItemName F_NAME
    • F_DISPLAY_NAME

      public static final ItemName F_DISPLAY_NAME
    • F_VISIBLE

      public static final ItemName F_VISIBLE
    • F_DEFAULT

      public static final ItemName F_DEFAULT
    • F_REF

      public static final ItemName F_REF
    • F_FILE_NAME_PATTERN

      public static final ItemName F_FILE_NAME_PATTERN
    • F_OBJECT_NAME_PATTERN

      public static final ItemName F_OBJECT_NAME_PATTERN
    • F_CREATE_TRACE_FILE

      public static final ItemName F_CREATE_TRACE_FILE
    • F_CREATE_REPO_OBJECT

      public static final ItemName F_CREATE_REPO_OBJECT
    • F_COMPRESS_OUTPUT

      public static final ItemName F_COMPRESS_OUTPUT
    • F_HIDE_DEPLOYMENT_INFORMATION

      public static final ItemName F_HIDE_DEPLOYMENT_INFORMATION
    • F_MEASURE_CPU_TIME

      public static final ItemName F_MEASURE_CPU_TIME
    • F_OPERATION_MONITORING

      public static final ItemName F_OPERATION_MONITORING
    • F_COLLECT_LOG_ENTRIES

      public static final ItemName F_COLLECT_LOG_ENTRIES
    • F_LOGGING_OVERRIDE

      public static final ItemName F_LOGGING_OVERRIDE
    • F_RECORD_OBJECTS_FOUND

      public static final ItemName F_RECORD_OBJECTS_FOUND
    • F_RECORD_OBJECT_REFERENCES_FOUND

      public static final ItemName F_RECORD_OBJECT_REFERENCES_FOUND
    • F_TRACING_TYPE_PROFILE

      public static final ItemName F_TRACING_TYPE_PROFILE
    • FACTORY

      public static final Producer<TracingProfileType> FACTORY
  • Constructor Details

    • TracingProfileType

      public TracingProfileType()
    • TracingProfileType

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