Interface IPluginFormPreviewRetVal
-
- All Superinterfaces:
IPluginReturnValue
,Serializable
@Deprecated public interface IPluginFormPreviewRetVal extends IPluginReturnValue, 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 byte[]
getFileData()
Deprecated.String
getFileName()
Deprecated.
-
-
-
Method Detail
-
getFileName
String getFileName()
Deprecated.- Returns:
- Name of the file with the printed form.
-
getFileData
byte[] getFileData()
Deprecated.- Returns:
- Binary data with the printed form (such as PDF, png, jpeg etc).
-
-