Fesapi
0.13.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Public Member Functions | |
CoreProperty | getProperty (const CoreProperty::TypeProperty &index) const |
std::string | toString () const |
void | initDefaultCoreProperties () |
void | setCategory (const std::string &value) |
void | setContentStatus (const std::string &value) |
void | setCreated (const std::string &value) |
void | setCreator (const std::string &value) |
void | setDescription (const std::string &value) |
void | setIdentifier (const std::string &value) |
void | setKeywords (const std::string &value) |
void | addKeywords (const std::string &value) |
void | setLanguage (const std::string &value) |
void | setLastModifiedBy (const std::string &value) |
void | setLastPrinted (const std::string &value) |
void | setModified (const std::string &value) |
void | setRevision (const std::string &value) |
void | setSubject (const std::string &value) |
void | setTitle (const std::string &value) |
void | setVersion (const std::string &value) |
void | readFromString (const std::string &textInput) |
void FileCoreProperties::initDefaultCoreProperties | ( | ) |
Initialize all the core properties with their default values. If a core property has not default value then this method keep it unchanged.
void FileCoreProperties::readFromString | ( | const std::string & | textInput | ) |
Read a core properties part from a string.