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 class
OperationConstants.ExportType
Search Modifiers
-
Field Summary
Fields Modifier and Type Field Description static List<String>
EXPORT_FORMATS
static String
FAILED_BAD_SOURCE
static List<String>
FAILED_STATUS
static int
IMPORT_MAX_DEFAULT_INPUTS
static String
INPUT_FORMAT
static List<String>
INPUT_FORMATS
static List<String>
NDJSON_VARIANTS
static String
NO_SUCH_BUCKET
static String
PARAM_GROUP_ID
static String
PARAM_INPUT_FORMAT
static String
PARAM_INPUT_SOURCE
static String
PARAM_INPUTS
static String
PARAM_JOB
static String
PARAM_OUTPUT_FORMAT
static String
PARAM_SINCE
static String
PARAM_STORAGE_DETAIL
static String
PARAM_TYPE
static String
PARAM_TYPE_FILTER
static List<String>
RUNNING_STATUS
static List<String>
STOPPED_STATUS
static List<String>
STORAGE_CONTENT_ENCODING
static List<String>
STORAGE_TYPES
static 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
-
FAILED_BAD_SOURCE
public static final String FAILED_BAD_SOURCE
- See Also:
- Constant Field Values
-
NO_SUCH_BUCKET
public static final String NO_SUCH_BUCKET
- 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
-
-