Uses of Class
com.orchestranetworks.workflow.MailSpec.NotificationType
Packages that use MailSpec.NotificationType
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of MailSpec.NotificationType in com.orchestranetworks.workflow
Fields in com.orchestranetworks.workflow declared as MailSpec.NotificationTypeModifier and TypeFieldDescriptionstatic final MailSpec.NotificationTypeMailSpec.NotificationType.CCThe "Cc" (carbon copy) recipients.static final MailSpec.NotificationTypeMailSpec.NotificationType.TOThe "To" (primary) recipients.Methods in com.orchestranetworks.workflow with parameters of type MailSpec.NotificationTypeModifier and TypeMethodDescriptionvoidMailSpec.notify(MailSpec.NotificationType recipientType, String mailAddress) Adds the email address to the recipients list.