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, com4j.Com4jObject owner, 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.v16.otaclient.IFactoryService
createReqCoverageFactory
-
-
-
-
Method Detail
-
createGenericFactory
com4j.Com4jObject createGenericFactory(com4j.GUID entityCLSID, com4j.Com4jObject owner, boolean isVirtualFather)
- Parameters:
entityCLSID
- Mandatory GUID parameter.owner
- Mandatory com4j.Com4jObject parameter.isVirtualFather
- Mandatory boolean parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-