fferpcore.ApplyMappingRequest2global interface ApplyMappingRequest2 A request to apply a mapping to a target object. A fferpcore.SubscriptionMapping object accepts an fferpcore.ApplyMappingRequest2 in the performImmediateActions method. The request contains the target object to be updated as well as the message. Methods
getLatestValueSubscriptionDescription.Value getLatestValue(List<String> path) Input Parameters
Return ValueThe value at the given key in the most recent message. getLatestValuesList<SubscriptionDescription.Value> getLatestValues(List<List<String>> paths) Input Parameters
Return ValueThe values at the given keys in the most recent message. respondErrorvoid respondError(fferpcore.ErpErrorBody e) Mark the messages with the given error. Input Parameters
|