src/pyams_content/workflow/interfaces.py
changeset 338 f37b5995a48c
parent 128 6cdea4a15bfd
child 1222 482e0e1f192f
equal deleted inserted replaced
337:9a3e4f9cc8f5 338:f37b5995a48c
    25 
    25 
    26 class IContentWorkflow(IWorkflow):
    26 class IContentWorkflow(IWorkflow):
    27     """PyAMS default content workflow marker interface"""
    27     """PyAMS default content workflow marker interface"""
    28 
    28 
    29 
    29 
       
    30 class IBasicWorkflow(IWorkflow):
       
    31     """PyAMS basic workflow marker interface"""
       
    32 
       
    33 
    30 class IContentArchiverTaskInfo(Interface):
    34 class IContentArchiverTaskInfo(Interface):
    31     """Content archiver task info"""
    35     """Content archiver task info"""
    32 
    36 
    33 
    37 
    34 class IContentArchiverTask(ITask, IContentArchiverTaskInfo):
    38 class IContentArchiverTask(ITask, IContentArchiverTaskInfo):