MarkLogic Connect
MarkLogic Connect Client API Collection
Main Page
Related Pages
Namespaces
Classes
Files
Test List
Member
mlclient::IConnection::deleteDocument
(const std::string &uri)=0
Tested by ConnectionDocumentCrudTest::testDeleteJson and ConnectionDocumentCrudTest::testDeleteXml and ConnectionDocumentCrudTest::testDeleteText
Member
mlclient::IConnection::getDocument
(const std::string &uri)=0
Tested by ConnectionDocumentCrudTest::testGetJson and ConnectionDocumentCrudTest::testGetXml and ConnectionDocumentCrudTest::testGetText
Member
mlclient::IConnection::listCollections
(const std::string &parentCollection)=0
Tested indirectly by ConnectionCollectionsTest::testListRootCollections (the
Connection::listRootCollections
function calls this function directly)
Member
mlclient::IConnection::listRootCollections
()=0
Tested by ConnectionCollectionsTest::testListRootCollections
Member
mlclient::IConnection::saveDocument
(const
Document
&doc)=0
Underlying code tested By DocumentBatchWriterTest
Member
mlclient::IConnection::saveDocumentContent
(const std::string &uri, const
IDocumentContent
&payload)=0
Tested by ConnectionDocumentCrudTest::testSaveJson and ConnectionDocumentCrudTest::testSaveXml and ConnectionDocumentCrudTest::testSaveText
Member
mlclient::IConnection::saveDocuments
(const DocumentSet &documents, const long startPosInclusive, const long endPosInclusive)=0
Tested By DocumentBatchWriterTest
Member
mlclient::IConnection::saveSearchOptions
(const std::string &optionsName, const
IDocumentContent
*optionsDoc)=0
Tested by SearchOptionsBuilderTest::testSave
Member
mlclient::IConnection::search
(const
SearchDescription
&desc)=0
Tested directly by ConnectionSearchTest::testEmptySearch and ConnectionSearchTest::testQueryText and ConnectionSearchTest::testWordQuery Tested indirectly by tests within SearchBuilderTest and SearchResultSetTest
Member
mlclient::IConnection::values
(const std::string &valuesName, const std::string &optionsName)=0
Tested by ConnectionValuesTest::testValues
Member
mlclient::IConnection::valuesExtension
(const std::string &extensionName, const std::string &valuesName, const std::string &optionsName, const
SearchDescription
&desc)=0
Tested by ConnectionValuesTest::testValuesExtension
Generated by
1.8.10