com.adobe.idp.taskmanager.dsc.client.emailsettings
Class AdministrativeNotificationType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.idp.taskmanager.dsc.client.emailsettings.AdministrativeNotificationType
All Implemented Interfaces:
NotificationType, java.io.Serializable, java.lang.Comparable

public final class AdministrativeNotificationType
extends java.lang.Enum
implements NotificationType

Configuration notifications for administrators.

See Also:
Serialized Form

Field Summary
static AdministrativeNotificationType StalledAction
          Notifies the administrator when an operation stalls (stops proceeding either deliberately or because of an error).
static AdministrativeNotificationType StalledBranch
          Notifies the administrator when a branch stalls (stops proceeding either deliberately or because of an error).
 
Method Summary
 long getLegacyId()
          Returns the Legacy ID for this email type
 RuntimeProperty[] getRuntimeProperties()
          Returns the list of runtime properties for the notification type.
 boolean isEncodingSupported()
          Specifies whether the notification type supports encoding.
 boolean isFormDataEnabledType()
          Specifies whether the notification type can have Form data attached
 boolean isLegacyType()
          Specifies whether this notification type is a legacy type
 boolean isSendAddressRequired()
          Specifies whether for the notification type requires a send address.
static AdministrativeNotificationType valueOf(java.lang.String name)
           
static AdministrativeNotificationType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.adobe.idp.taskmanager.dsc.client.emailsettings.NotificationType
name
 

Field Detail

StalledAction

public static final AdministrativeNotificationType StalledAction
Notifies the administrator when an operation stalls (stops proceeding either deliberately or because of an error).


StalledBranch

public static final AdministrativeNotificationType StalledBranch
Notifies the administrator when a branch stalls (stops proceeding either deliberately or because of an error).

Method Detail

values

public static AdministrativeNotificationType[] values()

valueOf

public static AdministrativeNotificationType valueOf(java.lang.String name)

isLegacyType

public boolean isLegacyType()
Specifies whether this notification type is a legacy type

Specified by:
isLegacyType in interface NotificationType
Returns:
true when this is a legacy type

getLegacyId

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

Specified by:
getLegacyId in interface NotificationType
Returns:
the ID for this email type. Returns zero for non-legacy types.

isFormDataEnabledType

public boolean isFormDataEnabledType()
Specifies whether the notification type can have Form data attached

Specified by:
isFormDataEnabledType in interface NotificationType
Returns:
true when this notification type can include Form data

getRuntimeProperties

public RuntimeProperty[] getRuntimeProperties()
Returns the list of runtime properties for the notification type.

Specified by:
getRuntimeProperties in interface NotificationType
Returns:
the list of available runtime properties.

isEncodingSupported

public boolean isEncodingSupported()
Specifies whether the notification type supports encoding.

Specified by:
isEncodingSupported in interface NotificationType
Returns:
the Name

isSendAddressRequired

public boolean isSendAddressRequired()
Specifies whether for the notification type requires a send address.

Specified by:
isSendAddressRequired in interface NotificationType
Returns:
the Name


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