Interface ICallOperatorCondition


public interface ICallOperatorCondition
This class represents a row in the Operator assignments of a Notification.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Calendar condition or null if no calendar condition is set.
    Returns an e-mail address or null if a User or UserGroup has been set.
    Returns the name or UserGroup of the Operator which should be notified.
  • Method Details

    • getOperatorName

      UC4ObjectName getOperatorName()
      Returns the name or UserGroup of the Operator which should be notified.
      Returns:
      Name of the Operator or UserGroup or null if an e-mail address is set
    • getCalendarCondition

      CalendarCondition getCalendarCondition()
      Returns the Calendar condition or null if no calendar condition is set.
      Returns:
      Calendar condition
    • getEmail

      String getEmail()
      Returns an e-mail address or null if a User or UserGroup has been set.
      Returns:
      e-mail address