Class AFShellExecuteParmsDTO

java.lang.Object
de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO

public class AFShellExecuteParmsDTO extends Object
Parameters of application facade 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 Details

    • fileName

      public String fileName
      this is the name of the file that has to be created in some temporary directory and filled with what contents contains
    • contents

      public byte[] contents
      this is the contents that has to be written to the file
  • Constructor Details

    • AFShellExecuteParmsDTO

      public AFShellExecuteParmsDTO()