com.plumtree.server
Interface IPTUnknown

All Known Subinterfaces:
IPTAccessList, IPTAccessListEntry, IPTACLSyncMap, IPTActivityGroups, IPTAdminCatalog, IPTAdminFolder, IPTAuditManager, IPTAuthSource, IPTBulkSubscriber, IPTCard, IPTCardPropertyValue, IPTCardPropertyValues, IPTCardRefreshAdmin, IPTCardRefreshAgent, IPTCardRefreshInfo, IPTCatalog, IPTCatalogStatistics, IPTCommunity, IPTCommunityTemplate, IPTContent, IPTCrawler, IPTDataSource, IPTDocumentType, IPTDocumentTypeMap, IPTExpression, IPTExpressionManager, IPTExternalOperation, IPTFederatedEncryptionProvider, IPTFederatedPortal, IPTFederatedSearch, IPTFederatedSearchAgent, IPTFederatedSearchProvider, IPTFileUploadAgent, IPTFilter, IPTFolder, IPTGadget, IPTGadgetBundle, IPTGadgetCacheSite, IPTGadgetContentServer, IPTGadgetGateway, IPTGadgetTemplate, IPTGuestLogin, IPTInvitation, IPTJob, IPTLocalizable, IPTLockManager, IPTLogAnalysis, IPTMigratable, IPTMyPages, IPTMyPortal, IPTMyPortalGadgetContent, IPTObject, IPTObjectManager, IPTPage, IPTPageContainer, IPTPageTemplate, IPTPickListEditor, IPTPreferencesContext, IPTProfileManager, IPTProfilePage, IPTProfileSection, IPTProfileSource, IPTProperty, IPTPropertyFilterClauses, IPTPropertyFilterItem, IPTPropertyFilterStatement, IPTPropertyMap, IPTQueryFilter, IPTQueryResult, IPTSavedSearch, IPTSchedule, IPTScheduler, IPTSearchBestBetMaintenance, IPTSearchMaintenance, IPTSearchQuery, IPTSearchRequest, IPTSearchResponse, IPTSession, IPTSiteMapFolder, IPTStringLocalizationManager, IPTSubPortal, IPTTaxonomist, IPTTempfile, IPTTestManager, IPTTokenAccess, IPTUser, IPTUserGroup, IPTUserInterface, IPTWebService

Deprecated.

public interface IPTUnknown

This interface exists only for backwards compatiblity with code written against the 5.0.x Windows server. It is deprecated and will be removed in a future release.

Author:
michaels

Method Summary
 java.lang.Object GetInterfaces(java.lang.String bstrInterface)
          Deprecated. Returns the "this" pointer of the object implementing this interface.
 

Method Detail

GetInterfaces

java.lang.Object GetInterfaces(java.lang.String bstrInterface)
Deprecated. 
Returns the "this" pointer of the object implementing this interface. In the 6.x server there is no reason to call this method.

Parameters:
bstrInterface - the name of the interface desired (for example, "IPTCard").
Returns:
the object implementing this interface