Class RichHyperlinkType

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

public class RichHyperlinkType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Hyperlink with a label, menu and other data that control a rich presentation of the link. Not all parameters that are present in this data structure might be supported in all the places where a link is used. Which parameter will be used depends on where exactly is the link used and how it is rendered (as an menu item, application launch button, etc.)
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_TARGET_URL

      public static final ItemName F_TARGET_URL
    • F_LABEL

      public static final ItemName F_LABEL
    • F_DESCRIPTION

      public static final ItemName F_DESCRIPTION
    • F_DOCUMENTATION

      public static final ItemName F_DOCUMENTATION
    • F_ICON

      public static final ItemName F_ICON
    • F_COLOR

      public static final ItemName F_COLOR
    • F_AUTHORIZATION

      public static final ItemName F_AUTHORIZATION
    • FACTORY

      public static final Producer<RichHyperlinkType> FACTORY
  • Constructor Details

    • RichHyperlinkType

      public RichHyperlinkType()
    • RichHyperlinkType

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