Package wt.vc

Class MergeInfoLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class, versions=2538346186404157511L, roleA=@GeneratedRole(name="sourceIteration",type=Versioned.class,supportedAPI=PUBLIC,javaDoc="the iteration from which data was merged into the destinationIteration",cardinality=ONE), roleB=@GeneratedRole(name="mergedIteration",type=Versioned.class,supportedAPI=PUBLIC,javaDoc="the iteration into which data was merged from the sourceIteration",cardinality=ONE), tableProperties=@TableProperties(tableName="MergeInfoLink")) public class MergeInfoLink extends _MergeInfoLink
Link class which denotes the occurrence of a logical merge operation wherein one version of an object was merged into another. The link is between the specific iterations of these versions between which the merge took place.

Use the newMergeInfoLink static factory method(s), not the MergeInfoLink constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: