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 StringAPPLICATION_NAMEstatic StringBASE_URIstatic StringBATCH_TRUSTSTOREstatic StringBATCH_TRUSTSTORE_PASSstatic StringBATCH_URLstatic StringBATCH_USERstatic StringBATCH_USER_PASSstatic StringIMPLEMENTATION_TYPEstatic StringINCOMING_URLstatic StringJOB_PARAMETERS_BUCKETstatic StringJOB_PARAMETERS_ENDPOINT_EXTERNALstatic StringJOB_PARAMETERS_ENDPOINT_INTERNALstatic StringJOB_PARAMETERS_IBMstatic StringJOB_PARAMETERS_IDstatic StringJOB_PARAMETERS_KEYstatic StringJOB_PARAMETERS_LOCATIONstatic StringJOB_PARAMETERS_TENANTstatic StringJOB_XML_NAMEstatic StringMODULE_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 SecretKeySpecgetBatchJobIdEncryptionKey(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)
 
 - 
 
 -