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

Class IEncoderPlugin

source code

zope.interface.Interface --+
                           |
                          IEncoderPlugin

An encoder plugin is how you extend the encoding 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 encoder plugins
source code
a WorkerWizardStep subclass
getConversionStep()
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.IEncode...
  __iro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  __name__ = 'IEncoderPlugin'
  __sro__ = (<InterfaceClass flumotion.admin.assistant.interface...
  _implied = {<InterfaceClass flumotion.admin.assistant.interfac...
  dependents = <WeakKeyDictionary at 287651600>

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

Method Details [hide private]

__call__(assistant)
(Call operator)

source code 

Creates encoder plugins

Parameters:

getConversionStep()

source code 

Asks the plugin for a step.

Returns: a WorkerWizardStep subclass
the assistant step

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'__call__': <zope.interface.interface.Method object at 0x1124cd30>,
 'getConversionStep': <zope.interface.interface.Method object at 0x112\
4cd50>}

__identifier__

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

__iro__

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

__sro__

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

_implied

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