Package wt.doc
Class DocumentContentStructureVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.doc.DocumentContentStructureVisitor
- All Implemented Interfaces:
Serializable,Visitor
Collects all of the primary content ApplicationData of the documents
in the navigation of the structure. This is used to download all primary
files from a structure so content items of type URL are ignored since
they cannot be download as file content.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited) When visiting a node add the primary content ApplicationData to the vector if the node has not been previously visited.
-
Method Details
-
visit
public boolean visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited) throws WTException When visiting a node add the primary content ApplicationData to the vector if the node has not been previously visited.
Supported API: true- Specified by:
visitin interfaceVisitor- Overrides:
visitin classVisitorAdapter- Parameters:
fromNode-link-toNode-level-previouslyVisited-- Returns:
- boolean
- Throws:
WTException- See Also:
-