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

Module collections

source code

Classes [hide private]
  IndexDefinition
A definition of an index, able to create an index on a collection (given the collection).
  NumericIndexDefinition
A class that allows you to build numeric indexes
  MethodIndexDefinition
A class that allows you to build indexes based on comparing computed attributes (i.e.
  AttributeIndexDefinition
A little like AttributeIndexDefinition, except that this looks up the attribute values using the findValues() call, thereby taking recurring events into account.
  AllIndexDefinitions
Singleton item that hosts a reflist of all IndexDefinitions in existance: IndexDefinition's constructor adds each new instance to us to assure this.
  ContentCollection
The base class for Chandler Collection types.
  KindCollection
A ContentCollection of all of the items of a particular kind.
  ListCollection
A ContentCollection that contains only those items that are explicitly added to it.
  WrapperCollection
A class for collections wrapping other collections
  SingleSourceWrapperCollection
A class for collections wrapping another collection
  DifferenceCollection
A ContentCollection containing the set theoretic difference of two ContentCollections.
  UnionCollection
A ContentCollection containing the set theoretic union of at least two ContentCollections.
  IntersectionCollection
A ContentCollection containing the set theoretic intersection of at least two ContentCollections.
  FilteredCollection
A ContentCollection which is the result of applying a boolean predicate to every item of another ContentCollection.
  SetCollection
A collection class to wrap an arbitrary set that doesn't include trash
  AppCollection
AppCollections implement inclusions, exclusions, source, and trash along with methods for add and remove.
  SmartCollection
A SmartCollection is just an AppCollection that is user-facing.
  IndexedSelectionCollection
A collection that adds an index, e.g.
Variables [hide private]
  __parcel__ = 'osaf.pim'
  inclusions = <Descriptor inclusions of <class 'osaf.pim.collec...
Variables Details [hide private]

inclusions

Value:
<Descriptor inclusions of <class 'osaf.pim.collections.ListCollection'\
>>