Package flumotion :: Package admin :: Package assistant :: Module interfaces :: Class IScenarioAssistantPlugin
[hide private]

Class IScenarioAssistantPlugin

source code

zope.interface.Interface --+
                           |
                          IScenarioAssistantPlugin

A pluggable scenario that can be listed at the first page of the wizard. It predefines the steps the wizard will take and the way it is saved.

Instance Methods [hide private]
 
addSteps(assistant)
Called to add the required steps to the wizard.
source code
 
save(assistant, saver)
Saves the scenario through an AdminSaver to get the configuration.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'addSteps': <zope.interface.interfac...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'flumotion.admin.assistant.interfaces.IScenar...
  __iro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  __name__ = 'IScenarioAssistantPlugin'
  __sro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  _implied = {<InterfaceClass flumotion.admin.assistant.interfac...
  dependents = <WeakKeyDictionary at 287652120>

Inherited from zope.interface.Interface (private): _Element__tagged_values

Method Details [hide private]

addSteps(assistant)

source code 

Called to add the required steps to the wizard.

Parameters:

save(assistant, saver)

source code 

Saves the scenario through an AdminSaver to get the configuration.

Parameters:

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'addSteps': <zope.interface.interface.Method object at 0x112590b0>,
 'save': <zope.interface.interface.Method object at 0x11259090>}

__identifier__

Value:
'flumotion.admin.assistant.interfaces.IScenarioAssistantPlugin'

__iro__

Value:
(<InterfaceClass flumotion.admin.assistant.interfaces.IScenarioAssista\
ntPlugin>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass flumotion.admin.assistant.interfaces.IScenarioAssista\
ntPlugin>,
 <InterfaceClass zope.interface.Interface>)

_implied

Value:
{<InterfaceClass flumotion.admin.assistant.interfaces.IScenarioAssista\
ntPlugin>: (),
 <InterfaceClass zope.interface.Interface>: ()}