Package step.repository.alm.otaclient
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.
-
-
-
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
-
-