|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestBuilder
creates the all different request objects except for the SendMessageRequest. for sendMessageRequest you have to use the
SendMessageBuilder. Default impl : RequestBuilderImpl Factory :
BuilderFactory
| Method Summary | |
|---|---|
GetAllEhboxesMessagesListRequest |
createAllEhboxesMessagesListRequest(String source)
retrieve all messages for given source from all ehealthboxes. a maximum of 100 messages will be returned. |
GetAllEhboxesMessagesListRequest |
createAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
retrieve all messages for default ehealthbox. |
GetBoxInfoRequest |
createBoxInfoRequest(BoxIdType boxId)
retrieve the information from the given ehealthboxes. |
GetBoxInfoRequest |
createBoxInfoRequestForDefaultBox()
retrieve the information about the default ehealtbox. |
DeleteMessageRequest |
createDeleteMessageRequest(String source,
BoxIdType boxId,
List<String> messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes. |
DeleteMessageRequest |
createDeleteMessageRequest(String source,
BoxIdType boxId,
String... messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes. |
DeleteMessageRequest |
createDeleteMessageRequest(String source,
List<String> messageIds)
creates a DeleteMessageRequest which asks the server to delete some messages. |
DeleteMessageRequest |
createDeleteMessageRequest(String source,
String... messageIds)
creates a DeleteMessageRequest which asks the server to delete some messages. |
DeleteOoORequest |
createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
delete the OoO's for the given ehealthBoxes. |
DeleteOoORequest |
createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
delete the OoO's for the given ehealthBoxes. |
DeleteOoORequest |
createDeleteOoORequest(List<String> oOoIds)
delete the OoO's for the default ehealthbox. |
DeleteOoORequest |
createDeleteOoORequest(String... oOoIds)
delete the OoO's for the default ehealthbox. |
GetAllEhboxesMessagesListRequest |
createGetAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
retrieve messages from all ehealthboxes for a given source , start and endIndex. |
GetFullMessageRequest |
createGetFullMessageRequest(String messageId)
retrieve message information of the message GetFullMessageRequest from INBOX with given messageId. |
GetFullMessageRequest |
createGetFullMessageRequest(String messageId,
String source)
retrieve message information of the message GetFullMessageRequest for the default ehealthbox. |
GetFullMessageRequest |
createGetFullMessageRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetFullMessageRequest . |
GetHistoryRequest |
createGetHistoryRequest(String messageId)
retrieve message information of the message GetHistoryRequest from INBOX with given messageId. |
GetHistoryRequest |
createGetHistoryRequest(String messageId,
String source)
retrieve message information of the message GetHistoryRequest for the default ehealthbox. |
GetHistoryRequest |
createGetHistoryRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetHistoryRequest . |
GetMessageAcknowledgmentsStatusRequest |
createGetMessageAcknowledgmentsStatusRequest(String messageId)
retrieve acknowledementStatuses for a message. a maximum of 100 statussen will be retrieved. |
GetMessageAcknowledgmentsStatusRequest |
createGetMessageAcknowledgmentsStatusRequest(String messageId,
Integer startIndex,
Integer endIndex,
BoxIdType boxId)
retrieve acknowledementStatuses for a message. |
GetMessagesListRequest |
createGetMessagesListRequest(String source)
retrieve the messages for a given source and the default ehealthbox. |
GetMessagesListRequest |
createGetMessagesListRequest(String source,
int startIndex,
int endIndex,
BoxIdType boxId)
retrieve the messages . |
GetOoOListRequest |
createGetOoOListRequest()
retrieve the Out Of Offices for the default ehealthbox. |
GetOoOListRequest |
createGetOoOListRequest(BoxIdType boxId)
retrieve the Out Of Offices for the given ehealthBox. |
InsertOoORequest |
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 |
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 |
createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the default ehealthBox. |
InsertOoORequest |
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. |
MessageRequestType |
createMessageRequestType(String messageId)
Deprecated. |
MessageRequestType |
createMessageRequestType(String messageId,
String source)
Deprecated. |
MessageRequestType |
createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
Deprecated. |
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
List<String> messageIds)
move messages beteen source for given ehealthboxes. |
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
String... messageIds)
move messages beteen source for given ehealthboxes. |
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
List<String> messageIds)
move messages between sources for default ehealthbox. |
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
String... messageIds)
move messages between sources for default ehealthbox. |
| Method Detail |
|---|
DeleteMessageRequest createDeleteMessageRequest(String source,
String... messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds - one or more messageIds to delete
DeleteMessageRequest
DeleteMessageRequest createDeleteMessageRequest(String source,
List<String> messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds - one or more messageIds to delete
DeleteMessageRequest
DeleteMessageRequest createDeleteMessageRequest(String source,
BoxIdType boxId,
String... messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to usemessageIds - the id(s) of the message(s) to delete
DeleteMessageRequest createDeleteMessageRequest(String source,
BoxIdType boxId,
List<String> messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to usemessageIds - the id(s) of the message(s) to delete
GetAllEhboxesMessagesListRequest createGetAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex - index of the first message , min 1 index of the first message , min 1endIndex - index of the last message, max startIndex + 100
GetMessagesListRequest createGetMessagesListRequest(String source,
int startIndex,
int endIndex,
BoxIdType boxId)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex - index of the first message , min 1endIndex - index of the last message, max startIndex + 100boxId - BoxIdType the ehealthBox to use
GetMessagesListRequest createGetMessagesListRequest(String source)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook
GetBoxInfoRequest createBoxInfoRequestForDefaultBox()
GetBoxInfoRequest createBoxInfoRequest(BoxIdType boxId)
boxId - BoxIdType the ehealthBox to use
GetAllEhboxesMessagesListRequest createAllEhboxesMessagesListRequest(String source)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook
GetAllEhboxesMessagesListRequest createAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex - index of the first message , min 1endIndex - index of the last message, max startIndex + 100
@Deprecated MessageRequestType createMessageRequestType(String messageId)
messageId - the message for which this MessageRequest is created.
@Deprecated
MessageRequestType createMessageRequestType(String messageId,
String source)
messageId - the message for which this MessageRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook
@Deprecated
MessageRequestType createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
messageId - the message for which this MessageRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to use
GetFullMessageRequest createGetFullMessageRequest(String messageId)
messageId - the message for which this GetFullMessageRequest is created.
GetFullMessageRequest createGetFullMessageRequest(String messageId,
String source)
messageId - the message for which this GetFullMessageRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook
GetFullMessageRequest createGetFullMessageRequest(String messageId,
String source,
BoxIdType boxId)
messageId - the message for which this GetFullMessageRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to use
GetHistoryRequest createGetHistoryRequest(String messageId)
messageId - the message for which this GetHistoryRequest is created.
GetHistoryRequest createGetHistoryRequest(String messageId,
String source)
messageId - the message for which this GetHistoryRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook
GetHistoryRequest createGetHistoryRequest(String messageId,
String source,
BoxIdType boxId)
messageId - the message for which this GetHistoryRequest is created.source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to use
MoveMessageRequest createMoveMessageRequest(String source,
String destination,
String... messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination - the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds - the messageIds that need to be moved
MoveMessageRequest createMoveMessageRequest(String source,
String destination,
List<String> messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination - the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds - the messageIds that need to be moved
MoveMessageRequest createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
String... messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination - the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to usemessageIds - the messageIds that need to be moved
MoveMessageRequest createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
List<String> messageIds)
source - the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination - the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId - BoxIdType the ehealthBox to usemessageIds - the messageIds that need to be moved
GetMessageAcknowledgmentsStatusRequest createGetMessageAcknowledgmentsStatusRequest(String messageId)
messageId - the id of the message for which this request is created.
GetMessageAcknowledgmentsStatusRequest createGetMessageAcknowledgmentsStatusRequest(String messageId,
Integer startIndex,
Integer endIndex,
BoxIdType boxId)
messageId - the id of the message for which this request is created.startIndex - index of the first message , min 1endIndex - index of the last message, max startIndex + 100boxId - BoxIdType the ehealthBox to use
DeleteOoORequest createDeleteOoORequest(String... oOoIds)
oOoIds - the OoO (Out of Office) ids , as retrieved with the GetOoOList method.
DeleteOoORequest createDeleteOoORequest(List<String> oOoIds)
oOoIds - the OoO (Out of Office) ids , as retrieved with the GetOoOList method.
DeleteOoORequest createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
boxId - BoxIdType the ehealthBox to useoOoIds - the OoO (Out of Office) ids , as retrieved with the GetOoOList method.
DeleteOoORequest createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
boxId - BoxIdType the ehealthBox to useoOoIds - the OoO (Out of Office) ids , as retrieved with the GetOoOList method.
GetOoOListRequest createGetOoOListRequest()
GetOoOListRequest createGetOoOListRequest(BoxIdType boxId)
boxId - the BoxIdType indicating the ehealthBox to use.
InsertOoORequest createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
startDate - the start date of the Out Of Office.endDate - the end date of the Out of Officesubstitutes - zero or more BoxIdType indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )
InsertOoORequest createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
startDate - the start date of the Out Of Office.endDate - the end date of the Out of Officesubstitutes - zero or more BoxIdType indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )
InsertOoORequest createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
boxId - BoxIdType the ehealthBox to usestartDate - the start date of the Out Of Office.endDate - the end date of the Out of Officesubstitutes - one or more BoxIdType indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )
InsertOoORequest createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
boxId - BoxIdType the ehealthBox to usestartDate - the start date of the Out Of Office.endDate - the end date of the Out of Officesubstitutes - one or more BoxIdType indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||