|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Blob in be.ehealth.business.mycarenetcommons.builders |
|---|
| Methods in be.ehealth.business.mycarenetcommons.builders with parameters of type Blob | |
|---|---|
void |
ResponseBuilder.validateHash(Blob blob)
|
void |
ResponseBuilder.validateXades(SendResponseType responseType,
Blob blob)
Deprecated. use validateXades(responseType) instead , the blob will be extracted from the responseType |
| Uses of Blob in be.ehealth.business.mycarenetcommons.builders.impl |
|---|
| Methods in be.ehealth.business.mycarenetcommons.builders.impl that return Blob | |
|---|---|
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
|
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
|
| Methods in be.ehealth.business.mycarenetcommons.builders.impl with parameters of type Blob | |
|---|---|
void |
ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob,
SignatureVerificationResult result,
Base64Binary xades)
creates the error message for a failed validation. |
void |
ResponseBuilderImpl.validateHash(Blob blob)
|
void |
ResponseBuilderImpl.validateXades(SendResponseType responseType,
Blob blob)
Deprecated. : see interface , use the method without the second parameter instead |
| Uses of Blob in be.ehealth.business.mycarenetcommons.builders.util |
|---|
| Methods in be.ehealth.business.mycarenetcommons.builders.util with parameters of type Blob | |
|---|---|
static void |
RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest,
CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue,
String projectName)
|
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName)
|
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName,
String platformName)
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob inValue)
generates the xades based on the content of the blob. it needs the Blobtype as input , because the signature generator will search the xml tree for a tag with a given id ( inValue.getId ) to find the content to sign. the signing is also influence by the encoding of the content ( which we give to the signer in the transformList ) Configuration : will use property mycarenet.default.request.xadestype , more info see generateXades(BlobType inValue, String projectName) transformers used : see documentation : The reference must contain one or several of following transforms, in the below order: • 'http://www.w3.org/2000/09/xmldsig#base64': to base64 decode the content of the message (always needed) |
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
byte[] furnishedXades,
String projectName)
generates the xades based on the content of the blob. it needs the Blobtype as input , because the signature generator will search the xml tree for a tag with a given id ( inValue.getId ) to find the content to sign. the signing is also influence by the encoding of the content ( which we give to the signer in the transformList ) transformers used : see documentation : The reference must contain one or several of following transforms, in the below order: • “http://www.w3.org/2000/09/xmldsig#base64”: to base64 decode the content of the message (always needed) |
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName)
generates the xades based on the content of the blob. it needs the Blobtype as input , because the signature generator will search the xml tree for a tag with a given id ( inValue.getId ) to find the content to sign. the signing is also influence by the encoding of the content ( which we give to the signer in the transformList ) Configuration : will use property mycarenet.default.request.xadestype , more info see generateXades(BlobType inValue, String projectName) transformers used : see documentation : The reference must contain one or several of following transforms, in the below order: • 'http://www.w3.org/2000/09/xmldsig#base64': to base64 decode the content of the message (always needed) |
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName,
String platformName)
|
| Uses of Blob in be.ehealth.business.mycarenetcommons.mapper |
|---|
| Methods in be.ehealth.business.mycarenetcommons.mapper that return Blob | |
|---|---|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
Map a BlobType to a Blob |
static Blob |
SendRequestMapper.mapToBlob(Blob blob)
|
| Methods in be.ehealth.business.mycarenetcommons.mapper with parameters of type Blob | |
|---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
Map a Blob to a BlobType |
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob. |
| Uses of Blob in be.ehealth.business.mycarenetcommons.v3.mapper |
|---|
| Methods in be.ehealth.business.mycarenetcommons.v3.mapper that return Blob | |
|---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
Maps a BlobType instance to its corresponding Blob instance. |
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
Map a BlobType to a Blob |
static Blob |
SendRequestMapper.mapToBlob(Blob blob)
|
| Methods in be.ehealth.business.mycarenetcommons.v3.mapper with parameters of type Blob | |
|---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
Map a Blob to a BlobType |
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob. |
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
Maps a Blob instance to a corresponding BlobType instance. |
| Uses of Blob in be.ehealth.business.mycarenetcommons.v4.builders |
|---|
| Methods in be.ehealth.business.mycarenetcommons.v4.builders with parameters of type Blob | |
|---|---|
T |
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
String inputReference,
List<Attribute> attributes,
Blob blob,
String projectIdentifier,
Class<T> clazz)
|
static Base64Binary |
RequestObjectBuilder.buildXades(Blob blob,
SendRequestType sendRequestType)
|
| Uses of Blob in be.ehealth.business.mycarenetcommons.v4.mapper |
|---|
| Methods in be.ehealth.business.mycarenetcommons.v4.mapper that return Blob | |
|---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
Maps a BlobType instance to its corresponding Blob instance. |
| Methods in be.ehealth.business.mycarenetcommons.v4.mapper with parameters of type Blob | |
|---|---|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
Maps a Blob instance to a corresponding BlobType instance. |
| Uses of Blob in be.ehealth.business.mycarenetdomaincommons.builders |
|---|
| Methods in be.ehealth.business.mycarenetdomaincommons.builders that return Blob | |
|---|---|
Blob |
BlobBuilder.build(byte[] input)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
BlobAttributeValues blobAttributes)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String id)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
encodes the given byte array and creates Blob jaxb object. |
| Methods in be.ehealth.business.mycarenetdomaincommons.builders with parameters of type Blob | |
|---|---|
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array. |
| Uses of Blob in be.ehealth.business.mycarenetdomaincommons.builders.impl |
|---|
| Methods in be.ehealth.business.mycarenetdomaincommons.builders.impl that return Blob | |
|---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a BlobProperties needed : id, contenttype and encoding type |
Blob |
BlobBuilderImpl.build(byte[] input,
BlobAttributeValues blobAttributes)
|
Blob |
BlobBuilderImpl.build(byte[] input,
String id)
Build a BlobProperties needed : contenttype and encoding type. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType)
creates Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
creates Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
creates Blob with given parameters. |
| Methods in be.ehealth.business.mycarenetdomaincommons.builders.impl with parameters of type Blob | |
|---|---|
byte[] |
BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
Return the content of the blob. |
| Uses of Blob in be.ehealth.business.mycarenetdomaincommons.domain.async |
|---|
| Methods in be.ehealth.business.mycarenetdomaincommons.domain.async that return Blob | |
|---|---|
Blob |
PostContent.getBlob()
|
| Methods in be.ehealth.business.mycarenetdomaincommons.domain.async with parameters of type Blob | |
|---|---|
PostContent.Builder |
PostContent.Builder.blob(Blob blob)
|
| Uses of Blob in be.ehealth.business.mycarenetdomaincommons.exception |
|---|
| Methods in be.ehealth.business.mycarenetdomaincommons.exception that return Blob | |
|---|---|
Blob |
InvalidBlobContentConnectorException.getBlob()
|
| Constructors in be.ehealth.business.mycarenetdomaincommons.exception with parameters of type Blob | |
|---|---|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob)
|
|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
byte[] decompressedBlob,
Object... params)
|
|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Object... params)
|
|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Throwable e,
Object... params)
|
|
| Uses of Blob in be.ehealth.business.mycarenetdomaincommons.mapper |
|---|
| Methods in be.ehealth.business.mycarenetdomaincommons.mapper that return Blob | |
|---|---|
static Blob |
DomainBlobMapper.mapToBlob(Blob blob)
|
| Methods in be.ehealth.business.mycarenetdomaincommons.mapper with parameters of type Blob | |
|---|---|
static Blob |
DomainBlobMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a Blob. |
| Uses of Blob in be.ehealth.businessconnector.dmg.builders |
|---|
| Methods in be.ehealth.businessconnector.dmg.builders with parameters of type Blob | |
|---|---|
ConsultGlobalMedicalFileRequest |
RequestObjectBuilder.buildSendConsultRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the ConsultGlobalMedicalFileRequest that will be sent to the EHealth Web service and checks validity against the corresponding XSD |
NotifyGlobalMedicalFileRequest |
RequestObjectBuilder.buildSendNotifyRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the NotifyGlobalMedicalFileRequest that will be sent to the EHealth web service and checks validity against the corresponding XSD. |
| Uses of Blob in be.ehealth.businessconnector.dmg.builders.impl |
|---|
| Methods in be.ehealth.businessconnector.dmg.builders.impl that return Blob | |
|---|---|
Blob |
FillSendRequestParameter.getBlob()
|
| Methods in be.ehealth.businessconnector.dmg.builders.impl with parameters of type Blob | |
|---|---|
ConsultGlobalMedicalFileRequest |
RequestObjectBuilderImpl.buildSendConsultRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
|
NotifyGlobalMedicalFileRequest |
RequestObjectBuilderImpl.buildSendNotifyRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
|
void |
FillSendRequestParameter.setBlob(Blob blob)
|
| Constructors in be.ehealth.businessconnector.dmg.builders.impl with parameters of type Blob | |
|---|---|
FillSendRequestParameter(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob)
|
|
| Uses of Blob in be.ehealth.businessconnector.dmg.mappers |
|---|
| Methods in be.ehealth.businessconnector.dmg.mappers that return Blob | |
|---|---|
static Blob |
RequestObjectMapper.mapBlobfromBlobType(BlobType blob)
Deprecated. Maps a BlobType instance to its corresponding Blob instance. |
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
Maps a BlobType instance to its corresponding Blob instance. |
| Methods in be.ehealth.businessconnector.dmg.mappers with parameters of type Blob | |
|---|---|
static BlobType |
RequestObjectMapper.mapBlobTypefromBlob(Blob blob)
Deprecated. Maps a Blob instance to a corresponding BlobType instance. |
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
Maps a Blob instance to a corresponding BlobType instance. |
| Uses of Blob in be.ehealth.businessconnector.mycarenet.attestv2.helper |
|---|
| Methods in be.ehealth.businessconnector.mycarenet.attestv2.helper that return Blob | |
|---|---|
static Blob |
RequestObjectBuilderHelper.buildBlobWithEncryptedKnownContent(String id,
EncryptedKnownContent encryptedKnownContent,
String encodingType,
String contentType,
String messageName,
String contentEncryption,
String projectIdentifier)
|
static Blob |
RequestObjectBuilderHelper.buildBlobWithRequestEncrypted(String id,
SendTransactionRequest request,
String encodingType,
String contentType,
String messageName,
String projectIdentifier)
|
| Methods in be.ehealth.businessconnector.mycarenet.attestv2.helper with parameters of type Blob | ||
|---|---|---|
static
|
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
InputReference references,
Blob blob,
String projectIdentifier,
Class<T> clazz)
|
|
static CancelAttestationRequest |
RequestObjectBuilderHelper.buildSendRequestTypeWithXades(boolean isTest,
InputReference references,
Blob blob)
|
|
static Base64Binary |
RequestObjectBuilderHelper.buildXades(Blob blob,
SendRequestType sendRequestType)
|
|
| Uses of Blob in be.ehealth.businessconnector.registration.builder |
|---|
| Methods in be.ehealth.businessconnector.registration.builder with parameters of type Blob | |
|---|---|
RegisterToMycarenetServiceRequest |
RequestBuilder.buildRegisterToMycarenetRequest(CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue)
builds the request object. |
| Uses of Blob in be.ehealth.businessconnector.registration.builder.impl |
|---|
| Methods in be.ehealth.businessconnector.registration.builder.impl with parameters of type Blob | |
|---|---|
RegisterToMycarenetServiceRequest |
RequestBuilderImpl.buildRegisterToMycarenetRequest(CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue)
|
| Uses of Blob in be.ehealth.businessconnector.tarification.builder |
|---|
| Methods in be.ehealth.businessconnector.tarification.builder with parameters of type Blob | |
|---|---|
TarificationConsultationRequest |
RequestBuilder.buildConsultationRequest(CommonInput commonInput,
Routing routing,
Blob blob)
builds the request object. |
| Uses of Blob in be.ehealth.businessconnector.tarification.builder.impl |
|---|
| Methods in be.ehealth.businessconnector.tarification.builder.impl with parameters of type Blob | |
|---|---|
TarificationConsultationRequest |
RequestBuilderImpl.buildConsultationRequest(CommonInput commonInput,
Routing routing,
Blob blob)
|
| Uses of Blob in be.ehealth.businessconnector.vsbnetinsurability.builder |
|---|
| Methods in be.ehealth.businessconnector.vsbnetinsurability.builder with parameters of type Blob | |
|---|---|
GetInsurabilityRequest |
RequestBuilder.buildGetInsurabilityRequest(CommonInput commonInput,
Routing routing,
Blob blob)
builds the request object. |
| Uses of Blob in be.ehealth.businessconnector.vsbnetinsurability.builder.impl |
|---|
| Methods in be.ehealth.businessconnector.vsbnetinsurability.builder.impl with parameters of type Blob | |
|---|---|
GetInsurabilityRequest |
RequestBuilderImpl.buildGetInsurabilityRequest(CommonInput commonInput,
Routing routing,
Blob blob)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||