|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This class defines an object that performs taxonomization. Taxonomization is the process of classifying Documents into a set of Folders by using Filters, which define folder membership.
| Method Summary | |
void |
AddDestinationFolder(int lFolderID)
Adds a particular Folder to the list of Target Folders |
void |
AddSourceFolder(int lFolderID)
Adds a particular Folder to the list of Source Folders |
void |
AddToBulkProfile(IPTCard pCard,
java.lang.String bstrProvCLSID)
Adds a Card to the Profiling Engine for taxonomization |
java.lang.Object[][] |
CommitBulkProfile(int pm)
Commits the profiled Cards to the index |
java.lang.Object[] |
GetDestinationFolders()
Returns the target Folders for this Taxonomist. |
java.lang.String |
GetFallBackLocale()
Retrieves the language of the Taxonomist |
int |
GetFilterCount()
Returns the number of Filters assigned to the Profiling Engine |
int |
GetSettings()
Retrieves the settings stored on this Taxonomist in the form of a bitmap. |
java.lang.Object[] |
GetSourceFolders()
Retrieves the Source Folders of this Taxonomist. |
int |
GetUnclassifiedSubFolderID()
Returns the Unclassified Subfolder that is associated with this Taxonomist. |
void |
Initialize(IPTSession pSession)
Initializes the Taxonomist by associated it with an IPTSession. |
void |
RemoveDestinationFolder(int lFolderID)
Removes a particular Folder from the list of Target Folders |
void |
RemoveSourceFolder(int lFolderID)
Removes a particular Folder from the list of Source Folders |
void |
SetDestinationFolders(java.lang.Object[] Value)
Sets the target Folders for this Taxonomist. |
void |
SetFallBackLocale(java.lang.String Value)
Sets the language of the Taxonomist |
void |
SetSettings(int Value)
Sets the settings associated with this Taxonomist. |
void |
SetSourceFolders(java.lang.Object[] Value)
Sets the Source Folders of this Taxonomist. |
int[] |
TaxonomizeCard(IPTCard pCard)
Taxonomizes a Card into the Target Folders. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.Object[] GetDestinationFolders()
public void SetDestinationFolders(java.lang.Object[] Value)
Value - Integer array of the target Folder IDspublic void AddDestinationFolder(int lFolderID)
lFolderID - ID of the Target Folder being addedpublic void RemoveDestinationFolder(int lFolderID)
ID - of the Target Folder being removedpublic int GetSettings()
PT_TAXONOMIST_SETTINGSpublic void SetSettings(int Value)
Settings - in the form of a bitmapPT_TAXONOMIST_SETTINGSpublic java.lang.Object[] GetSourceFolders()
public void SetSourceFolders(java.lang.Object[] Value)
Value - Integer array of the source Folder IDspublic void AddSourceFolder(int lFolderID)
lFolderID - ID of the Source Folder being addedpublic void RemoveSourceFolder(int lFolderID)
ID - of the Source Folder being removedpublic void Initialize(IPTSession pSession)
pSession - Session to be associated with the Taxonomistpublic int[] TaxonomizeCard(IPTCard pCard)
pCard - Card to be Taxonomized
public void AddToBulkProfile(IPTCard pCard,
java.lang.String bstrProvCLSID)
pCard - Card to be Taxonomized by the ProfilerbstrProvCLSID - Provider identifierpublic java.lang.Object[][] CommitBulkProfile(int pm)
pm - Profiler modePT_PROFILER_MODEpublic int GetUnclassifiedSubFolderID()
public int GetFilterCount()
public java.lang.String GetFallBackLocale()
public void SetFallBackLocale(java.lang.String Value)
Value - Language string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||