Interface IFactoryService
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IFactoryService1
public interface IFactoryService extends com4j.Com4jObject
For HP use. Interface providing factory services to extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
createReqCoverageFactory(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
-
-
-
Method Detail
-
createReqCoverageFactory
com4j.Com4jObject createReqCoverageFactory(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)
- Parameters:
ownerType
- Mandatory int parameter.ownerKey
- Mandatory java.lang.Object parameter.isVirtualFather
- Mandatory boolean parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-