Class | Description |
---|---|
BaseProcessingContext |
Abstract class representing an api/query context.
|
Messages | |
SingleLevelContext |
Abstract class representing an api/query context.
|
SingleLevelErrorContext |
Abstract class representing an api/query context.
|
WikiConfig |
Parameters and output data for Wiki repository connector.
|
WikiConnector |
This is the repository connector for a wiki.
|
WikiConnector.APILoginResult | |
WikiConnector.ExecuteCheckThread |
Thread to execute a "check" operation.
|
WikiConnector.ExecuteGetDocInfoThread |
Thread to execute a "get doc info" operation.
|
WikiConnector.ExecuteGetDocURLsThread |
Thread to execute a "get timestamp" operation.
|
WikiConnector.ExecuteGetNamespacesThread |
Thread to execute a "get namespaces" operation.
|
WikiConnector.ExecuteGetTimestampThread |
Thread to execute a "get timestamp" operation.
|
WikiConnector.ExecuteListPagesThread |
Thread to execute a list pages operation
|
WikiConnector.ReturnString | |
WikiConnector.WikiCheckAllPagesContext |
Class recognizing the "api/query/allpages" context of a "check" response
|
WikiConnector.WikiCheckAPIContext |
Class representing the "api" context of a "check" response
|
WikiConnector.WikiCheckPContext |
Class representing the "api/query/allpages/p" context of a "check" response
|
WikiConnector.WikiCheckQueryContext |
Class representing the "api/query" context of a "check" response
|
WikiConnector.WikiGetDocInfoAPIContext |
Class representing the "api" context of a "get doc info" response
|
WikiConnector.WikiGetDocInfoPageContext |
Class representing the "api/query/pages/page" context of a "get doc info" response
|
WikiConnector.WikiGetDocInfoPagesContext |
Class representing the "api/query/pages" context of a "get doc info" response
|
WikiConnector.WikiGetDocInfoQueryContext |
Class representing the "api/query" context of a "get doc info" response
|
WikiConnector.WikiGetDocInfoRevContext |
Class looking for the "api/query/pages/page/revisions/rev" context of a "get doc info" response
|
WikiConnector.WikiGetDocInfoRevisionsContext |
Class representing the "api/query/pages/page/revisions" context of a "get doc info" response
|
WikiConnector.WikiGetDocURLsAPIContext |
Class representing the "api" context of a "get timestamp" response
|
WikiConnector.WikiGetDocURLsPageContext |
Class looking for the "api/query/pages/page" context of a "get timestamp" response
|
WikiConnector.WikiGetDocURLsPagesContext |
Class looking for the "api/query/pages" context of a "get timestamp" response
|
WikiConnector.WikiGetDocURLsQueryContext |
Class representing the "api/query" context of a "get timestamp" response
|
WikiConnector.WikiGetNamespacesAPIContext |
Class representing the "api" context of a "get namespaces" response
|
WikiConnector.WikiGetNamespacesNamespacesContext |
Class representing the "api/query/namespaces" context of a "get namespaces" response
|
WikiConnector.WikiGetNamespacesNsContext |
Class representing the "api/query/pages/page" context of a "get doc info" response
|
WikiConnector.WikiGetNamespacesQueryContext |
Class representing the "api/query" context of a "get namespaces" response
|
WikiConnector.WikiGetTimestampAPIContext |
Class representing the "api" context of a "get timestamp" response
|
WikiConnector.WikiGetTimestampPageContext |
Class looking for the "api/query/pages/page" context of a "get timestamp" response
|
WikiConnector.WikiGetTimestampPagesContext |
Class looking for the "api/query/pages" context of a "get timestamp" response
|
WikiConnector.WikiGetTimestampQueryContext |
Class representing the "api/query" context of a "get timestamp" response
|
WikiConnector.WikiGetTimestampRevContext |
Class looking for the "api/query/pages/page/revisions/rev" context of a "get timestamp" response
|
WikiConnector.WikiGetTimestampRevisionsContext |
Class looking for the "api/query/pages/page/revisions" context of a "get timestamp" response
|
WikiConnector.WikiListPagesAllPagesContext |
Class recognizing the "api/query/allpages" context of a "list all pages" response
|
WikiConnector.WikiListPagesAPIContext |
Class representing the "api" context of a "list all pages" response
|
WikiConnector.WikiListPagesPContext |
Class representing the "api/query/allpages/p" context of a "list all pages" response
|
WikiConnector.WikiListPagesQueryContext |
Class representing the "api/query" context of a "list all pages" response
|