Class TenantSelectorType

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

public class TenantSelectorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects an object by comparing tenant information.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_SAME_AS_SUBJECT

      public static final ItemName F_SAME_AS_SUBJECT
    • F_INCLUDE_TENANT_ORG

      public static final ItemName F_INCLUDE_TENANT_ORG
    • FACTORY

      public static final Producer<TenantSelectorType> FACTORY
  • Constructor Details

    • TenantSelectorType

      public TenantSelectorType()
    • TenantSelectorType

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

    • isSameAsSubject

      public Boolean isSameAsSubject()
    • getSameAsSubject

      public Boolean getSameAsSubject()
    • setSameAsSubject

      public void setSameAsSubject(Boolean value)
    • isIncludeTenantOrg

      public Boolean isIncludeTenantOrg()
    • getIncludeTenantOrg

      public Boolean getIncludeTenantOrg()
    • setIncludeTenantOrg

      public void setIncludeTenantOrg(Boolean value)
    • equals

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

      public TenantSelectorType id(Long value)
    • sameAsSubject

      public TenantSelectorType sameAsSubject(Boolean value)
    • includeTenantOrg

      public TenantSelectorType includeTenantOrg(Boolean value)
    • end

      public <X> X end()
    • clone

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