public interface IExtensionServiceProvider
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
ICacheManager |
cacheManager()
Interface providing cache related services.
|
ICustomizationPermissionService |
customizationPermission()
Interface providing permission related services.
|
IDataServiceProvider |
dataServiceProvider()
Interface providing data management related services.
|
IExtendedStorage |
extendedStorage(String extensionName,
String serverRelativePath)
Returns the extended storage for specific extension.
|
IFactoryService |
factoryService()
For HP use.
|
ITDConnection |
qcConnection()
Current OTA connection.
|
ISystemFieldService |
systemFieldService()
Interface providing system fields related services.
|
com4j.Com4jObject |
webConnection()
Current http connection.
|
ITDConnection qcConnection()
Current OTA connection.
Getter method for the COM property "QCConnection"
com4j.Com4jObject webConnection()
Current http connection.
Getter method for the COM property "WebConnection"
ICacheManager cacheManager()
Interface providing cache related services.
Getter method for the COM property "CacheManager"
ISystemFieldService systemFieldService()
Interface providing system fields related services.
Getter method for the COM property "SystemFieldService"
IDataServiceProvider dataServiceProvider()
Interface providing data management related services.
Getter method for the COM property "DataServiceProvider"
ICustomizationPermissionService customizationPermission()
Interface providing permission related services.
Getter method for the COM property "CustomizationPermission"
IFactoryService factoryService()
For HP use. Interface providing factories creation and other factory services from outside OTA.
Getter method for the COM property "FactoryService"
IExtendedStorage extendedStorage(String extensionName, String serverRelativePath)
Returns the extended storage for specific extension.
Getter method for the COM property "ExtendedStorage"
extensionName
- Mandatory java.lang.String parameter.serverRelativePath
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.