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

    Modifier and Type
    Method
    Description
    byte[]
    Deprecated.
     
    Deprecated.
     
  • Method Details

    • 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).