Enum Class SubstitutionType

java.lang.Object
java.lang.Enum<SubstitutionType>
ch.ivyteam.ivy.security.SubstitutionType
All Implemented Interfaces:
ch.ivyteam.ivy.persistence.IPersistentEnumeration, Serializable, Comparable<SubstitutionType>, java.lang.constant.Constable

public enum SubstitutionType extends Enum<SubstitutionType> implements ch.ivyteam.ivy.persistence.IPersistentEnumeration
Defines type of substitution for IUserSubstitute
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The substitution is only active if the user is absent.
    The substitution is always active.
  • Enum Constant Details

    • ON_ABSENCE

      public static final SubstitutionType ON_ABSENCE
      The substitution is only active if the user is absent.
      API:
      This public API is available in Java.
    • PERMANENT

      public static final SubstitutionType PERMANENT
      The substitution is always active. Is only applicable on personal substitutions, not on roles.
      API:
      This public API is available in Java.