Enum Class MailNotificationData.MailField
java.lang.Object
java.lang.Enum<MailNotificationData.MailField>
de.aristaflow.adept2.model.common.plugindata.MailNotificationData.MailField
- All Implemented Interfaces:
Serializable,Comparable<MailNotificationData.MailField>,java.lang.constant.Constable
- Enclosing interface:
- MailNotificationData
Fields which can be replaced by
- Author:
- KevinGoeser
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDelegation comment / delegator.The description of the item.The (formatted) due date of the item.Answered enquiry question.Answered enquiry reply.Unanswered enquiry.The (formatted) priority of the item.The name of the process instance.The name of the process template.Public data elementsThe title of the item.The agents owning the worklists of the current worklist item. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MailNotificationData.MailField[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TITLE
The title of the item. -
DESCRIPTION
The description of the item. -
DUE_DATE
The (formatted) due date of the item. -
PRIORITY
The (formatted) priority of the item. -
PROCESS_TEMPLATE
The name of the process template. -
PROCESS_INSTANCE
The name of the process instance. -
DELEGATION
Delegation comment / delegator. -
OPEN_ENQUIRY
Unanswered enquiry. -
ENQUIRY_REPLY
Answered enquiry reply. -
ENQUIRY_QUESTION
Answered enquiry question. -
PUBLIC_DATA_ELEMENTS
Public data elements -
WORKLIST_OWNER
The agents owning the worklists of the current worklist item.
-
-
Field Details
-
variable
The string of the enum as variable, i.e. %<ENUM>%
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-