Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
#include <src/api/mip/file/file_execution_state.h>
Public Member Functions | |
virtual const std::string | GetApplicationScenarioId () const |
Return an identifier which correlates application events with the corresponding protection service REST requests. | |
virtual std::map< std::string, std::string > | GetAuditMetadata () const |
Return a map of application specific audit key-value pairs. | |
virtual std::shared_ptr< ClassificationResults > | GetClassificationResults (const std::shared_ptr< FileHandler > &, const std::vector< std::shared_ptr< ClassificationRequest > > &) const |
Return a map of classification results. | |
virtual DataState | GetDataState () const |
Gets the state of the content while the application is interacting with it. | |
Definition at line 44 of file file_execution_state.h.
|
inlinevirtual |
Return an identifier which correlates application events with the corresponding protection service REST requests.
Definition at line 87 of file file_execution_state.h.
|
inlinevirtual |
Return a map of application specific audit key-value pairs.
Definition at line 78 of file file_execution_state.h.
|
inlinevirtual |
Return a map of classification results.
fileHandler | - the file handler of the used file |
classificationIds | a list of classification IDs. |
Definition at line 61 of file file_execution_state.h.
|
inlinevirtual |
Gets the state of the content while the application is interacting with it.
Definition at line 51 of file file_execution_state.h.
References REST.