|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.visitor.VisitorAdapter
wt.replication.export.ExportUnitVisitor
This class implements the Visitor interface. The visit() method is implemented to add a replicated item to the replication unit - WTUnit.
This class also contains a reference to a StandardExportService. This
is necessary becuase the visit() method must use a protected method on
this service. Therefore, this class is only intended for use with the
StandardExportService.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private ExportHandler |
theExportHandler
Deprecated. |
Constructor Summary | |
ExportUnitVisitor(ExportHandler a_expHandler)
Deprecated. |
Method Summary | |
private void |
exportDescribedByWTDocuments(WTPart part)
Deprecated. |
private void |
exportEPMBuildLinksRule(WTPart part)
Deprecated. |
private void |
exportEPMDocStuff(EPMDocument epmDoc,
Link link)
Deprecated. |
private void |
exportWTPartStuff(WTPart part,
WTPartUsageLink usageLink,
int level)
Deprecated. |
private void |
printDescribeLink(WTPartDescribeLink describeLink)
Deprecated. |
private void |
printEPMBuildLinksRule(EPMBuildLinksRule buildRule)
Deprecated. |
private void |
printEPMDocument(EPMDocument epmDoc)
Deprecated. |
private void |
printEPMMemberLink(EPMMemberLink link)
Deprecated. |
private void |
printEPMReferenceLink(EPMReferenceLink link)
Deprecated. |
private void |
printUsageLink(WTPartUsageLink link)
Deprecated. |
private void |
printWTDocument(WTDocument doc)
Deprecated. |
private void |
printWTPart(WTPart part,
int level,
int quantity)
Deprecated. |
boolean |
visit(Persistable fromNode,
Link link,
Persistable toNode,
int level,
boolean previouslyVisited)
Deprecated. |
Methods inherited from class wt.visitor.VisitorAdapter |
visitLevel, visitLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ExportHandler theExportHandler
Constructor Detail |
public ExportUnitVisitor(ExportHandler a_expHandler)
a_expHandler
- Method Detail |
public boolean visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited) throws WTException
visit
in interface Visitor
visit
in class VisitorAdapter
fromNode
- link
- toNode
- level
- previouslyVisited
-
WTException
private void exportWTPartStuff(WTPart part, WTPartUsageLink usageLink, int level) throws WTException
WTException
private void exportEPMDocStuff(EPMDocument epmDoc, Link link) throws WTException
WTException
private void exportEPMBuildLinksRule(WTPart part) throws WTException
WTException
private void exportDescribedByWTDocuments(WTPart part) throws WTException
WTException
private void printWTPart(WTPart part, int level, int quantity) throws WTException
WTException
private void printUsageLink(WTPartUsageLink link) throws WTException
WTException
private void printWTDocument(WTDocument doc) throws WTException
WTException
private void printDescribeLink(WTPartDescribeLink describeLink) throws WTException
WTException
private void printEPMDocument(EPMDocument epmDoc) throws WTException
WTException
private void printEPMMemberLink(EPMMemberLink link) throws WTException
WTException
private void printEPMReferenceLink(EPMReferenceLink link) throws WTException
WTException
private void printEPMBuildLinksRule(EPMBuildLinksRule buildRule) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |