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

Module stamping

source code

Classes [hide private]
  StampAlreadyPresentError
Stamping could not be performed because the stamp is already present, and no new class would be added.
  StampNotPresentError
A Stamp could not be removed because the stamp is not already present in the item to be unstamped.
  StampCollection
A ContentCollection to store the collection of items that have a particular Stamp.
  StampItem
The item that's created in the repository for each Stamp subclass you declare.
  StampClass
Metaclass for stamp types
  Stamp
Functions [hide private]
 
has_stamp(item, stampClass) source code
Variables [hide private]
  __parcel__ = 'osaf.pim'
STAMPING SUPPORT CLASSES