com.plumtree.portaluiinfrastructure.classtypedescriptors
Interface IPTClassTypeDescManager

All Superinterfaces:
IClassTypeManager
All Known Implementing Classes:
ClassTypeDescManager

public interface IPTClassTypeDescManager
extends IClassTypeManager


Method Summary
 java.lang.String GetProviderEnglishNameForExistingObject(int _nClassID, int _nObjectID, IPTSession _ptSession)
           
 java.lang.String GetProviderEnglishNameGivenCLSID(java.lang.String _sCLSID)
           
 IProvInfo[] GetRegisteredProvInfoForClassType(int _nClassID)
          Returns an array containing all the registered providers for a particular class.
 IProvInfo GetRegisteredProvInfoGivenEnglishName(java.lang.String _strProvInfoEngName)
          Given the English name of a provider this passes back the ProvInfo descriptor.
 
Methods inherited from interface com.plumtree.uiinfrastructure.opener.types.IClassTypeManager
GetDefaultOpenerMode, GetOpenerRedirect
 

Method Detail

GetProviderEnglishNameForExistingObject

java.lang.String GetProviderEnglishNameForExistingObject(int _nClassID,
                                                         int _nObjectID,
                                                         IPTSession _ptSession)

GetProviderEnglishNameGivenCLSID

java.lang.String GetProviderEnglishNameGivenCLSID(java.lang.String _sCLSID)

GetRegisteredProvInfoForClassType

IProvInfo[] GetRegisteredProvInfoForClassType(int _nClassID)
Returns an array containing all the registered providers for a particular class.

Parameters:
_nClassID - The class ID of the type. (i.e. 38 for Crawler)
Returns:
An array containing all the registered providers for a class. If there are none installed, you get back null.

GetRegisteredProvInfoGivenEnglishName

IProvInfo GetRegisteredProvInfoGivenEnglishName(java.lang.String _strProvInfoEngName)
Given the English name of a provider this passes back the ProvInfo descriptor.

Parameters:
_strProvInfoEngName - The provider English name.
Returns:
The ProvInfo class. Null if not found.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.