com.adobe.idp.taskmanager.dsc.client.emailsettings
Interface NotificationType

All Known Implementing Classes:
AdministrativeNotificationType, TaskNotificationType

public interface NotificationType

Represents information about the notification type.


Method Summary
 long getLegacyId()
          Returns the Legacy ID for this email type
 RuntimeProperty[] getRuntimeProperties()
          Returns the runtime properties for this notification type
 boolean isEncodingSupported()
          Returns the Name of this Notification Type
 boolean isFormDataEnabledType()
          A Flag indentifying whether or not the notification type can have Form data attached
 boolean isLegacyType()
          Returns whether or not this notification type is a legacy type
 boolean isSendAddressRequired()
          Returns the Name of this Notification Type
 java.lang.String name()
          Returns the Name of this Notification Type
 

Method Detail

isLegacyType

boolean isLegacyType()
Returns whether or not this notification type is a legacy type

Returns:
true when this is a legacy type

getLegacyId

long getLegacyId()
Returns the Legacy ID for this email type

Returns:
the ID for this email type. Returns zero for non-legacy types.

isFormDataEnabledType

boolean isFormDataEnabledType()
A Flag indentifying whether or not the notification type can have Form data attached

Returns:
true when this notification type can include Form data

getRuntimeProperties

RuntimeProperty[] getRuntimeProperties()
Returns the runtime properties for this notification type

Returns:
an array of runtime properties

name

java.lang.String name()
Returns the Name of this Notification Type

Returns:
the Name

isSendAddressRequired

boolean isSendAddressRequired()
Returns the Name of this Notification Type

Returns:
the Name

isEncodingSupported

boolean isEncodingSupported()
Returns the Name of this Notification Type

Returns:
the Name


[an error occurred while processing this directive] [an error occurred while processing this directive]