Package de.aeb.xnsg.rex.af
Class ScreeningProtocolsAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object with parameters for the application facade
IRexAF.screeningProtocols(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionValue for the search criterion to find logs of a specific client.
Example value: "APITEST
"Value for the search criterion to find logs of a specific partner system.
Example value: "API-TEST
"Value for the search criterion to find logs of a specific reference (internal).
Example value: "CUSNO=4711*
"The title to be displayed by the application to be opened.
Example value: "Screening Logs
" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
The title to be displayed by the application to be opened.
Example value: "Screening Logs
" -
referenceIdPattern
Value for the search criterion to find logs of a specific reference (internal).
Example value: "CUSNO=4711*
" -
clientSystemIdPattern
Value for the search criterion to find logs of a specific partner system.
Example value: "API-TEST
" -
clientIdentCodePattern
Value for the search criterion to find logs of a specific client.
Example value: "APITEST
"
-
-
Constructor Details
-
ScreeningProtocolsAFParmsDTO
public ScreeningProtocolsAFParmsDTO()
-