Class RelationSelectionType

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

public class RelationSelectionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Configuration structure related to request access UI wizard and its second step - relation selection.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_DEFAULT_RELATION

      public static final ItemName F_DEFAULT_RELATION
    • F_ALLOW_OTHER_RELATIONS

      public static final ItemName F_ALLOW_OTHER_RELATIONS
    • FACTORY

      public static final Producer<RelationSelectionType> FACTORY
  • Constructor Details

    • RelationSelectionType

      public RelationSelectionType()
    • RelationSelectionType

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

    • getDefaultRelation

      public QName getDefaultRelation()
    • setDefaultRelation

      public void setDefaultRelation(QName value)
    • isAllowOtherRelations

      public Boolean isAllowOtherRelations()
    • getAllowOtherRelations

      public Boolean getAllowOtherRelations()
    • setAllowOtherRelations

      public void setAllowOtherRelations(Boolean value)
    • equals

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

      public RelationSelectionType id(Long value)
    • defaultRelation

      public RelationSelectionType defaultRelation(QName value)
    • allowOtherRelations

      public RelationSelectionType allowOtherRelations(Boolean value)
    • end

      public <X> X end()
    • clone

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