fferpcore.LinkingMessageHandlerResultglobal inherited sharing class LinkingMessageHandlerResult A fferpcore.LinkingMessageHandlerResult structure. This object is returned by LinkingMessageHandler.onMessages(). Information can only be added to this object through Foundations. Methods
createMessageRequestsForglobal List<fferpcore.MessagingSystemService.MessageRequest> createMessageRequestsFor(String messageType) This method returns a list of message requests using information provided by Foundations. If this method is called without any input from Foundations then the result will be an empty list. Input Parameters
Return ValueThis service returns a list of MessagingSystemService.MessageRequest objects. Sample Code
createMessageRequestsForglobal List<fferpcore.MessagingSystemService.MessageRequest> createMessageRequestsFor(fferpcore.MessagingSystemService.MessageTypeSpecifier messageTypeSpecifier) This method returns a list of message requests using information provided by Foundations. If this method is called without any input from Foundations then the result will be an empty list. Input Parameters
Return ValueThis service returns a list of MessagingSystemService.MessageRequest objects. Sample Code
|