com.plumtree.portaluiinfrastructure.classtypedescriptors.providerframework
Interface IProvInfo

All Known Subinterfaces:
IAuthSourceProvInfo, ICrawlerProvInfo, IDataSourceProvInfo, IDocProvInfo, INetSearchProvInfo, IPortletProvInfo, IRAPProvInfo, ISOAPProvInfo, IWebServiceProvInfo
All Known Implementing Classes:
IncomingNetworkSearchProvInfo, IntrPortWSProvInfo, OutgoingNetworkSearchProvInfo, RAPProvInfo, RemPortWSProvInfo, RPPProvInfo, SOAPProvInfo, WWWProvInfo

public interface IProvInfo

Author:
John Osborne

Method Summary
 boolean AppearsInMainCreateNewClassMenu()
          Returns a boolean that tells the client if this provider should appear in the main create new object menu.
 int[] GetArrayOfClassIDsRelatedTo()
           
 java.lang.String GetBinFileName()
           
 java.lang.String GetProviderAndClassLocalizedName(java.lang.String _strLangID, int _nClassID)
           
 java.lang.String GetProviderCLSID()
           
 java.lang.String GetProviderEnglishName()
           
 java.lang.String GetProviderLocalizedName(java.lang.String _strLangID)
           
 ClassIDProvCLSIDPair RequiresObjectChoiceOnStart(int _nClassIDToCreate)
           
 

Method Detail

AppearsInMainCreateNewClassMenu

boolean AppearsInMainCreateNewClassMenu()
Returns a boolean that tells the client if this provider should appear in the main create new object menu.

Returns:
A boolean that tells the client if this provider type should appear in the main create new object menu.

GetArrayOfClassIDsRelatedTo

int[] GetArrayOfClassIDsRelatedTo()
Returns:

GetBinFileName

java.lang.String GetBinFileName()
Returns:

GetProviderAndClassLocalizedName

java.lang.String GetProviderAndClassLocalizedName(java.lang.String _strLangID,
                                                  int _nClassID)
Parameters:
_strLangID -
__nClassID -
Returns:

GetProviderCLSID

java.lang.String GetProviderCLSID()
Returns:

GetProviderEnglishName

java.lang.String GetProviderEnglishName()
Returns:

GetProviderLocalizedName

java.lang.String GetProviderLocalizedName(java.lang.String _strLangID)
Parameters:
_strLangID -
Returns:

RequiresObjectChoiceOnStart

ClassIDProvCLSIDPair RequiresObjectChoiceOnStart(int _nClassIDToCreate)
Parameters:
_nClassIDToCreate -
Returns:



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