fferpcore.SubscriptionDescriber2global interface SubscriptionDescriber2 Class to generate a declarative description of a subscription. Methods
initvoid init(fferpcore__MessagingSubscription__c subscription) Initialise the describer with data from the record. Input Parameters
getDescriptionSubscriptionDescription2 getDescription() Return ValueThe context and mappings of the subscription. Necessary to display the subscription in the user interface. getMarshallerLinkingMessageToTargetObjectMarshaller getMarshaller() Return ValueThe marshaller responsible for applying the messages to the target objects in the DataTargetRoot. createDataTargetRootDataTargetRoot createDataTargetRoot() Return ValueThe DataTargetRoot containing the target objects the subscription will manipulate. |