|
CDMA client API
3.1.0
CDMA core library
|
The IPathMethod interface refers to a method that should be executed to obtain the requested data. This interface is only used by the extended dictionary mechanism. Its aim is to allow mapping dictionary to specify how to get a IDataItem that don't only rely on a specific path. The IPathMethod permits to specify a method that must be executed associated to a IPath. The more often it's called because we have to pre/post process data to fit a particular need.
The method will be called using an already implemented mechanism. The call will be done only when the IPath, carrying it, will be resolved by the ILogicalGroup.
case of a stack of spectrums that are split onto various IDataItem if we want to see them as only one IDataItem the only solution will be to use a specific method for the request.