com.pff
Class PSTActivity

java.lang.Object
  extended by com.pff.PSTObject
      extended by com.pff.PSTMessage
          extended by com.pff.PSTActivity

public class PSTActivity
extends PSTMessage

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
 
Fields inherited from class com.pff.PSTObject
children, data, descriptorIndexNode, items, localDescriptorItems, NID_TYPE_ASSOC_CONTENTS_TABLE, NID_TYPE_ASSOC_MESSAGE, NID_TYPE_ATTACHMENT, NID_TYPE_ATTACHMENT_TABLE, NID_TYPE_CONTENTS_TABLE, NID_TYPE_CONTENTS_TABLE_INDEX, NID_TYPE_HID, NID_TYPE_HIERARCHY_TABLE, NID_TYPE_INTERNAL, NID_TYPE_LTP, NID_TYPE_NORMAL_FOLDER, NID_TYPE_NORMAL_MESSAGE, NID_TYPE_OUTGOING_QUEUE_TABLE, NID_TYPE_RECEIVE_FOLDER_TABLE, NID_TYPE_RECIPIENT_TABLE, NID_TYPE_SEARCH_CONTENTS_TABLE, NID_TYPE_SEARCH_CRITERIA_OBJECT, NID_TYPE_SEARCH_FOLDER, NID_TYPE_SEARCH_TABLE_INDEX, NID_TYPE_SEARCH_UPDATE_QUEUE, pstFile, table
 
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 com.pff.PSTMessage
getAcknowledgementMode, getActionDate, getActionFlag, getAttachment, getAttrHidden, getAttrReadonly, getAttrSystem, getBody, getBodyHTML, getBodyPrefix, getClientSubmitTime, getColorCategories, getConversationTopic, getDeleteAfterSubmit, getDisableFullFidelity, getDisplayBCC, getDisplayCC, getDisplayTo, getIconIndex, getImportance, getInReplyToId, getInternetArticleNumber, getInternetMessageId, getMessageCcMe, getMessageClass, getMessageDeliveryTime, getMessageRecipMe, getMessageSize, getMessageToMe, getNextSendAcct, getNumberOfAttachments, getNumberOfRecipients, getObjectType, getOriginalDisplayBcc, getOriginalDisplayCc, getOriginalDisplayTo, getOriginalSensitivity, getOriginalSubject, getOriginatorDeliveryReportRequested, getPidTagSentRepresentingSearchKey, getPrimarySendAccount, getPriority, getRcvdRepresentingAddrtype, getRcvdRepresentingEmailAddress, getRcvdRepresentingName, getReadReceiptRequested, getReceivedByAddress, getReceivedByAddressType, getReceivedByName, getRecipient, getRecipientReassignmentProhibited, getRecipientsString, getRecipientType, getReminderDelta, getReminderSet, getReplyRecipientNames, getResponseRequested, getResponsibility, getReturnPath, getRTFBody, getRTFSyncBodyCount, getRTFSyncBodyCRC, getRTFSyncBodyTag, getRTFSyncPrefixCount, getRTFSyncTrailingCount, getSenderAddrtype, getSenderEmailAddress, getSenderEntryId, getSenderName, getSensitivity, getSentRepresentingAddressType, getSentRepresentingAddrtype, getSentRepresentingEmailAddress, getSentRepresentingName, getSubject, getTaskDueDate, getTaskStartDate, getTransportMessageHeaders, getURLCompName, getURLCompNamePostfix, hasAttachments, hasForwarded, hasReplied, isAssociated, isFlagged, isFromMe, isNonReceiptNotificationRequested, isOriginatorNonDeliveryReportRequested, isRead, isReplyRequested, isResent, isRTFInSync, isSubmitted, isUnmodified, isUnsent, isURLCompNameSet
 
Methods inherited from class com.pff.PSTObject
apptTimeToCalendar, apptTimeToUTC, convertBigEndianBytesToLong, convertLittleEndianBytesToLong, convertLittleEndianBytesToLong, decode, detectAndLoadPSTObject, encode, filetimeToDate, getAddrType, getBinaryItem, getBooleanItem, getBooleanItem, getComment, getCreationTime, getDateItem, getDescriptorNode, getDescriptorNodeId, getDisplayName, getDoubleItem, getDoubleItem, getEmailAddress, getIntItem, getIntItem, getItemsString, getLastModificationTime, getLongItem, getLongItem, getNodeType, getNodeType, getStringItem, getStringItem, getStringItem, getTimeZoneItem, printHexFormatted, printHexFormatted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSTActivity

public PSTActivity(PSTFile theFile,
                   DescriptorIndexNode descriptorIndexNode)
            throws PSTException,
                   java.io.IOException
Parameters:
theFile -
descriptorIndexNode -
Throws:
PSTException
java.io.IOException

PSTActivity

public PSTActivity(PSTFile theFile,
                   DescriptorIndexNode folderIndexNode,
                   com.pff.PSTTableBC table,
                   java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
Parameters:
theFile -
folderIndexNode -
table -
localDescriptorItems -
Method Detail

getLogType

public java.lang.String getLogType()
Type


getLogStart

public java.util.Date getLogStart()
Start


getLogDuration

public int getLogDuration()
Duration


getLogEnd

public java.util.Date getLogEnd()
End


getLogFlags

public int getLogFlags()
LogFlags


isDocumentPrinted

public boolean isDocumentPrinted()
DocPrinted


isDocumentSaved

public boolean isDocumentSaved()
DocSaved


isDocumentRouted

public boolean isDocumentRouted()
DocRouted


isDocumentPosted

public boolean isDocumentPosted()
DocPosted


getLogTypeDesc

public java.lang.String getLogTypeDesc()
Type Description


toString

public java.lang.String toString()
Description copied from class: PSTMessage
string representation of this email

Overrides:
toString in class PSTMessage