|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailbox.store.mail.model.AbstractMessage
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMessage
@MappedSuperclass public abstract class AbstractJPAMessage
Abstract base class for JPA based implementations of AbstractMessage
| Constructor Summary | |
|---|---|
AbstractJPAMessage()
Deprecated. |
|
AbstractJPAMessage(long contentOctets,
int bodyStartOctet,
java.util.List<JPAHeader> headers,
PropertyBuilder propertyBuilder)
|
|
AbstractJPAMessage(Message message)
Create a copy of the given message |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
protected int |
getBodyStartOctet()
|
long |
getFullContentOctets()
|
java.util.List<Header> |
getHeaders()
|
java.lang.String |
getMediaType()
Gets the top level MIME content media type. |
java.util.List<Property> |
getProperties()
Gets a read-only list of meta-data properties. |
java.lang.String |
getSubType()
Gets the MIME content subtype. |
java.lang.Long |
getTextualLineCount()
Gets the number of CRLF in a textual document. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.james.mailbox.store.mail.model.AbstractMessage |
|---|
getBodyContent, getBodyOctets, getFullContent, getRawFullContent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public AbstractJPAMessage()
public AbstractJPAMessage(long contentOctets,
int bodyStartOctet,
java.util.List<JPAHeader> headers,
PropertyBuilder propertyBuilder)
public AbstractJPAMessage(Message message)
message - | Method Detail |
|---|
public java.util.List<Header> getHeaders()
Message.getHeaders()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMediaType()
public java.lang.String getSubType()
public java.util.List<Property> getProperties()
public java.lang.Long getTextualLineCount()
public long getFullContentOctets()
protected int getBodyStartOctet()
getBodyStartOctet in class AbstractMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||