Enum Class CollectionSpecificationInterpretationType

java.lang.Object
java.lang.Enum<CollectionSpecificationInterpretationType>
com.evolveum.midpoint.xml.ns._public.common.common_3.CollectionSpecificationInterpretationType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<CollectionSpecificationInterpretationType>, Constable

public enum CollectionSpecificationInterpretationType extends Enum<CollectionSpecificationInterpretationType> implements TypeSafeEnum
Method how implicit or explicit object collection should be interpreted.
  • Enum Constant Details

    • ASSIGNMENT

      public static final CollectionSpecificationInterpretationType ASSIGNMENT
      Assignment-based interpretation of a collection. Selects objects that have assignment to the reference object. For example, selects all owners of a role.
    • EXPLICIT

      public static final CollectionSpecificationInterpretationType EXPLICIT
      Explicit collection interpretation. This mode is only valid if a reference object is ObjectCollectionType. In that case explicit collection instructions in the ObjectCollectionType (e.g. filter) will be used to select objects.
    • ARCHETYPE

      public static final CollectionSpecificationInterpretationType ARCHETYPE
      Archetype collection interpretation. This mode is only valid if a reference object is ArchetypeType. In this case all objects of a given archetype are selected.
    • ORG

      Org-based collection interpretation. This mode is only valid if a reference object is OrgType. In this case all objects that belong to given organizational unit (or subtree) are selected.
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CollectionSpecificationInterpretationType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue