fferpcore.SubscriptionDescriptionService2global with sharing class SubscriptionDescriptionService2 Service to extract data from the describers of messaging subscriptions. Methods
getDescriptionglobal static fferpcore.SubscriptionDescriptionService2.GetDescriptionResult getDescription(fferpcore.EndpointKey endpointKey) Obtain the fferpcore.SubscriptionDescription2 for the subscription with the given endpoint key. Input Parameters
Return ValueA GetDescriptionResult containing the description or associated error. getMarshallerglobal static fferpcore.SubscriptionDescriptionService2.GetMarshallerResult getMarshaller(fferpcore.EndpointKey endpointKey) Obtain the fferpcore.LinkingMessageToTargetObjectMarshaller for the subscription with the given endpoint key. Input Parameters
Return ValueA GetMarshallerResult containing the marshaller or associated error. createDataTargetRootglobal static fferpcore.SubscriptionDescriptionService2.CreateDataTargetRootResult createDataTargetRoot(fferpcore.EndpointKey endpointKey) Obtain the fferpcore.DataTargetRoot for the subscription with the given endpoint key. Input Parameters
Return ValueA CreateDataTargetRootResult containing the DataTargetRoot or associated error. fferpcore.SubscriptionDescriptionService2.ErrorResultglobal interface ErrorResult A result optionally containing errors. Methodsfferpcore.SubscriptionDescriptionService2.GetDescriptionResultglobal interface GetDescriptionResult extends ErrorResult A result containing a fferpcore.SubscriptionDescription2 or associated error. This class extends fferpcore.SubscriptionDescriptionService2.ErrorResult MethodsgetDescriptionSubscriptionDescription2 getDescription() Return ValueThe associated SubscriptionDescription2. getDescriptionNotNullSubscriptionDescription2 getDescriptionNotNull() Return ValueThe associated SubscriptionDescription2, throwing an exception if null. fferpcore.SubscriptionDescriptionService2.GetMarshallerResultglobal interface GetMarshallerResult extends ErrorResult A result containing a fferpcore.LinkingMessageToTargetObjectMarshaller or associated error. This class extends fferpcore.SubscriptionDescriptionService2.ErrorResult Methods
getMarshallerLinkingMessageToTargetObjectMarshaller getMarshaller() Return ValueThe associated LinkingMessageToTargetObjectMarshaller. getMarshallerNotNullLinkingMessageToTargetObjectMarshaller getMarshallerNotNull() Return ValueThe associated LinkingMessageToTargetObjectMarshaller, throwing an exception if null. fferpcore.SubscriptionDescriptionService2.CreateDataTargetRootResultglobal interface CreateDataTargetRootResult extends ErrorResult A result containing a fferpcore.DataTargetRoot or associated error. This class extends fferpcore.SubscriptionDescriptionService2.ErrorResult MethodsgetDataTargetRootNotNullDataTargetRoot getDataTargetRootNotNull() Return ValueThe associated DataTargetRoot, throwing an exception if null. |