|
jBPM distribution 6.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.services.task.impl.model.NotificationImpl
org.jbpm.services.task.impl.model.EmailNotificationImpl
@Entity public class EmailNotificationImpl
Constructor Summary | |
---|---|
EmailNotificationImpl()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<? extends org.kie.internal.task.api.model.Language,? extends org.kie.internal.task.api.model.EmailNotificationHeader> |
getEmailHeaders()
|
org.kie.internal.task.api.model.NotificationType |
getNotificationType()
|
int |
hashCode()
|
void |
readExternal(ObjectInput in)
|
void |
setEmailHeaders(Map<? extends org.kie.internal.task.api.model.Language,? extends org.kie.internal.task.api.model.EmailNotificationHeader> emailHeaders)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class org.jbpm.services.task.impl.model.NotificationImpl |
---|
getBusinessAdministrators, getDescriptions, getDocumentation, getId, getNames, getPriority, getRecipients, getSubjects, setBusinessAdministrators, setDescriptions, setDocumentation, setId, setNames, setPriority, setRecipients, setSubjects |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kie.internal.task.api.model.Notification |
---|
getBusinessAdministrators, getDescriptions, getDocumentation, getId, getNames, getPriority, getRecipients, getSubjects, setBusinessAdministrators, setDescriptions, setDocumentation, setId, setNames, setPriority, setRecipients, setSubjects |
Constructor Detail |
---|
public EmailNotificationImpl()
Method Detail |
---|
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class NotificationImpl
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class NotificationImpl
IOException
ClassNotFoundException
public org.kie.internal.task.api.model.NotificationType getNotificationType()
getNotificationType
in interface org.kie.internal.task.api.model.Notification
getNotificationType
in class NotificationImpl
public Map<? extends org.kie.internal.task.api.model.Language,? extends org.kie.internal.task.api.model.EmailNotificationHeader> getEmailHeaders()
getEmailHeaders
in interface org.kie.internal.task.api.model.EmailNotification
public void setEmailHeaders(Map<? extends org.kie.internal.task.api.model.Language,? extends org.kie.internal.task.api.model.EmailNotificationHeader> emailHeaders)
setEmailHeaders
in interface org.kie.internal.task.api.model.EmailNotification
public int hashCode()
hashCode
in class NotificationImpl
public boolean equals(Object obj)
equals
in class NotificationImpl
|
jBPM distribution 6.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |