Class TraceSelectorType

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

public class TraceSelectorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects an operation trace. If more conditions are specified, all of them must apply.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_TRACE_TYPE

      public static final ItemName F_TRACE_TYPE
    • F_OPERATION_KIND

      public static final ItemName F_OPERATION_KIND
    • FACTORY

      public static final Producer<TraceSelectorType> FACTORY
  • Constructor Details

    • TraceSelectorType

      public TraceSelectorType()
    • TraceSelectorType

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

    • getTraceType

      public List<QName> getTraceType()
    • getOperationKind

      public List<OperationKindType> getOperationKind()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    • traceType

      public TraceSelectorType traceType(QName value)
    • operationKind

      public TraceSelectorType operationKind(OperationKindType value)
    • end

      public <X> X end()
    • clone

      public TraceSelectorType clone()
      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable