Package wt.notify

Class _NotifySubscriptionRecipient

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.notify._NotifySubscriptionRecipient
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
NotifySubscriptionRecipient

public abstract class _NotifySubscriptionRecipient extends WTObject implements Externalizable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC.
    static final String
    Reference to the recipient object.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC.
    void
    setAddressType(int addressType)
    Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC.

    Methods inherited from class wt.fc.WTObject

    getDisplayIdentifier, getDisplayIdentity, getDisplayType

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SUBSCRIBER_REF

      public static final String SUBSCRIBER_REF
      Reference to the recipient object. This is a reference to either a WTUser, a WTGroup, a WTOrganization, or an ObjectSubscriptionListener.

      Supported API: true

      See Also:
    • ADDRESS_TYPE

      public static final String ADDRESS_TYPE
      Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.

      Supported API: true

      See Also:
  • Method Details

    • getAddressType

      public int getAddressType()
      Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.

      Supported API: true

      See Also:
    • setAddressType

      public void setAddressType(int addressType) throws WTPropertyVetoException
      Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: