C# Class Glyma.SharePoint.Search.GlymaLobUri

Defines how to map the content item URL passed from the search system to the external system object for Glyma.
Inheritance: LobUri
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
GlymaLobUri ( ) : System
Initialize ( Microsoft context ) : void

Initialises the class to map the content item URL.

The following URL's are supported: glyma://[Repository Name] - Defines a crawl start address for a Glyma repository defined in the BCS model file. glyma://[Repository Name]/[Domain Guid] - Defines a crawl start adddress for the specified domain in a Glyma repository. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.

Method Details

GlymaLobUri() public method

public GlymaLobUri ( ) : System
return System

Initialize() public method

Initialises the class to map the content item URL.
The following URL's are supported: glyma://[Repository Name] - Defines a crawl start address for a Glyma repository defined in the BCS model file. glyma://[Repository Name]/[Domain Guid] - Defines a crawl start adddress for the specified domain in a Glyma repository. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.
public Initialize ( Microsoft context ) : void
context Microsoft An IConnectionContext object that contains the content item URL to map.
return void