Class DLPackageProcessParmsDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionControls the output mode for the package's documents.Controls the extent of preparation for the referenced package.Controls the operation mode performed on the package.Controls the preparation process.The workstation used to detect the printer for which the documents should be prepared, printed or returned.
An error will be returned when the package documents (labels) are already prepared (invoked by a previous call) and are now be be printed with a different workstationId containing an incompatible printer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processMode
Controls the preparation process. In case of 'BASIC' preparation, the preparation is processed asynchronously in a job. In case of 'EXTENDED' preparation, all preparation actions are directly executed synchronously and the response is not returned before the complete label preparation process is finished. It may then include extended carrier validation results. An error will be returned if the validation fails.
Keep in mind that processMode 'EXTENDED' consumes more system resources and reduces the effect of load balancing. It should only be used in case the client system requires an immediate response including the label preparation results of the package.
-
documentPrepareMode
Controls the extent of preparation for the referenced package. -
workstationId
The workstation used to detect the printer for which the documents should be prepared, printed or returned.
An error will be returned when the package documents (labels) are already prepared (invoked by a previous call) and are now be be printed with a different workstationId containing an incompatible printer.length=50
-
documentOutputMode
Controls the output mode for the package's documents. -
operationMode
Controls the operation mode performed on the package.
-
-
Constructor Details
-
DLPackageProcessParmsDTO
public DLPackageProcessParmsDTO()
-