Package osaf :: Package pim :: Module tasks :: Class TaskEventExtraMixin
[frames | no frames]

Type TaskEventExtraMixin

object --+                
         |                
     CItem --+            
             |            
          Item --+        
                 |        
              Item --+    
                     |    
           ContentItem --+
                         |
                        TaskEventExtraMixin

Known Subclasses:
EventTask, MailedEventTask

Task Event Extra Mixin is the bag of attributes that appears when you have an Item that is both a Task and a CalendarEvent. We only instantiate these Items when we "unstamp" an Item, to save the attributes for later "restamping".
Method Summary
  InitOutgoingAttributes(self)
Init any attributes on ourself that are appropriate for a new outgoing item.
Inherited from ContentItem: __init__, __str__, __unicode__, addToCollection, ExportItemData, getBasedAttributes, getCurrentMeEmailAddress, getEmailAddress, getMembershipItem, getSharedState, isAttributeModifiable, ItemAboutString, ItemBodyString, ItemWhoFromString, ItemWhoString, removeFromCollection, SetItemBodyString, StampKind
Inherited from Item: getDefaultParent, getKind, iterItems
Inherited from Item: __getitem__, __iter__, _repr_, addValue, check, clone, collectionChanged, copy, delete, dir, find, findMatch, findPath, findUUID, getACL, getAttributeValue, getItemChild, getItemCloud, getItemDisplayName, getItemDisplayString, getValue, getVersion, hasAttributeAspect, hasChild, hasChildren, hashItem, hasKey, hasLocalAttributeValue, hasValue, isAttributeDirty, isItemOf, isRemote, iterAttributeValues, iterChildren, mixinKinds, move, placeChild, printItem, refCount, removeACL, removeAttributeValue, removeValue, rename, setACL, setAttributeValue, setPinned, setValue, unwatchCollection, unwatchKind, walk, watchCollection, watchKind
Inherited from CItem: __new__, __repr__, getAttributeAspect, getDirty, isDeleted, isDeleting, isDirty, isNew, isPinned, isSchema, isStale, setDirty
Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__

Property Summary
Inherited from ContentItem: bodyString, sharedState

Instance Variable Summary
  dueByDate: Due by Date -- One(DateTime)
  dueByRecurrence: Due by Recurrence -- Sequence(RecurrencePattern)
  dueByTickler: Due by Tickler -- One(DateTime)
Inherited from ContentItem: body, contentsOwner, createdOn, creator, importance, lastModified, lastModifiedBy, mine, modifiedOn, previousStamps, private, read, sharedIn, shares, TPBDetailItemOwner, TPBSelectedItemOwner, viewContainer
Inherited from Item: collections, description, displayName, kindExtent, monitors, references, watcherDispatch, watchers, watches
Inherited from Item: aliasedBy, path, typeFor, version
Inherited from CItem: itsKind, itsName, itsParent, itsPath, itsRoot, itsUUID, itsVersion, itsView

Class Variable Summary
dict __kind_info__ = {'displayName': u'Task Event Extra Mixin...
Inherited from ContentItem: __kind_clouds__, READONLY, READWRITE, UNSHARED
Inherited from Item: __default_path__
Inherited from CItem: ADIRTY, CDIRTY, CMERGED, CONTAINER, COPYEXPORT, CORESCHEMA, DELETED, DELETING, DIRTY, FDIRTY, IMPORTING, MERGED, MUTATING, NDIRTY, NEW, NMERGED, NODIRTY, PINNED, RAW, RDIRTY, RMERGED, SAVEMASK, SCHEMA, STALE, VDIRTY, VMERGED, VRDIRTY

Instance Method Details

InitOutgoingAttributes(self)

Init any attributes on ourself that are appropriate for a new outgoing item.
Overrides:
osaf.pim.items.ContentItem.InitOutgoingAttributes

Instance Variable Details

dueByDate

Due by Date -- One(DateTime)

The date when a Task Event is due.
Value:
<Role dueByDate of <class 'osaf.pim.tasks.TaskEventExtraMixin'>>       

dueByRecurrence

Due by Recurrence -- Sequence(RecurrencePattern)

Recurrence information for a Task Event.
Value:
<Role dueByRecurrence of <class 'osaf.pim.tasks.TaskEventExtraMixin'>> 

dueByTickler

Due by Tickler -- One(DateTime)

The reminder information for a Task Event.
Value:
<Role dueByTickler of <class 'osaf.pim.tasks.TaskEventExtraMixin'>>    

Class Variable Details

__kind_info__

Type:
dict
Value:
{'description': "The attributes specific to an item that is both a tas\
k and an event.  This is additional 'due by' information. ",
 'displayName': u'Task Event Extra Mixin Kind'}                        

Generated by Epydoc 2.1 on Mon Dec 19 13:33:26 2005 http://epydoc.sf.net