public interface MailQueueItem extends Persistent
emptyKeys
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
Date |
getLastTry() |
byte[] |
getMailAsBytes() |
Persistent |
getReferencedObject() |
Persistent |
getSender() |
String |
getStatus() |
String |
getSubject() |
boolean |
isLogged() |
void |
setReferencedObject(Persistent refObj)
Possibility to set the reference of the mail queue item in "@enterprise" which is represented
by a
Persistent . |
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
byte[] getMailAsBytes()
Message
object as byte array.Date getCreatedAt()
Date getLastTry()
String getStatus()
String getSubject()
Persistent getSender()
Persistent getReferencedObject()
Persistent
,
e.g. the "@enterprise" Email object in case of sending email via appropriate tab
at process instance.boolean isLogged()
true
, if the message is also stored in MessageJournal
,
otherwise false
void setReferencedObject(Persistent refObj)
Persistent
.refObj
- the representation of the Message
object in "@enterprise" of that
mail queue item.@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.