Package de.aeb.xnsg.dl.bf
Class DLProcessModeDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLProcessModeDTO
DTO specifying the mode in which an operation is processed.
-
Field Details
-
PROCESS_MODE_BASIC
Constant for the process mode 'BASIC'.- See Also:
-
PROCESS_MODE_EXTENDED
Constant for the process mode 'EXTENDED'.- See Also:
-
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()
-