Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Observer interface for clients to get notifications events related to file handler. More...
#include <src/api/mip/file/file_handler.h>
Public Member Functions | |
virtual void | OnClassifyFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when classify failed. | |
virtual void | OnClassifySuccess (const std::vector< std::shared_ptr< Action > > &actions, const std::shared_ptr< void > &context) |
Called when classify success. | |
virtual void | OnCommitFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when committing the changes to the file failed. | |
virtual void | OnCommitSuccess (bool committed, const std::shared_ptr< void > &context) |
Called when committing the changes to the file were successful. | |
virtual void | OnCreateFileHandlerFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when creating the handler failed. | |
virtual void | OnCreateFileHandlerSuccess (const std::shared_ptr< FileHandler > &fileHandler, const std::shared_ptr< void > &context) |
Called when the handler is created successfully. | |
virtual void | OnGetDecryptedTemporaryFileFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when getting the decrypted temporary file failed. | |
virtual void | OnGetDecryptedTemporaryFileSuccess (const std::string &decryptedFilePath, const std::shared_ptr< void > &context) |
Called when getting the decrypted temporary file success. | |
virtual void | OnGetDecryptedTemporaryStreamFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when getting the decrypted temporary stream failed. | |
virtual void | OnGetDecryptedTemporaryStreamSuccess (const std::shared_ptr< Stream > &decryptedStream, const std::shared_ptr< void > &context) |
Called when getting the decrypted temporary stream success. | |
virtual void | OnInspectFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when inspect failed. | |
virtual void | OnInspectSuccess (const std::shared_ptr< FileInspector > &fileInspector, const std::shared_ptr< void > &context) |
Called when inspect success. | |
Observer interface for clients to get notifications events related to file handler.
Definition at line 61 of file file_handler.h.
|
inlinevirtual |
Called when classify failed.
Definition at line 93 of file file_handler.h.
|
inlinevirtual |
Called when classify success.
Definition at line 84 of file file_handler.h.
|
inlinevirtual |
Called when committing the changes to the file failed.
Definition at line 143 of file file_handler.h.
|
inlinevirtual |
Called when committing the changes to the file were successful.
Definition at line 136 of file file_handler.h.
|
inlinevirtual |
Called when creating the handler failed.
Definition at line 77 of file file_handler.h.
|
inlinevirtual |
Called when the handler is created successfully.
Definition at line 70 of file file_handler.h.
|
inlinevirtual |
Called when getting the decrypted temporary file failed.
Definition at line 110 of file file_handler.h.
|
inlinevirtual |
Called when getting the decrypted temporary file success.
Definition at line 101 of file file_handler.h.
|
inlinevirtual |
Called when getting the decrypted temporary stream failed.
Definition at line 127 of file file_handler.h.
|
inlinevirtual |
Called when getting the decrypted temporary stream success.
Definition at line 118 of file file_handler.h.
|
inlinevirtual |
Called when inspect failed.
Definition at line 159 of file file_handler.h.
|
inlinevirtual |
Called when inspect success.
Definition at line 150 of file file_handler.h.