Package step.repository.alm.otaclient
Class ClassFactory
- java.lang.Object
-
- step.repository.alm.otaclient.ClassFactory
-
public abstract class ClassFactory extends java.lang.Object
Defines methods to create COM objects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAmarillusHash
createAmarillusHash()
Support for hash generation.static IAuditRecordData
createAuditRecordData()
Custom audit event data.static IComFrec
createComFrec()
For HP use.static IExport
createExport()
For HP use.static IGroupingItem
createGroupingItem()
A set of entities having the same value in a specific field.static IGroupingManager
createGroupingManager()
Provides services for grouping.static IImport
createImport()
For HP use.static IList
createList()
Services to create and maintain lists.static IReqType
createReqType()
Represents a Requirement Type.static ITDConnection4
createTDConnection()
Represents a single server connection.static ITDUtils
createTDUtils()
For HP use.static IWarningInfo
createWarningInfo()
For HP use.
-
-
-
Method Detail
-
createTDConnection
public static ITDConnection4 createTDConnection()
Represents a single server connection.
-
createList
public static IList createList()
Services to create and maintain lists. Use any factory object to create any number of list instances for objects in the factory.
-
createComFrec
public static IComFrec createComFrec()
For HP use. ComFrec Class.
-
createAmarillusHash
public static IAmarillusHash createAmarillusHash()
Support for hash generation.
-
createExport
public static IExport createExport()
For HP use. Export Class.
-
createImport
public static IImport createImport()
For HP use. Import Class.
-
createTDUtils
public static ITDUtils createTDUtils()
For HP use. Utility routines and properties.
-
createGroupingManager
public static IGroupingManager createGroupingManager()
Provides services for grouping.
-
createGroupingItem
public static IGroupingItem createGroupingItem()
A set of entities having the same value in a specific field.
-
createAuditRecordData
public static IAuditRecordData createAuditRecordData()
Custom audit event data.
-
createReqType
public static IReqType createReqType()
Represents a Requirement Type.
-
createWarningInfo
public static IWarningInfo createWarningInfo()
For HP use. Singleton class that assists in passing warning information to and from QC modules.
-
-