Class ClusteringAttributeRuleType

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

public class ClusteringAttributeRuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Contains information about matching rules for clustering process. Matching rule presupposes the business logic for the comparison of objects.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_ATTRIBUTE_IDENTIFIER

      public static final ItemName F_ATTRIBUTE_IDENTIFIER
    • F_IS_MULTI_VALUE

      public static final ItemName F_IS_MULTI_VALUE
    • F_SIMILARITY

      public static final ItemName F_SIMILARITY
    • F_WEIGHT

      public static final ItemName F_WEIGHT
    • FACTORY

      public static final Producer<ClusteringAttributeRuleType> FACTORY
  • Constructor Details

    • ClusteringAttributeRuleType

      public ClusteringAttributeRuleType()
    • ClusteringAttributeRuleType

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