Method | Description | |
---|---|---|
AddCategory ( string nspace, string name ) : CategoryInfo |
Adds a new Category.
|
|
AddContentTemplate ( string name, string content ) : ContentTemplate |
Adds a new content template.
|
|
AddMessage ( System.PageInfo page, string username, string subject, System.DateTime dateTime, string body, int parent ) : bool |
Adds a new Message to a Page.
|
|
AddNamespace ( string name ) : NamespaceInfo |
Adds a new namespace.
|
|
AddNavigationPath ( string nspace, string name, System.PageInfo pages ) : NavigationPath |
Adds a new Navigation Path.
|
|
AddPage ( string nspace, string name, System.DateTime creationDateTime ) : System.PageInfo |
Adds a Page. This method should not create the content of the Page. |
|
AddSnippet ( string name, string content ) : System.Snippet |
Adds a new Snippet.
|
|
BulkStoreMessages ( System.PageInfo page, |
Removes all messages for a page and stores the new messages.
|
|
DeleteBackups ( System.PageInfo page, int revision ) : bool |
Deletes the Backups of a Page, up to a specified revision.
|
|
DeleteDraft ( System.PageInfo page ) : bool |
Deletes a draft of a Page.
|
|
GetBackupContent ( System.PageInfo page, int revision ) : |
Gets the Content of a Backup.
|
|
GetBackups ( System.PageInfo page ) : int[] |
Gets the Backup/Revision numbers of a Page.
|
|
GetCategories ( NamespaceInfo nspace ) : CategoryInfo[] |
Gets all the Categories in a namespace.
|
|
GetCategoriesForPage ( System.PageInfo page ) : CategoryInfo[] |
Gets all the categories of a page.
|
|
GetCategory ( string fullName ) : CategoryInfo |
Gets a category.
|
|
GetContent ( System.PageInfo page ) : |
Gets the Content of a Page.
|
|
GetContentTemplates ( ) : ContentTemplate[] |
Gets all the content templates.
|
|
GetDraft ( System.PageInfo page ) : |
Gets the content of a draft of a Page.
|
|
GetIndexStats ( int &documentCount, int &wordCount, int &occurrenceCount, long &size ) : void |
Gets some statistics about the search engine index.
|
|
GetMessageCount ( System.PageInfo page ) : int |
Gets the total number of Messages in a Page Discussion.
|
|
GetMessages ( System.PageInfo page ) : System.Globalization.Message[] |
Gets the Page Messages.
|
|
GetNamespace ( string name ) : NamespaceInfo |
Gets a namespace.
|
|
GetNamespaces ( ) : NamespaceInfo[] |
Gets all the sub-namespaces.
|
|
GetNavigationPaths ( NamespaceInfo nspace ) : NavigationPath[] |
Gets all the Navigation Paths in a Namespace.
|
|
GetPage ( string fullName ) : System.PageInfo |
Gets a page.
|
|
GetPages ( NamespaceInfo nspace ) : System.PageInfo[] |
Gets all the Pages in a namespace.
|
|
GetSnippets ( ) : System.Snippet[] |
Gets all the Snippets.
|
|
GetUncategorizedPages ( NamespaceInfo nspace ) : System.PageInfo[] |
Gets all the pages in a namespace that are bound to zero categories.
|
|
Init ( IHostV30 host, string config ) : void |
Initializes the Provider.
|
|
MergeCategories ( CategoryInfo source, CategoryInfo destination ) : CategoryInfo |
Merges two Categories. The destination Category remains, while the source Category is deleted, and all its Pages re-bound in the destination Category. |
|
ModifyContentTemplate ( string name, string content ) : ContentTemplate |
Modifies an existing content template.
|
|
ModifyMessage ( System.PageInfo page, int id, string username, string subject, System.DateTime dateTime, string body ) : bool |
Modifies a Message.
|
|
ModifyNavigationPath ( NavigationPath path, System.PageInfo pages ) : NavigationPath |
Modifies an existing Navigation Path.
|
|
ModifyPage ( System.PageInfo page, string title, string username, System.DateTime dateTime, string comment, string content, string keywords, string description, SaveMode saveMode ) : bool |
Modifies the Content of a Page. If saveMode equals Draft and a draft already exists, it is overwritten. |
|
ModifySnippet ( string name, string content ) : System.Snippet |
Modifies a new Snippet.
|
|
MovePage ( System.PageInfo page, NamespaceInfo destination, bool copyCategories ) : System.PageInfo |
Moves a page from its namespace into another.
|
|
PerformSearch ( |
Performs a search in the index.
|
|
RebindPage ( System.PageInfo page, string categories ) : bool |
Binds a Page with one or more Categories. After a successful operation, the Page is bound with all and only the categories passed as argument. |
|
RebuildIndex ( ) : void |
Rebuilds the search index.
|
|
RemoveCategory ( CategoryInfo category ) : bool |
Removes a Category.
|
|
RemoveContentTemplate ( string name ) : bool |
Removes a content template.
|
|
RemoveMessage ( System.PageInfo page, int id, bool removeReplies ) : bool |
Removes a Message.
|
|
RemoveNamespace ( NamespaceInfo nspace ) : bool |
Removes a namespace.
|
|
RemoveNavigationPath ( NavigationPath path ) : bool |
Removes a Navigation Path.
|
|
RemovePage ( System.PageInfo page ) : bool |
Removes a Page.
|
|
RemoveSnippet ( string name ) : bool |
Removes a new Snippet.
|
|
RenameCategory ( CategoryInfo category, string newName ) : CategoryInfo |
Renames a Category.
|
|
RenameNamespace ( NamespaceInfo nspace, string newName ) : NamespaceInfo |
Renames a namespace.
|
|
RenamePage ( System.PageInfo page, string newName ) : System.PageInfo |
Renames a Page.
|
|
RollbackPage ( System.PageInfo page, int revision ) : bool |
Performs the rollback of a Page to a specified revision.
|
|
SetBackupContent ( |
Forces to overwrite or create a Backup.
|
|
SetNamespaceDefaultPage ( NamespaceInfo nspace, System.PageInfo page ) : NamespaceInfo |
Sets the default page of a namespace.
|
|
Shutdown ( ) : void |
Method invoked on shutdown. This method might not be invoked in some cases. |
Method | Description | |
---|---|---|
AddAllIds ( byte>.Dictionary |
||
AppendMessages ( IEnumerable |
Appends to a StringBuilder object the branches and leaves of a Message tree. The methods appends the Messages traversing the tree depht-first, and it is recursive. |
|
Backup ( System.PageInfo page ) : bool |
Backups a Page.
|
|
BackupCategoriesFile ( ) : void |
Makes a backup copy of the categories file.
|
|
BackupPagesFile ( ) : void |
Makes a backup copy of the pages file.
|
|
BuildCategoryInfo ( string fileLine ) : CategoryInfo |
Extracts an instance of T:CategoryInfo from a line contained in the categories file.
|
|
BuildDocumentHandler ( |
Handles the construction of an T:IDocument for the search engine.
|
|
BuildLocalPageInfo ( string fileLine ) : |
Extracts an instance of T:LocalPageInfo from a line of the pages file.
|
|
BuildNavigationPath ( string fileLine ) : NavigationPath |
Extracts an instance of T:NavigationPath from a line in the navigation paths file.
|
|
CategoryExists ( CategoryInfo category ) : bool |
Determines whether a category exists.
|
|
DumpCategories ( CategoryInfo categories ) : void |
Writes all categories in the storage file.
|
|
DumpMessages ( System.PageInfo page, IEnumerable |
Dumps the Message tree of a Page to disk.
|
|
DumpNamespaces ( NamespaceInfo namespaces ) : void |
Dumps namespaces on disk.
|
|
DumpNavigationPaths ( NavigationPath paths ) : void |
Writes an array of Navigation Paths to disk.
|
|
DumpPages ( System.PageInfo pages ) : void |
Writes all pages in the storage file.
|
|
ExtractContent ( string data, System.PageInfo pageInfo ) : |
||
FindAnchestor ( IEnumerable |
Finds the anchestor/parent of a Message.
|
|
FindMessage ( IEnumerable |
Finds a Message in a Message tree. The method is recursive. |
|
FindNamespace ( string name, NamespaceInfo namespaces ) : NamespaceInfo |
Finds a namespace.
|
|
FindPage ( string nspace, string name, System.PageInfo pages ) : System.PageInfo |
Finds a page.
|
|
GetAllCategories ( ) : CategoryInfo[] |
Gets all the Categories.
|
|
GetAllNavigationPaths ( ) : NavigationPath[] |
Gets all the Navigation Paths.
|
|
GetAllPages ( ) : System.PageInfo[] |
Gets all the Pages.
|
|
GetDraftFullPath ( |
||
GetFreeMessageID ( |
Find a free Message ID for a Page.
|
|
GetFullPath ( string filename ) : string | ||
GetFullPathForContentTemplate ( string filename ) : string | ||
GetFullPathForMessages ( string filename ) : string | ||
GetFullPathForPageContent ( string filename ) : string | ||
GetFullPathForPageDrafts ( string filename ) : string | ||
GetFullPathForSnippets ( string filename ) : string | ||
GetIndex ( List |
||
GetNamespacePartialPathForPageContent ( string nspace ) : string |
Gets the partial path of the folder that contains page content files for the specified namespace, followed by a directory separator char if appropriate.
|
|
IndexMessage ( System.PageInfo page, int id, string subject, System.DateTime dateTime, string body ) : int |
Indexes a message.
|
|
IndexMessageTree ( System.PageInfo page, |
Indexes a message tree.
|
|
IndexPage ( |
Indexes a page.
|
|
LoadLocalPageInfo ( System.PageInfo page ) : |
Finds a corresponding instance of T:LocalPageInfo in the available pages.
|
|
MoveBackups ( System.PageInfo page, NamespaceInfo destination ) : void |
Moves the backups of a page into a new namespace. This method should be invoked before moving the corresponding page. |
|
NamespaceExists ( string name ) : bool |
Determines whether a namespace exists.
|
|
PageExists ( System.PageInfo page ) : bool |
Determines whether a page exists.
|
|
RemoveMessage ( List |
Removes a Message from a Message Tree.
|
|
RenameBackups ( System.PageInfo page, string newName ) : void |
Renames the backups of a page. This method should be invoked before renaming the corresponding page. |
|
TokenizeContent ( string content ) : WordInfo[] |
Tokenizes page content.
|
|
UnindexMessage ( System.PageInfo page, int id, string subject, System.DateTime dateTime, string body ) : void |
Removes a message from the search engine index.
|
|
UnindexMessageTree ( System.PageInfo page, |
Removes a message tree from the search engine index.
|
|
UnindexPage ( |
Removes a page from the search engine index.
|
|
VerifyAndPerformUpgradeForCategories ( ) : void |
Verifies the need for a data upgrade, and performs it when needed.
|
|
VerifyAndPerformUpgradeForNavigationPaths ( ) : void |
Verifies the need for a data upgrade, and performs it when needed.
|
|
VerifyAndPerformUpgradeForPages ( ) : void |
Verifies the need for a data upgrade, and performs it when needed.
|
|
VerifyIfPagesFileNeedsAnUpgrade ( ) : bool |
Verifies whether the pages files needs to be upgraded.
|
public AddCategory ( string nspace, string name ) : CategoryInfo | ||
nspace | string | The target namespace ( |
name | string | The Category name. |
return | CategoryInfo |
public AddContentTemplate ( string name, string content ) : ContentTemplate | ||
name | string | The name of template. |
content | string | The content of the template. |
return | ContentTemplate |
public AddMessage ( System.PageInfo page, string username, string subject, System.DateTime dateTime, string body, int parent ) : bool | ||
page | System.PageInfo | The Page. |
username | string | The Username. |
subject | string | The Subject. |
dateTime | System.DateTime | The Date/Time. |
body | string | The Body. |
parent | int | The Parent Message ID, or -1. |
return | bool |
public AddNamespace ( string name ) : NamespaceInfo | ||
name | string | The name of the namespace. |
return | NamespaceInfo |
public AddNavigationPath ( string nspace, string name, System.PageInfo pages ) : NavigationPath | ||
nspace | string | The target namespace ( |
name | string | The Name of the Path. |
pages | System.PageInfo | The Pages array. |
return | NavigationPath |
public AddPage ( string nspace, string name, System.DateTime creationDateTime ) : System.PageInfo | ||
nspace | string | The target namespace ( |
name | string | The Page Name. |
creationDateTime | System.DateTime | The creation Date/Time. |
return | System.PageInfo |
public AddSnippet ( string name, string content ) : System.Snippet | ||
name | string | The Name of the Snippet. |
content | string | The Content of the Snippet. |
return | System.Snippet |
public BulkStoreMessages ( System.PageInfo page, |
||
page | System.PageInfo | The page. |
messages | The new messages to store. | |
return | bool |
public DeleteBackups ( System.PageInfo page, int revision ) : bool | ||
page | System.PageInfo | The Page to delete the backups of. |
revision | int | The newest revision to delete (newer revision are kept) or -1 to delete all the Backups. |
return | bool |
public DeleteDraft ( System.PageInfo page ) : bool | ||
page | System.PageInfo | The page. |
return | bool |
public GetBackupContent ( System.PageInfo page, int revision ) : |
||
page | System.PageInfo | The Page. |
revision | int | The revision. |
return |
public GetBackups ( System.PageInfo page ) : int[] | ||
page | System.PageInfo | The Page to get the Backups of. |
return | int[] |
public GetCategories ( NamespaceInfo nspace ) : CategoryInfo[] | ||
nspace | NamespaceInfo | The namespace. |
return | CategoryInfo[] |
public GetCategoriesForPage ( System.PageInfo page ) : CategoryInfo[] | ||
page | System.PageInfo | The page. |
return | CategoryInfo[] |
public GetCategory ( string fullName ) : CategoryInfo | ||
fullName | string | The full name of the category. |
return | CategoryInfo |
public GetContent ( System.PageInfo page ) : |
||
page | System.PageInfo | The Page. |
return |
public GetContentTemplates ( ) : ContentTemplate[] | ||
return | ContentTemplate[] |
public GetDraft ( System.PageInfo page ) : |
||
page | System.PageInfo | The Page. |
return |
public GetIndexStats ( int &documentCount, int &wordCount, int &occurrenceCount, long &size ) : void | ||
documentCount | int | The total number of documents. |
wordCount | int | The total number of unique words. |
occurrenceCount | int | The total number of word-document occurrences. |
size | long | The approximated size, in bytes, of the search engine index. |
return | void |
public GetMessageCount ( System.PageInfo page ) : int | ||
page | System.PageInfo | The Page. |
return | int |
public GetMessages ( System.PageInfo page ) : System.Globalization.Message[] | ||
page | System.PageInfo | The Page. |
return | System.Globalization.Message[] |
public GetNamespace ( string name ) : NamespaceInfo | ||
name | string | The name of the namespace. |
return | NamespaceInfo |
public GetNavigationPaths ( NamespaceInfo nspace ) : NavigationPath[] | ||
nspace | NamespaceInfo | The Namespace. |
return | NavigationPath[] |
public GetPage ( string fullName ) : System.PageInfo | ||
fullName | string | The full name of the page. |
return | System.PageInfo |
public GetPages ( NamespaceInfo nspace ) : System.PageInfo[] | ||
nspace | NamespaceInfo | The namespace ( |
return | System.PageInfo[] |
public GetUncategorizedPages ( NamespaceInfo nspace ) : System.PageInfo[] | ||
nspace | NamespaceInfo | The namespace ( |
return | System.PageInfo[] |
public Init ( IHostV30 host, string config ) : void | ||
host | IHostV30 | The Host of the Provider. |
config | string | The Configuration data, if any. |
return | void |
public MergeCategories ( CategoryInfo source, CategoryInfo destination ) : CategoryInfo | ||
source | CategoryInfo | The source Category. |
destination | CategoryInfo | The destination Category. |
return | CategoryInfo |
public ModifyContentTemplate ( string name, string content ) : ContentTemplate | ||
name | string | The name of the template to modify. |
content | string | The content of the template. |
return | ContentTemplate |
public ModifyMessage ( System.PageInfo page, int id, string username, string subject, System.DateTime dateTime, string body ) : bool | ||
page | System.PageInfo | The Page. |
id | int | The ID of the Message to modify. |
username | string | The Username. |
subject | string | The Subject. |
dateTime | System.DateTime | The Date/Time. |
body | string | The Body. |
return | bool |
public ModifyNavigationPath ( NavigationPath path, System.PageInfo pages ) : NavigationPath | ||
path | NavigationPath | The Navigation Path to modify. |
pages | System.PageInfo | The new Pages array. |
return | NavigationPath |
public ModifyPage ( System.PageInfo page, string title, string username, System.DateTime dateTime, string comment, string content, string keywords, string description, SaveMode saveMode ) : bool | ||
page | System.PageInfo | The Page. |
title | string | The Title of the Page. |
username | string | The Username. |
dateTime | System.DateTime | The Date/Time. |
comment | string | The Comment of the editor, about this revision. |
content | string | The Page Content. |
keywords | string | The keywords, usually used for SEO. |
description | string | The description, usually used for SEO. |
saveMode | SaveMode | The save mode for this modification. |
return | bool |
public ModifySnippet ( string name, string content ) : System.Snippet | ||
name | string | The Name of the Snippet to modify. |
content | string | The Content of the Snippet. |
return | System.Snippet |
public MovePage ( System.PageInfo page, NamespaceInfo destination, bool copyCategories ) : System.PageInfo | ||
page | System.PageInfo | The page to move. |
destination | NamespaceInfo | The destination namespace (null for the root). |
copyCategories | bool | A value indicating whether to copy the page categories in the destination /// namespace, if not already available. |
return | System.PageInfo |
public PerformSearch ( |
||
parameters | The search parameters. | |
return | SearchResultCollection |
public RebindPage ( System.PageInfo page, string categories ) : bool | ||
page | System.PageInfo | The Page to bind. |
categories | string | The Categories to bind the Page with (full name). |
return | bool |
public RemoveCategory ( CategoryInfo category ) : bool | ||
category | CategoryInfo | The Category to remove. |
return | bool |
public RemoveContentTemplate ( string name ) : bool | ||
name | string | The name of the template to remove. |
return | bool |
public RemoveMessage ( System.PageInfo page, int id, bool removeReplies ) : bool | ||
page | System.PageInfo | The Page. |
id | int | The ID of the Message to remove. |
removeReplies | bool | A value specifying whether or not to remove the replies. |
return | bool |
public RemoveNamespace ( NamespaceInfo nspace ) : bool | ||
nspace | NamespaceInfo | The namespace to remove. |
return | bool |
public RemoveNavigationPath ( NavigationPath path ) : bool | ||
path | NavigationPath | The Navigation Path to remove. |
return | bool |
public RemovePage ( System.PageInfo page ) : bool | ||
page | System.PageInfo | The Page to remove. |
return | bool |
public RemoveSnippet ( string name ) : bool | ||
name | string | The Name of the Snippet to remove. |
return | bool |
public RenameCategory ( CategoryInfo category, string newName ) : CategoryInfo | ||
category | CategoryInfo | The Category to rename. |
newName | string | The new Name. |
return | CategoryInfo |
public RenameNamespace ( NamespaceInfo nspace, string newName ) : NamespaceInfo | ||
nspace | NamespaceInfo | The namespace to rename. |
newName | string | The new name of the namespace. |
return | NamespaceInfo |
public RenamePage ( System.PageInfo page, string newName ) : System.PageInfo | ||
page | System.PageInfo | The Page to rename. |
newName | string | The new Name. |
return | System.PageInfo |
public RollbackPage ( System.PageInfo page, int revision ) : bool | ||
page | System.PageInfo | The Page to rollback. |
revision | int | The Revision to rollback the Page to. |
return | bool |
public SetBackupContent ( |
||
content | The Backup content. | |
revision | int | The revision. |
return | bool |
public SetNamespaceDefaultPage ( NamespaceInfo nspace, System.PageInfo page ) : NamespaceInfo | ||
nspace | NamespaceInfo | The namespace of which to set the default page. |
page | System.PageInfo | The page to use as default page, or |
return | NamespaceInfo |