com.plumtree.server
Interface IPTUnknown

All Known Subinterfaces:
IPTAccessList, IPTAccessListEntry, IPTACLSyncMap, IPTActivityGroups, IPTAdminCatalog, IPTAdminFolder, IPTAuditManager, IPTAuthSource, IPTAuthSourceProvider, IPTCard, IPTCardPropertyValue, IPTCardPropertyValues, IPTCardRefreshAdmin, IPTCardRefreshAgent, IPTCardRefreshInfo, IPTCatalog, IPTCatalogStatistics, IPTCommunity, IPTCommunityTemplate, IPTContent, IPTCrawler, IPTDataSource, IPTDocumentType, IPTDocumentTypeMap, IPTExtensibleProviderConfiguration, IPTExternalOperation, IPTFederatedEncryptionProvider, IPTFederatedPortal, IPTFederatedSearch, IPTFederatedSearchAgent, IPTFederatedSearchProvider, IPTFileUploadAgent, IPTFilter, IPTFolder, IPTGadget, IPTGadgetBundle, IPTGadgetCacheSite, IPTGadgetContentServer, IPTGadgetGateway, IPTGadgetTemplate, IPTInvitation, IPTJob, IPTLocalizable, IPTLockManager, IPTLogAnalysis, IPTMigratable, IPTMigrationManager, IPTMyPages, IPTMyPortal, IPTMyPortalGadgetContent, IPTObject, IPTObjectManager, IPTPageTemplate, IPTPickListEditor, IPTProfileManager, IPTProfilePage, IPTProfileSection, IPTProfileSource, IPTProfileSourceProvider, 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

public interface IPTUnknown

Used for backwards compatibility with COM and automation client implementations of Plumtree. Java clients may directly cast objects from one interface to another, and do not need to use the methods in this interface. Some COM clients may need to call this interface to convert an interface pointer for one interface on an object to an interface pointer for another interface on the same object.


Method Summary
 java.lang.Object GetInterfaces(java.lang.String bstrInterface)
          Returns the interface indicated, or null.
 

Method Detail

GetInterfaces

public java.lang.Object GetInterfaces(java.lang.String bstrInterface)
Returns the interface indicated, or null. In practice, in Java this typically returns the "this" object.
Parameters:
bstrInterface - the name of the interface desired (e.g. "IPTCard")
Returns:
the interface object


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.