|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.idp.taskmanager.dsc.client.emailsettings.AdministrativeNotificationType
public final class AdministrativeNotificationType
Configuration notifications for administrators.
| 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 |
|---|
public static final AdministrativeNotificationType StalledAction
public static final AdministrativeNotificationType StalledBranch
| Method Detail |
|---|
public static AdministrativeNotificationType[] values()
public static AdministrativeNotificationType valueOf(java.lang.String name)
public boolean isLegacyType()
isLegacyType in interface NotificationTypepublic long getLegacyId()
getLegacyId in interface NotificationTypepublic boolean isFormDataEnabledType()
isFormDataEnabledType in interface NotificationTypepublic RuntimeProperty[] getRuntimeProperties()
getRuntimeProperties in interface NotificationTypepublic boolean isEncodingSupported()
isEncodingSupported in interface NotificationTypepublic boolean isSendAddressRequired()
isSendAddressRequired in interface NotificationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||