Interface ICITFactoryService
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ICITFactoryService extends com4j.Com4jObjectFor HP use. Services for creation of CIT extension related factories.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectcreateApplicationEntityFactory(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)For HP use.com4j.Com4jObjectcreateApplicationImpactFactory(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)For HP use.com4j.Com4jObjectcreateChangeEntityFactory(int ownerType, java.lang.Object ownerKey, boolean isVirtualFather)For HP use.
 
- 
- 
- 
Method Detail- 
createApplicationEntityFactorycom4j.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
 
 - 
createApplicationImpactFactorycom4j.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
 
 - 
createChangeEntityFactorycom4j.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
 
 
- 
 
-