Enum SubstitutionType

    • Enum Constant Summary

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

      • 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 IvyScript and Java. It has the visibility ADVANCED.
      • 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 IvyScript and Java. It has the visibility ADVANCED.