|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mailboxmanager.torque.OrFetchGroup
public final class OrFetchGroup
Wraps a fetch group and ORs content.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.james.mailboxmanager.MessageResult.FetchGroup |
---|
MessageResult.FetchGroup.PartContentDescriptor |
Field Summary |
---|
Fields inherited from interface org.apache.james.mailboxmanager.MessageResult.FetchGroup |
---|
BODY_CONTENT, FLAGS, FULL_CONTENT, HEADERS, INTERNAL_DATE, MIME_CONTENT, MIME_DESCRIPTOR, MIME_HEADERS, MINIMAL, SIZE |
Constructor Summary | |
---|---|
OrFetchGroup(MessageResult.FetchGroup delegate,
int or)
|
Method Summary | |
---|---|
int |
content()
Contents to be fetched. |
java.util.Set |
getPartContentDescriptors()
Gets contents to be fetched for contained parts. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrFetchGroup(MessageResult.FetchGroup delegate, int or)
Method Detail |
---|
public int content()
MessageResult.FetchGroup
content
in interface MessageResult.FetchGroup
MessageResult.FetchGroup.MINIMAL
,
#MIME_MESSAGE
,
#KEY
,
MessageResult.FetchGroup.SIZE
,
MessageResult.FetchGroup.INTERNAL_DATE
,
MessageResult.FetchGroup.FLAGS
,
MessageResult.FetchGroup.HEADERS
,
MessageResult.FetchGroup.FULL_CONTENT
,
MessageResult.FetchGroup.BODY_CONTENT
,
MessageResult.FetchGroup.MIME_CONTENT
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set getPartContentDescriptors()
MessageResult.FetchGroup
getPartContentDescriptors
in interface MessageResult.FetchGroup
Set
of MessageResult.FetchGroup.PartContentDescriptor
, or null
if there is no part content to be fetched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |