Package wt.notify

Class CompositeNotificationSubscription.SubscriptionTargetMetaData

java.lang.Object
wt.notify.CompositeNotificationSubscription.SubscriptionTargetMetaData
All Implemented Interfaces:
Serializable
Enclosing class:
CompositeNotificationSubscription

public final class CompositeNotificationSubscription.SubscriptionTargetMetaData extends Object implements Serializable
Contains additional information for a subscription target object contained in a CompositeNotificationSubscription object. This is meta data for the actual subscription target object, not the NotifySubscriptionTarget that contains the reference to the target object.

Currently, the additional attributes are:

  • The displayable value for the target type. This value is a String.
  • The non-displayable target type value. This value is a String.

Use the CompositeNotificationSubscription getSubscriptionTargetMetaDataAttribute method to get a meta data attribute for a subscription target object.

Use the CompositeNotificationSubscription getSubscriptionTargetMetaData method to get the meta data object for a subscription target object.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • getTargetType

      public String getTargetType()
      Gets the targetType attribute value.

      Supported API: true
      Returns:
      String The non-displayable target type.
    • getTargetDisplayType

      public String getTargetDisplayType()
      Gets the targetDisplayType attribute value.

      Supported API: true
      Returns:
      String The displayable target type.
    • toString

      public String toString()
      Returns a string representation of the SubscriptionTargetMetaData object contents.

      Supported API: true
      Overrides:
      toString in class Object
      Returns:
      String