Package wt.vc
Class MergeInfoLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc._MergeInfoLink
wt.vc.MergeInfoLink
- 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:
-
Field Summary
Fields inherited from class wt.vc._MergeInfoLink
MERGED_ITERATION_ROLE, SOURCE_ITERATION_ROLE -
Method Summary
Methods inherited from class wt.vc._MergeInfoLink
getMergedIteration, getSourceIteration, setMergedIteration, setSourceIterationMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes