fferpcore.VirtualDataObjectTargetMappingDescriberglobal with sharing class VirtualDataObjectTargetMappingDescriber implements SubscriptionDescriber2 A fferpcore.SubscriptionDescriber2 that utilises fferpcore.VirtualDataObjectTargetMapping metadata records to generate the mappings necessary for the description and marshaller. This class implements the following interfaces: Methods
initglobal void init(fferpcore__MessagingSubscription__c subscription) Initialise the describer with data from the record. Input Parameters
getDescriptionglobal fferpcore.SubscriptionDescription2 getDescription() Return ValueThe context and mappings of the subscription. Necessary to display the subscription in the user interface. getMarshallerglobal fferpcore.LinkingMessageToTargetObjectMarshaller getMarshaller() Return ValueThe marshaller responsible for applying the messages to the target objects in the DataTargetRoot. createDataTargetRootglobal fferpcore.DataTargetRoot createDataTargetRoot() Return ValueThe DataTargetRoot containing the target objects the subscription will manipulate. |