Interface IExtensionServiceProvider
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface IExtensionServiceProvider extends com4j.Com4jObjectFor HP use. Services for managing sessions.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ICacheManagercacheManager()Interface providing cache related services.ICustomizationPermissionServicecustomizationPermission()Interface providing permission related services.IDataServiceProviderdataServiceProvider()Interface providing data management related services.IExtendedStorageextendedStorage(java.lang.String extensionName, java.lang.String serverRelativePath)Returns the extended storage for specific extension.IFactoryServicefactoryService()For HP use.ITDConnectionqcConnection()Current OTA connection.ISystemFieldServicesystemFieldService()Interface providing system fields related services.com4j.Com4jObjectwebConnection()Current http connection.
 
- 
- 
- 
Method Detail- 
qcConnectionITDConnection qcConnection() Current OTA connection. Getter method for the COM property "QCConnection" - Returns:
- Returns a value of type otaclient.ITDConnection
 
 - 
webConnectioncom4j.Com4jObject webConnection() Current http connection. Getter method for the COM property "WebConnection" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
cacheManagerICacheManager cacheManager() Interface providing cache related services. Getter method for the COM property "CacheManager" - Returns:
- Returns a value of type otaclient.ICacheManager
 
 - 
systemFieldServiceISystemFieldService systemFieldService() Interface providing system fields related services. Getter method for the COM property "SystemFieldService" - Returns:
- Returns a value of type otaclient.ISystemFieldService
 
 - 
dataServiceProviderIDataServiceProvider dataServiceProvider() Interface providing data management related services. Getter method for the COM property "DataServiceProvider" - Returns:
- Returns a value of type otaclient.IDataServiceProvider
 
 - 
customizationPermissionICustomizationPermissionService customizationPermission() Interface providing permission related services. Getter method for the COM property "CustomizationPermission" - Returns:
- Returns a value of type otaclient.ICustomizationPermissionService
 
 - 
factoryServiceIFactoryService factoryService() For HP use. Interface providing factories creation and other factory services from outside OTA. Getter method for the COM property "FactoryService" - Returns:
- Returns a value of type otaclient.IFactoryService
 
 - 
extendedStorageIExtendedStorage extendedStorage(java.lang.String extensionName, java.lang.String serverRelativePath) Returns the extended storage for specific extension. Getter method for the COM property "ExtendedStorage" - Parameters:
- extensionName- Mandatory java.lang.String parameter.
- serverRelativePath- Mandatory java.lang.String parameter.
- Returns:
- Returns a value of type otaclient.IExtendedStorage
 
 
- 
 
-