org.jbpm.task
Class EmailNotification
java.lang.Object
org.jbpm.task.Notification
org.jbpm.task.EmailNotification
- All Implemented Interfaces:
- Externalizable, Serializable
@Entity
public class EmailNotification
- extends Notification
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.task.Notification |
getBusinessAdministrators, getDescriptions, getDocumentation, getId, getNames, getPriority, getRecipients, getSubjects, setBusinessAdministrators, setDescriptions, setDocumentation, setId, setNames, setPriority, setRecipients, setSubjects |
EmailNotification
public EmailNotification()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class Notification
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class Notification
- Throws:
IOException
ClassNotFoundException
getNotificationType
public NotificationType getNotificationType()
- Overrides:
getNotificationType
in class Notification
getEmailHeaders
public Map<Language,EmailNotificationHeader> getEmailHeaders()
setEmailHeaders
public void setEmailHeaders(Map<Language,EmailNotificationHeader> emailHeaders)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Notification
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Notification
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.