Enum Class SynchronizationExclusionReasonType

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

public enum SynchronizationExclusionReasonType extends Enum<SynchronizationExclusionReasonType> implements TypeSafeEnum
TODO
  • Enum Constant Details

    • SYNCHRONIZED

      public static final SynchronizationExclusionReasonType SYNCHRONIZED
      Resource object was synchronized - either successfully or not.
    • PROTECTED

      public static final SynchronizationExclusionReasonType PROTECTED
      Resource object was excluded from synchronization because it is protected.
    • NO_SYNCHRONIZATION_POLICY

      public static final SynchronizationExclusionReasonType NO_SYNCHRONIZATION_POLICY
      Resource object was excluded from synchronization because no synchronization policy was found.
    • SYNCHRONIZATION_DISABLED

      public static final SynchronizationExclusionReasonType SYNCHRONIZATION_DISABLED
      Resource object was excluded from synchronization because synchronization is disabled for it.
    • SYNCHRONIZATION_NOT_NEEDED

      public static final SynchronizationExclusionReasonType SYNCHRONIZATION_NOT_NEEDED
      Synchronization was not expected for the shadow in the particular situation. (E.g. a shadow exists in "remaining shadows" reconciliation activity.)
    • NOT_APPLICABLE_FOR_TASK

      public static final SynchronizationExclusionReasonType NOT_APPLICABLE_FOR_TASK
      Resource object was excluded form synchronization because it is not applicable for the task. (So it is skipped.)
  • Method Details

    • values

      public static SynchronizationExclusionReasonType[] 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 SynchronizationExclusionReasonType 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

      public static SynchronizationExclusionReasonType fromValue(String v)