Package de.aeb.xnsg.foundation.af
Class AFShellExecuteParmsDTO
java.lang.Object
de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO
Parameters of UI API invocation when this is to be done
 via shellexecute:
 The client has to create a file with the given name in a temporary directory,
 the contents of the file is given in the variable 'contents'.
 Then "shellExecute" has to be invoked which assumes that the file type
 as given by filename is registered on client's machine
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fileNamethis is the name of the file that has to be created in some temporary directory and filled with what contents contains
- 
contentspublic byte[] contentsthis is the contents that has to be written to the file
 
- 
- 
Constructor Details- 
AFShellExecuteParmsDTOpublic AFShellExecuteParmsDTO()
 
-