Interface IPluginFormPreview
- 
- All Superinterfaces:
 IFCPlugin,INamedUiElement,INameProviding,ITransferable,Serializable
@Deprecated public interface IPluginFormPreview extends IFCPlugin
Deprecated.This plugin type was never called and will never have any function. If you have a class implementing this plugin interface, you can safely delete it.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
- 
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME 
- 
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IPluginFormPreviewRetValprint(IPluginFormPreviewParams params)Deprecated.- 
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData 
 - 
 
 - 
 
- 
- 
Method Detail
- 
print
IPluginFormPreviewRetVal print(IPluginFormPreviewParams params) throws FCPluginException
Deprecated.- Parameters:
 params-IPluginFormPreviewParamsParameters for the preview plugin.- Returns:
 - The data with the printed form.
 - Throws:
 FCPluginException- When printing could not be completed.
 
 - 
 
 -