Interface IPluginFormPreviewParams
-
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginPrintServiceParams
@Deprecated public interface IPluginFormPreviewParams extends IPluginParameters, Serializable
Deprecated.The corresponding plugin type was never called and will never have any function. If you have a class implementing this interface, you can safely delete it.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getPrintUrl()
Deprecated.
-
-
-
Method Detail
-
getPrintUrl
String getPrintUrl()
Deprecated.- Returns:
- The URL to print.
-
-