Package | Description |
---|---|
be.ehealth.businessconnector.ehbox.v3.builders |
Contains the interface to build the Object that 'll be passed to the services and the BuilderFactory to get it
|
be.ehealth.businessconnector.ehbox.v3.builders.impl | |
be.fgov.ehealth.ehbox.consultation.protocol.v3 | |
be.fgov.ehealth.ehbox.core.v3 | |
be.fgov.ehealth.ehbox.publication.protocol.v3 |
Modifier and Type | Method and Description |
---|---|
GetBoxInfoRequest |
RequestBuilder.createBoxInfoRequest(BoxIdType boxId)
retrieve the information from the given ehealthboxes.
|
DeleteMessageRequest |
RequestBuilder.createDeleteMessageRequest(String source,
BoxIdType boxId,
List<String> messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
|
DeleteMessageRequest |
RequestBuilder.createDeleteMessageRequest(String source,
BoxIdType boxId,
String... messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
|
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
delete the OoO's for the given ehealthBoxes.
|
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
delete the OoO's for the given ehealthBoxes.
|
GetFullMessageRequest |
RequestBuilder.createGetFullMessageRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetFullMessageRequest .
|
GetHistoryRequest |
RequestBuilder.createGetHistoryRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetHistoryRequest .
|
GetMessageAcknowledgmentsStatusRequest |
RequestBuilder.createGetMessageAcknowledgmentsStatusRequest(String messageId,
Integer startIndex,
Integer endIndex,
BoxIdType boxId)
retrieve acknowledementStatuses for a message.
|
GetMessagesListRequest |
RequestBuilder.createGetMessagesListRequest(String source,
int startIndex,
int endIndex,
BoxIdType boxId)
retrieve the messages .
|
GetOoOListRequest |
RequestBuilder.createGetOoOListRequest(BoxIdType boxId)
retrieve the Out Of Offices for the given ehealthBox.
|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the default ehealthBox.
|
MessageRequestType |
RequestBuilder.createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
Deprecated.
|
MoveMessageRequest |
RequestBuilder.createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
List<String> messageIds)
move messages beteen source for given ehealthboxes.
|
MoveMessageRequest |
RequestBuilder.createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
String... messageIds)
move messages beteen source for given ehealthboxes.
|
Modifier and Type | Method and Description |
---|---|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the default ehealthBox.
|
Modifier and Type | Method and Description |
---|---|
GetBoxInfoRequest |
RequestBuilderImpl.createBoxInfoRequest(BoxIdType boxId) |
DeleteMessageRequest |
RequestBuilderImpl.createDeleteMessageRequest(String source,
BoxIdType boxId,
List<String> messageIds) |
DeleteMessageRequest |
RequestBuilderImpl.createDeleteMessageRequest(String source,
BoxIdType boxId,
String... messageIds) |
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds) |
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId,
String... oOoIds) |
GetFullMessageRequest |
RequestBuilderImpl.createGetFullMessageRequest(String messageId,
String source,
BoxIdType boxId) |
GetHistoryRequest |
RequestBuilderImpl.createGetHistoryRequest(String messageId,
String source,
BoxIdType boxId) |
GetMessageAcknowledgmentsStatusRequest |
RequestBuilderImpl.createGetMessageAcknowledgmentsStatusRequest(String messageId,
Integer startIndex,
Integer endIndex,
BoxIdType boxId) |
GetMessagesListRequest |
RequestBuilderImpl.createGetMessagesListRequest(String source,
int startIndex,
int endIndex,
BoxIdType boxId) |
GetOoOListRequest |
RequestBuilderImpl.createGetOoOListRequest(BoxIdType boxId) |
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes) |
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes) |
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes) |
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes) |
MessageRequestType |
RequestBuilderImpl.createMessageRequestType(String messageId,
String source,
BoxIdType boxId) |
MoveMessageRequest |
RequestBuilderImpl.createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
List<String> messageIds) |
MoveMessageRequest |
RequestBuilderImpl.createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
String... messageIds) |
Modifier and Type | Method and Description |
---|---|
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes) |
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes) |
Modifier and Type | Class and Description |
---|---|
class |
SubstituteType
Java class for SubstituteType complex type.
|
Modifier and Type | Method and Description |
---|---|
BoxIdType |
MoveMessageRequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
MessageRequestType.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
InsertOoORequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
GetOoOListRequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
GetMessagesListRequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
GetMessageAcknowledgmentsStatusRequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
GetBoxInfoResponse.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
GetBoxInfoRequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
DeleteOoORequest.getBoxId()
Gets the value of the boxId property.
|
BoxIdType |
DeleteMessageRequest.getBoxId()
Gets the value of the boxId property.
|
Modifier and Type | Method and Description |
---|---|
List<BoxIdType> |
OoO.getSubstitutes()
Gets the value of the substitutes property.
|
List<BoxIdType> |
InsertOoORequest.getSubstitutes()
Gets the value of the substitutes property.
|
Modifier and Type | Method and Description |
---|---|
void |
MoveMessageRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
MessageRequestType.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
InsertOoORequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
GetOoOListRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
GetMessagesListRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
GetMessageAcknowledgmentsStatusRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
GetBoxInfoResponse.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
GetBoxInfoRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
DeleteOoORequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
DeleteMessageRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
Modifier and Type | Method and Description |
---|---|
BoxIdType |
ObjectFactory.createBoxIdType()
Create an instance of
BoxIdType |
Modifier and Type | Method and Description |
---|---|
BoxIdType |
SendMessageRequest.getBoxId()
Gets the value of the boxId property.
|
Modifier and Type | Method and Description |
---|---|
void |
SendMessageRequest.setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.