Implemented Interface | Description |
---|---|
IAuditable | Services to allow changes to an entity to be tracked. |
IBaseField2 | Represents a basic data field or entity, such as an attachment. |
IBaseField3 | Represents a basic data field or entity, such as an attachment. |
IBaseField4 | Represents a basic data field or entity, such as an attachment. |
IFollowUpManager | Manages the user-defined follow-ups. |
ILinkable | Services for managing links. |
IMailableEntity | Mail support for entities. |
ISupportAssetRelations2 | Services for managing relations between Quality Center entities. |
ISupportDataRelation | Services for linking a Test or TestConfiguration with its parameter data. |
ISupportParameterValues | Services to support parameterization. |
CancelFollowUp | Removes the current entity's follow-up. |
CreateDataRelation | Creates a new asset relation and sets it to be the data source relation for this entity. |
Download | Downloads an asset and its related assets. |
GetActiveDataRelation | Returns the active data resource asset relation whether or not it is associated directly with this object. |
GetDataRelation | Returns the data resource asset relation directly associated with this object. |
GetFollowUp | Gets the date and description for the follow-up associated with the current object. |
HasDependencies | Returns asset relation dependencies status. |
HasFollowUp | Checks if the object has at least one follow-up associated with it. |
IsFollowUpOverdue | Checks if the date of the unsent follow-up is earlier than the current database server date. |
LockObject | Locks the object. Returns True if the object has been changed on the server. |
Mails the IBaseFieldExMail field item. | |
MailEx | Mails the IMailableEntity field item. |
Post | Posts all changed values into database. |
Refresh | Reads saved values, overwriting values in memory. |
ResetSelectedInstancesParameters | Resets the selected parameter actual values of all the instances of the configuration. |
SetFollowUp | Sets an alert for follow-up for the current object. |
Undo | Undoes changes to field values that have not been posted. |
UnLockObject | Unlocks the object. |
AssetRelationFactory | The asset's AssetRelationsFactory object. |
Attachments | The Attachment factory for the object. |
AuditPropertyFactory | The AuditPropertyFactory object to handle AuditProperty objects for the changed object. |
AuditRecordFactory | The AuditRecordFactory object to handle AuditRecords for the changed object. |
AutoPost | If true, the database is updated immediately when the field value changes. |
AutoUnlock | Indicates whether to make the item changeable to other users automatically after a Refresh or Post. |
BugLinkFactory | The bug link factory that manages the links of the current object to its associated defects. |
ContainsBrokenRelation | Returns true if the object is linked to an asset but the asset does not exist. |
CreatedBy | The user who created the configuration. |
CreationDate | The configuration creation date. |
Description | The configuration description. |
ExecStatus | The configuration execution status. |
Field | The value of the specified field. |
FieldMultiValue | The MultiValue object of the specified field. |
Filtering | The configuration filtering information of the data resource. |
HasAttachment | Checks if the object has one or more attachments. |
HasCoverage | Indicates if the test configuration covers at least one requirement. |
HasLinkage | Checks if the current object has at least one associated Bug. |
HasOthersLinkage | Checks if the current Bug object has at least one associated object that is not another Bug object. Defined only for Bug objects. |
ID | The item ID. |
IsLocked | Checks if object is locked for editing. |
LinkFactory | The link factory of the current defect object that enables viewing the links. Defined only for Bug objects. |
Modified | Checks if the item has been modified since last refresh or post operation. If true, the field properties on the server side are not up to date. |
Name | The configuration name. |
ParameterValueFactory | The parameter value factory that manages the parameter values of the current object. |
TestId | The ID of the Test that owns this test configuration. |
TheDataUsage | The configuration data usage. |
TypeName | The field's type. |
UsedBy | Returns the list of relations to assets that are using this asset or that are using user assets owned by this asset. |
Using | Returns the list of relations to assets used by this asset or by user assets owned by this asset. |
Virtual | Checks if this is a virtual item, that is, an item that does not have a corresponding database record. |