Package com.ibm.fhir.operation.bulkdata
Class OperationConstants
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.OperationConstants
-
public class OperationConstants extends Object
The Bulk Data Import Export Constants are used to control the Operaiton behavior.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationConstants.ExportTypeSearch Modifiers
-
Field Summary
Fields Modifier and Type Field Description static List<String>EXPORT_FORMATSstatic List<String>FAILED_STATUSstatic intIMPORT_MAX_DEFAULT_INPUTSstatic StringINPUT_FORMATstatic List<String>INPUT_FORMATSstatic List<String>NDJSON_VARIANTSstatic StringPARAM_GROUP_IDstatic StringPARAM_INPUT_FORMATstatic StringPARAM_INPUT_SOURCEstatic StringPARAM_INPUTSstatic StringPARAM_JOBstatic StringPARAM_OUTPUT_FORMATstatic StringPARAM_SINCEstatic StringPARAM_STORAGE_DETAILstatic StringPARAM_TYPEstatic StringPARAM_TYPE_FILTERstatic List<String>STOPPED_STATUSstatic List<String>STORAGE_CONTENT_ENCODINGstatic List<String>STORAGE_TYPESstatic List<String>SUCCESS_STATUS
-
-
-
Field Detail
-
INPUT_FORMAT
public static final String INPUT_FORMAT
- See Also:
- Constant Field Values
-
IMPORT_MAX_DEFAULT_INPUTS
public static final int IMPORT_MAX_DEFAULT_INPUTS
- See Also:
- Constant Field Values
-
PARAM_OUTPUT_FORMAT
public static final String PARAM_OUTPUT_FORMAT
- See Also:
- Constant Field Values
-
PARAM_SINCE
public static final String PARAM_SINCE
- See Also:
- Constant Field Values
-
PARAM_TYPE
public static final String PARAM_TYPE
- See Also:
- Constant Field Values
-
PARAM_TYPE_FILTER
public static final String PARAM_TYPE_FILTER
- See Also:
- Constant Field Values
-
PARAM_GROUP_ID
public static final String PARAM_GROUP_ID
- See Also:
- Constant Field Values
-
PARAM_JOB
public static final String PARAM_JOB
- See Also:
- Constant Field Values
-
PARAM_INPUT_FORMAT
public static final String PARAM_INPUT_FORMAT
- See Also:
- Constant Field Values
-
PARAM_INPUT_SOURCE
public static final String PARAM_INPUT_SOURCE
- See Also:
- Constant Field Values
-
PARAM_INPUTS
public static final String PARAM_INPUTS
- See Also:
- Constant Field Values
-
PARAM_STORAGE_DETAIL
public static final String PARAM_STORAGE_DETAIL
- See Also:
- Constant Field Values
-
-