|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTDocumentDependencyLink | |
wt.doc |
Uses of WTDocumentDependencyLink in wt.doc |
Methods in wt.doc that return WTDocumentDependencyLink | |
WTDocumentDependencyLink |
WTDocumentServiceFwd.createDependencyLink(WTDocument doc,
WTDocument referenced_doc,
String comment)
Convenience method for creating a dependency link between two documents. |
WTDocumentDependencyLink |
WTDocumentService.createDependencyLink(WTDocument doc,
WTDocument referenced_doc,
String comment)
Convenience method for creating a dependency link between two documents. |
static WTDocumentDependencyLink |
WTDocumentDependencyLink.newWTDocumentDependencyLink(WTDocument hasDependent,
WTDocument dependsOn,
String comment)
Special factory for setting the comment on creation of the link. |
static WTDocumentDependencyLink |
WTDocumentDependencyLink.newWTDocumentDependencyLink(WTDocument describes,
WTDocument describedBy)
Default factory for the class. |
WTDocumentDependencyLink |
StandardWTDocumentService.createDependencyLink(WTDocument doc,
WTDocument referenced_doc,
String comment)
Convenience method for creating a dependency link between two documents. |
private WTDocumentDependencyLink |
StandardWTDocumentService.getLatestDependencyLink(WTDocument work_copy,
WTDocumentDependencyLink link)
Used in updating and removing dependency links. |
Methods in wt.doc with parameters of type WTDocumentDependencyLink | |
void |
WTDocumentServiceFwd.removeDependencyLink(WTDocumentDependencyLink link)
Convenience method for removing a dependency link between two documents. |
void |
WTDocumentService.removeDependencyLink(WTDocumentDependencyLink link)
Convenience method for removing a dependency link between two documents. |
protected boolean |
WTDocumentDependencyLink.readVersion(WTDocumentDependencyLink thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
StandardWTDocumentService.removeDependencyLink(WTDocumentDependencyLink link)
Convenience method for removing a dependency link between two documents. |
private WTDocumentDependencyLink |
StandardWTDocumentService.getLatestDependencyLink(WTDocument work_copy,
WTDocumentDependencyLink link)
Used in updating and removing dependency links. |
private void |
DependencyViewProcessor.printOneTableRow(WTDocument current,
WTDocumentDependencyLink link,
Vector display_attributes,
PrintWriter out,
Locale locale,
String bgcolor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |