20 const std::vector<Core::DocObject*>& getNewObjects()
const;
21 const std::vector<Core::DocObject*>& getUpdatedObjects()
const;
22 const std::vector<Core::DocObject*>& getDeletedObjects()
const;
23 const std::map<Core::DocObject*, std::vector<std::string>>& getErroneousObjects()
const;
26 std::unique_ptr<TransactionP> _pimpl;
#define CORE_EXPORT
Definition: core_defines2.h:10
Definition: Transaction.h:12
Definition: CoreDocument.h:197