Class BulkDataConfigUtil
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.config.BulkDataConfigUtil
-
public class BulkDataConfigUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_NAME
static String
BASE_URI
static String
BATCH_TRUSTSTORE
static String
BATCH_TRUSTSTORE_PASS
static String
BATCH_URL
static String
BATCH_USER
static String
BATCH_USER_PASS
static String
IMPLEMENTATION_TYPE
static String
INCOMING_URL
static String
JOB_PARAMETERS_BUCKET
static String
JOB_PARAMETERS_ENDPOINT_EXTERNAL
static String
JOB_PARAMETERS_ENDPOINT_INTERNAL
static String
JOB_PARAMETERS_IBM
static String
JOB_PARAMETERS_ID
static String
JOB_PARAMETERS_KEY
static String
JOB_PARAMETERS_LOCATION
static String
JOB_PARAMETERS_TENANT
static String
JOB_XML_NAME
static String
MODULE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
getBatchJobConfig()
Get JavaBatch Job configuration from the default/tenant configuration.static SecretKeySpec
getBatchJobIdEncryptionKey(String strJobIdEncryptionKey)
-
-
-
Field Detail
-
APPLICATION_NAME
public static final String APPLICATION_NAME
- See Also:
- Constant Field Values
-
MODULE_NAME
public static final String MODULE_NAME
- See Also:
- Constant Field Values
-
JOB_XML_NAME
public static final String JOB_XML_NAME
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_BUCKET
public static final String JOB_PARAMETERS_BUCKET
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_LOCATION
public static final String JOB_PARAMETERS_LOCATION
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_ENDPOINT_INTERNAL
public static final String JOB_PARAMETERS_ENDPOINT_INTERNAL
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_ENDPOINT_EXTERNAL
public static final String JOB_PARAMETERS_ENDPOINT_EXTERNAL
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_TENANT
public static final String JOB_PARAMETERS_TENANT
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_IBM
public static final String JOB_PARAMETERS_IBM
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_KEY
public static final String JOB_PARAMETERS_KEY
- See Also:
- Constant Field Values
-
JOB_PARAMETERS_ID
public static final String JOB_PARAMETERS_ID
- See Also:
- Constant Field Values
-
BATCH_USER
public static final String BATCH_USER
- See Also:
- Constant Field Values
-
BATCH_USER_PASS
public static final String BATCH_USER_PASS
- See Also:
- Constant Field Values
-
BATCH_URL
public static final String BATCH_URL
- See Also:
- Constant Field Values
-
BASE_URI
public static final String BASE_URI
- See Also:
- Constant Field Values
-
BATCH_TRUSTSTORE
public static final String BATCH_TRUSTSTORE
- See Also:
- Constant Field Values
-
BATCH_TRUSTSTORE_PASS
public static final String BATCH_TRUSTSTORE_PASS
- See Also:
- Constant Field Values
-
IMPLEMENTATION_TYPE
public static final String IMPLEMENTATION_TYPE
- See Also:
- Constant Field Values
-
INCOMING_URL
public static final String INCOMING_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBatchJobConfig
public static Map<String,String> getBatchJobConfig() throws Exception
Get JavaBatch Job configuration from the default/tenant configuration.- Throws:
Exception
-
getBatchJobIdEncryptionKey
public static SecretKeySpec getBatchJobIdEncryptionKey(String strJobIdEncryptionKey)
-
-