wt.doc
Class WTDocumentUsageLink

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

public class WTDocumentUsageLink
extends IteratedUsageLink
implements Externalizable

The WTDocumentUsageLink is an IteratedUsageLink between WTDocuments and WTDocumentMasters. The link is used to build structured documents for example several documents can contain the same glossary or one document can be made up of several sub-documents.

Use the newWTDocumentUsageLink static factory method(s), not the WTDocumentUsageLink 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, WTDocumentMaster, IteratedUsageLink, Serialized Form

Field Summary
static String USED_BY_ROLE
          Label for the attribute.
static String USES_ROLE
          Label for the attribute.
 
Method Summary
 
Methods inherited from class wt.vc.struct.IteratedUsageLink
getUsedBy, getUses, setUsedBy, setUses
 
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
 

Field Detail

USED_BY_ROLE

public static final String USED_BY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

USES_ROLE

public static final String USES_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values