|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransactionIdType in be.ehealth.businessconnector.hub.builders |
---|
Methods in be.ehealth.businessconnector.hub.builders that return TransactionIdType | |
---|---|
TransactionIdType |
RequestBuilder.buildTransactionIdType(String xml)
It builds a TransactionIdType. |
Methods in be.ehealth.businessconnector.hub.builders with parameters of type TransactionIdType | |
---|---|
GetAccessRightRequest |
RequestBuilderComplete.buildGetAccessRight(TransactionIdType transaction)
Creates a GetAccessRightRequest |
RevokeTransactionRequest |
RequestBuilderComplete.buildRevokeTransactionRequest(PatientIdType patient,
TransactionIdType transaction)
Creates a RevokeTransactionRequest |
Uses of TransactionIdType in be.ehealth.businessconnector.hub.service |
---|
Methods in be.ehealth.businessconnector.hub.service with parameters of type TransactionIdType | |
---|---|
AccessRightListType |
IntraHubAccessRightService.getAccessRight(TransactionIdType transaction)
Gets the access right. |
void |
IntraHubTransactionService.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
Revoke transaction. |
Uses of TransactionIdType in be.ehealth.businessconnector.hub.service.impl |
---|
Methods in be.ehealth.businessconnector.hub.service.impl with parameters of type TransactionIdType | |
---|---|
AccessRightListType |
IntraHubAccessRightServiceImpl.getAccessRight(TransactionIdType transaction)
|
void |
IntraHubTransactionServiceImpl.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
|
Uses of TransactionIdType in be.ehealth.businessconnector.hub.session |
---|
Methods in be.ehealth.businessconnector.hub.session with parameters of type TransactionIdType | |
---|---|
GetAccessRightResponse |
HubServiceComplete.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub. |
AccessRightListType |
HubService.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub. |
RevokeTransactionResponse |
HubServiceComplete.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction. |
void |
HubService.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction. |
Uses of TransactionIdType in be.ehealth.businessconnector.hub.session.impl |
---|
Methods in be.ehealth.businessconnector.hub.session.impl with parameters of type TransactionIdType | |
---|---|
AccessRightListType |
HubServiceImpl.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub. |
GetAccessRightResponse |
HubServiceCompleteImpl.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub. |
void |
HubServiceImpl.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction. |
RevokeTransactionResponse |
HubServiceCompleteImpl.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction. |
Uses of TransactionIdType in be.fgov.ehealth.hubservices.core.v1 |
---|
Methods in be.fgov.ehealth.hubservices.core.v1 that return TransactionIdType | |
---|---|
TransactionIdType |
ObjectFactory.createTransactionIdType()
Create an instance of TransactionIdType |
TransactionIdType |
SelectRevokeTransactionType.getTransaction()
Gets the value of the transaction property. |
TransactionIdType |
SelectRevokeAccessRightType.getTransaction()
Gets the value of the transaction property. |
TransactionIdType |
SelectGetAccessRightType.getTransaction()
Gets the value of the transaction property. |
TransactionIdType |
PutTransactionResponse.getTransaction()
Gets the value of the transaction property. |
TransactionIdType |
DeclareTransactionResponse.getTransaction()
Gets the value of the transaction property. |
TransactionIdType |
AccessRightType.getTransaction()
Gets the value of the transaction property. |
Methods in be.fgov.ehealth.hubservices.core.v1 with parameters of type TransactionIdType | |
---|---|
void |
SelectRevokeTransactionType.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
void |
SelectRevokeAccessRightType.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
void |
SelectGetAccessRightType.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
void |
PutTransactionResponse.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
void |
DeclareTransactionResponse.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
void |
AccessRightType.setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |