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

Class IProducerPlugin

source code

zope.interface.Interface --+
                           |
                          IProducerPlugin

A producer plugin is how you extend the production assistant page. The main purpose of the plugin is to get a assistant step specific to the plugin. This entry point should be defined in the xml for the component under the entry type "wizard".

Instance Methods [hide private]
 
__call__(assistant)
Creates producer plugins
source code
a WorkerWizardStep subclass
getProductionStep(type)
Asks the plugin for a step.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'__call__': <zope.interface.interfac...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'flumotion.admin.assistant.interfaces.IProduc...
  __iro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  __name__ = 'IProducerPlugin'
  __sro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  _implied = {<InterfaceClass flumotion.admin.assistant.interfac...
  dependents = <WeakKeyDictionary at 287651280>

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

Method Details [hide private]

__call__(assistant)
(Call operator)

source code 

Creates producer plugins

Parameters:

getProductionStep(type)

source code 

Asks the plugin for a step. type is the kind of plugin, it's useful for components such as firewire for which you can point both audio and video to the same plugin.

Parameters:
  • type (string) - audio or video
Returns: a WorkerWizardStep subclass
the assistant step

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'__call__': <zope.interface.interface.Method object at 0x1124ccb0>,
 'getProductionStep': <zope.interface.interface.Method object at 0x112\
4ccd0>}

__identifier__

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

__iro__

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

__sro__

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

_implied

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