src/pyams_content/shared/common/interfaces/__init__.py
changeset 1223 99a4c33e2962
parent 1028 3a608029647e
child 1280 3e456248baf6
equal deleted inserted replaced
1222:482e0e1f192f 1223:99a4c33e2962
   223 
   223 
   224 
   224 
   225 class ISharedContent(IWorkflowManagedContent):
   225 class ISharedContent(IWorkflowManagedContent):
   226     """Workflow managed shared content interface"""
   226     """Workflow managed shared content interface"""
   227 
   227 
   228     published_version = Attribute("Link to actually published version")
   228     visible_version = Attribute("Link to actually visible version")
   229 
   229 
   230 
   230 
   231 class ISharedContentFactory(Interface):
   231 class ISharedContentFactory(Interface):
   232     """Workflow managed shared content factory interface"""
   232     """Workflow managed shared content factory interface"""
   233 
   233