src/pyams_content/shared/common/interfaces/__init__.py
changeset 853 384d5f914612
parent 831 4202a94629c6
child 893 3eb9eb650335
equal deleted inserted replaced
852:ae0c84d7029f 853:384d5f914612
   223 
   223 
   224 class ISharedContentFactory(Interface):
   224 class ISharedContentFactory(Interface):
   225     """Workflow managed shared content factory interface"""
   225     """Workflow managed shared content factory interface"""
   226 
   226 
   227 
   227 
       
   228 CONTENT_TYPES_VOCABULARY = 'PyAMS content types'
       
   229 
       
   230 
   228 #
   231 #
   229 # Generic restrictions interfaces
   232 # Generic restrictions interfaces
   230 #
   233 #
   231 
   234 
   232 class IRestrictionInfo(Interface):
   235 class IRestrictionInfo(Interface):