Interface IExtensionServiceProvider

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IExtensionServiceProvider
    extends com4j.Com4jObject
    For HP use. Services for managing sessions.
    • Method Detail

      • qcConnection

        ITDConnection qcConnection()

        Current OTA connection.

        Getter method for the COM property "QCConnection"

        Returns:
        Returns a value of type otaclient.ITDConnection
      • webConnection

        com4j.Com4jObject webConnection()

        Current http connection.

        Getter method for the COM property "WebConnection"

        Returns:
        Returns a value of type com4j.Com4jObject
      • cacheManager

        ICacheManager cacheManager()

        Interface providing cache related services.

        Getter method for the COM property "CacheManager"

        Returns:
        Returns a value of type otaclient.ICacheManager
      • systemFieldService

        ISystemFieldService systemFieldService()

        Interface providing system fields related services.

        Getter method for the COM property "SystemFieldService"

        Returns:
        Returns a value of type otaclient.ISystemFieldService
      • dataServiceProvider

        IDataServiceProvider dataServiceProvider()

        Interface providing data management related services.

        Getter method for the COM property "DataServiceProvider"

        Returns:
        Returns a value of type otaclient.IDataServiceProvider
      • customizationPermission

        ICustomizationPermissionService customizationPermission()

        Interface providing permission related services.

        Getter method for the COM property "CustomizationPermission"

        Returns:
        Returns a value of type otaclient.ICustomizationPermissionService
      • factoryService

        IFactoryService 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
      • extendedStorage

        IExtendedStorage 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