|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pff.PSTObject
com.pff.PSTMessage
com.pff.PSTActivity
public class PSTActivity
PSTActivity represents Journal entries
Field Summary |
---|
Fields inherited from class com.pff.PSTMessage |
---|
IMPORTANCE_HIGH, IMPORTANCE_LOW, IMPORTANCE_NORMAL, RECIPIENT_TYPE_CC, RECIPIENT_TYPE_TO |
Constructor Summary | |
---|---|
PSTActivity(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode)
|
|
PSTActivity(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
com.pff.PSTTableBC table,
java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
|
Method Summary | |
---|---|
int |
getLogDuration()
Duration |
java.util.Date |
getLogEnd()
End |
int |
getLogFlags()
LogFlags |
java.util.Date |
getLogStart()
Start |
java.lang.String |
getLogType()
Type |
java.lang.String |
getLogTypeDesc()
Type Description |
boolean |
isDocumentPosted()
DocPosted |
boolean |
isDocumentPrinted()
DocPrinted |
boolean |
isDocumentRouted()
DocRouted |
boolean |
isDocumentSaved()
DocSaved |
java.lang.String |
toString()
string representation of this email |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PSTActivity(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) throws PSTException, java.io.IOException
theFile
- descriptorIndexNode
-
PSTException
java.io.IOException
public PSTActivity(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
theFile
- folderIndexNode
- table
- localDescriptorItems
- Method Detail |
---|
public java.lang.String getLogType()
public java.util.Date getLogStart()
public int getLogDuration()
public java.util.Date getLogEnd()
public int getLogFlags()
public boolean isDocumentPrinted()
public boolean isDocumentSaved()
public boolean isDocumentRouted()
public boolean isDocumentPosted()
public java.lang.String getLogTypeDesc()
public java.lang.String toString()
PSTMessage
toString
in class PSTMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |