wt.doc
Class WTDocumentDependencyLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.struct.IteratedDescribeLink
              extended by wt.doc.WTDocumentDependencyLink
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class WTDocumentDependencyLink
extends IteratedDescribeLink
implements Externalizable

The link is a ObjectToObjectLink between two WTDocuments. The link is used to show dependencies between documents. It is an iteration to iteration link that must be copied forward to the next iteration on a revise or checkout. The comment field is for users to record the reason for the dependency. It is recommended that customers use the createDependencyLink methods in WTDocumentService, which are called using the following format call WTDocumentHelper.service.createDependencyLink instead of directly calling the static factory method newWTDocumentDependencyLink that is mentioned in the next paragraph. The methods in WTDocumentService offer more functionality and correctly use newWTDocumentDependencyLink to initialize the object.

Use the newWTDocumentDependencyLink static factory method(s), not the WTDocumentDependencyLink 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:
WTDocument, ObjectToObjectLink, Serialized Form

Method Summary
 
Methods inherited from class wt.vc.struct.IteratedDescribeLink
getDescribedBy, getDescribes
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait