Package step.repository.alm.otaclient
Interface IFactoryService1
-
- All Superinterfaces:
com4j.Com4jObject
,IFactoryService
public interface IFactoryService1 extends IFactoryService
For HP use. Interface providing factory services to extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
createGenericFactory(com4j.GUID entityCLSID, int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IFactoryService
createReqCoverageFactory
-
-
-
-
Method Detail
-
createGenericFactory
com4j.Com4jObject createGenericFactory(com4j.GUID entityCLSID, int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
- Parameters:
entityCLSID
- Mandatory GUID parameter.ownerType
- Mandatory int parameter.ownerKey
- Mandatory java.lang.Object parameter.isVirtualFather
- Mandatory boolean parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-