Fesapi 2.13.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
common::DataFeeder Class Referenceabstract

#include <DataFeeder.h>

Inheritance diagram for common::DataFeeder:
common::EpcDocument

Public Member Functions

virtual std::string resolvePartial (AbstractObject const *partialObj) const =0

Detailed Description

This class abstracts the various sources of dataobjects contained in a DataObject Repository.

Member Function Documentation

◆ resolvePartial()

virtual std::string common::DataFeeder::resolvePartial ( AbstractObject const * partialObj) const
pure virtual

Ask this feeder to resolve a partial object to a non partial one.

Parameters
partialObjThe partial dataobject
Returns
The full XML content of the partial dataobject or empty string if the feeder could not resolve it.

Implemented in common::EpcDocument.


The documentation for this class was generated from the following file: