Interface IPluginFormPreviewRetVal
-
- All Superinterfaces:
IPluginReturnValue
,Serializable
public interface IPluginFormPreviewRetVal extends IPluginReturnValue, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getFileData()
String
getFileName()
-
-
-
Method Detail
-
getFileName
String getFileName()
-
getFileData
byte[] getFileData()
-
-