Package com.mks.tm.api
Interface IItemRelationshipDelta
public interface IItemRelationshipDelta
A record to create or remove a relationship from an item.
-
Method Summary
-
Method Details
-
getFieldName
The name of the relationship field.- Returns:
- The name of the relationship field.
- Throws:
TMAPIException
- Reserved exception.
-
getItemID
The ID of the item related via the relationship field.- Returns:
- the ID of the related item.
- Throws:
TMAPIException
- Reserved exception.
-
getFlags
The relationship flags for the related item.- Returns:
- The relationship flags for the related item.
- Throws:
TMAPIException
- Reserved exception.
-