Package osaf :: Package pim :: Module collections
[frames | no frames]

Module osaf.pim.collections

Classes
AbstractCollection The base class for all Collection types.
CollectionColors Temporarily put the CollectionColors here until we refactor collection to remove display information
DifferenceCollection A collection containing the set theoretic difference of two collections
FilteredCollection A collection which is the result of applying a boolean predicate to every item of another collection
InclusionExclusionCollection InclusionExclusionCollections implement inclusions, exclusions, source, and trash along with methods for add and remove
IndexedSelectionCollection A collection that adds an index, e.g.for sorting items, a selection and visiblity attribute to another source collection.
IntersectionCollection A collection containing the set theoretic intersection of at least 2 collections
KindCollection A Collection of all of the items of a particular kind.
KindCollectionDirectory Directory of all KindCollections in Chandler
ListCollection A collection that contains only those items that are explicitly added to it.
UnionCollection A collection containing the set theoretic union of at least 2 collections

Function Summary
  deliverNotifications(view)
  installParcel(parcel, old_version)
Parcel install time hook
  repositoryViewCallback(view, changes, reason)

Variable Summary
str __copyright__ = 'Copyright (c) 2003-2004 Open Source App...
str __date__ = '$Date: 2005-07-08 00:29:48Z $'
str __license__ = 'http://osafoundation.org/Chandler_0.1_lic...
str __parcel__ = 'osaf.pim'
str __revision__ = '$Revision: $'
bool DEBUG = False
SRE_Pattern delPat = .*hasLocalAttributeValue\(([^\)]*)\).*
Logger logger = <logging.Logger instance at 0xb725fa8c>

Function Details

installParcel(parcel, old_version=None)

Parcel install time hook

Variable Details

__copyright__

Type:
str
Value:
'Copyright (c) 2003-2004 Open Source Applications Foundation'          

__date__

Type:
str
Value:
'$Date: 2005-07-08 00:29:48Z $'                                        

__license__

Type:
str
Value:
'http://osafoundation.org/Chandler_0.1_license_terms.htm'              

__parcel__

Type:
str
Value:
'osaf.pim'                                                             

__revision__

Type:
str
Value:
'$Revision: $'                                                         

DEBUG

Type:
bool
Value:
False                                                                  

delPat

Type:
SRE_Pattern
Value:
.*hasLocalAttributeValue\(([^\)]*)\).*                                 

logger

Type:
Logger
Value:
<logging.Logger instance at 0xb725fa8c>                                

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