Class DLProcessModeDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLProcessModeDTO

public class DLProcessModeDTO extends Object
DTO specifying the mode in which an operation is processed.
  • Field Details

    • PROCESS_MODE_BASIC

      public static final String PROCESS_MODE_BASIC
      Constant for the process mode 'BASIC'.
      See Also:
    • PROCESS_MODE_EXTENDED

      public static final String PROCESS_MODE_EXTENDED
      Constant for the process mode 'EXTENDED'.
      See Also:
    • mode

      public String mode

      The mode in which the operation is processed. Valid values are:

    • BASIC the operation is processed in an asynchronous job.
    • EXTENDED the operation is executed directly within the webservice request transaction and no response is returned until the process is finished.


      length=10

  • Constructor Details

    • DLProcessModeDTO

      public DLProcessModeDTO()