|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for IPTDocumentTypeMap
| Method Summary | |
void |
AddSection(int lSectionID)
Adds a section to the mao |
void |
Clear()
Clears the map. |
java.lang.Object[][] |
GetMappings(int lSectionID)
Returns the mappings of a particular section |
IPTQueryResult |
GetSections()
Returns all the sections currently in the map |
IPTDocumentType |
GetSuggestedDocumentType(int lSectionID,
java.lang.String bstrDocumentIdentifier)
Returns the suggested document type for a section and matched document identifier |
java.lang.Object[][] |
GetSuggestedIdentifiers(int lSectionID)
Returns the identifiers for a section |
IPTQueryResult |
GetValidDocumentTypes(int lSectionID)
Returns all the valid document types from a section |
void |
Initialize(IPTSession pSession)
For DTMs inside Crawlers, this function will be called as the Crawler is being restored (in the CrawlerManager::OnOpen). |
int |
LookupByPropBag(com.plumtree.openfoundation.util.IXPPropertyBag vDocumentLocationBagAsXML)
Returns the doc type id based on the prop bag passed in |
int |
LookupByPropBag(java.lang.String vDocumentLocationBagAsXML)
Returns the doc type id based on the prop bag xml string passed in |
int |
LookupSuggested(int lSectionID,
java.lang.String bstrDocumentIdentifier)
Returns the doc type for a section id and matched document identifier. |
void |
RemoveSection(int lSectionID)
Removes a section from the map |
void |
SetMappings(int lSectionID,
java.lang.Object[][] pvsaMappings)
Sets the mappings |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public void Initialize(IPTSession pSession)
public void AddSection(int lSectionID)
lSectionID - section id to addpublic void RemoveSection(int lSectionID)
lSectionID - section id to be removedpublic IPTQueryResult GetSections()
public IPTQueryResult GetValidDocumentTypes(int lSectionID)
lSectionID - public java.lang.Object[][] GetSuggestedIdentifiers(int lSectionID)
lSectionID - public java.lang.Object[][] GetMappings(int lSectionID)
lSectionID -
public void SetMappings(int lSectionID,
java.lang.Object[][] pvsaMappings)
lSectionID - section IDpvsaMappings - mappings
public int LookupSuggested(int lSectionID,
java.lang.String bstrDocumentIdentifier)
lSectionID - bstrDocumentIdentifier - public int LookupByPropBag(java.lang.String vDocumentLocationBagAsXML)
vDocumentLocationBagAsXML - prop bag as xml stringpublic int LookupByPropBag(com.plumtree.openfoundation.util.IXPPropertyBag vDocumentLocationBagAsXML)
vDocumentLocationBagAsXML - prop bag
public IPTDocumentType GetSuggestedDocumentType(int lSectionID,
java.lang.String bstrDocumentIdentifier)
lSectionID - bstrDocumentIdentifier - public void Clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||