Interface ICITFactoryService

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICITFactoryService
    extends com4j.Com4jObject
    For HP use. Services for creation of CIT extension related factories.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject createApplicationEntityFactory​(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
      For HP use.
      com4j.Com4jObject createApplicationImpactFactory​(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
      For HP use.
      com4j.Com4jObject createChangeEntityFactory​(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
      For HP use.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • createApplicationEntityFactory

        com4j.Com4jObject createApplicationEntityFactory​(int ownerType,
                                                         java.lang.Object ownerKey,
                                                         boolean isVirtualFather)

        For HP use.

        Parameters:
        ownerType - Mandatory int parameter.
        ownerKey - Mandatory java.lang.Object parameter.
        isVirtualFather - Mandatory boolean parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • createApplicationImpactFactory

        com4j.Com4jObject createApplicationImpactFactory​(int ownerType,
                                                         java.lang.Object ownerKey,
                                                         boolean isVirtualFather)

        For HP use.

        Parameters:
        ownerType - Mandatory int parameter.
        ownerKey - Mandatory java.lang.Object parameter.
        isVirtualFather - Mandatory boolean parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • createChangeEntityFactory

        com4j.Com4jObject createChangeEntityFactory​(int ownerType,
                                                    java.lang.Object ownerKey,
                                                    boolean isVirtualFather)

        For HP use.

        Parameters:
        ownerType - Mandatory int parameter.
        ownerKey - Mandatory java.lang.Object parameter.
        isVirtualFather - Mandatory boolean parameter.
        Returns:
        Returns a value of type com4j.Com4jObject