wt.replication.export
Class ExportHandler

java.lang.Object
  extended bywt.replication.export.ExportHandler

public class ExportHandler
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  boolean epmDocsExported
           
private  boolean prodStructBaselinable
           
private static String RESOURCE
           
private  Hashtable theExportedObjects
           
private  Exporter theExporter
           
private  ReplicationBaseline theReplicationBaseline
           
private  WTUnit theUnit
           
private  boolean wtDocsExported
           
private  boolean wtPartsExported
           
 
Constructor Summary
ExportHandler(WTUnit a_unit, boolean a_prodStructBaselinable)
          

Supported API: false
 
Method Summary
 void doExportFinalize()
          

Supported API: false
 boolean doExportObject(WTObject a_object)
          

Supported API: false
 boolean isEpmDocsExported()
          Gets the value of the attribute: epmDocsExported.
 boolean isObjectExported(WTObject a_object)
          

Supported API: false
 boolean isWtDocsExported()
          Gets the value of the attribute: wtDocsExported.
 boolean isWtPartsExported()
          Gets the value of the attribute: wtPartsExported.
 void setEpmDocsExported(boolean a_EpmDocsExported)
          Sets the value of the attribute: epmDocsExported.
 void setWtDocsExported(boolean a_WtDocsExported)
          Sets the value of the attribute: wtDocsExported.
 void setWtPartsExported(boolean a_WtPartsExported)
          Sets the value of the attribute: wtPartsExported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

wtPartsExported

private boolean wtPartsExported

epmDocsExported

private boolean epmDocsExported

wtDocsExported

private boolean wtDocsExported

theUnit

private WTUnit theUnit

prodStructBaselinable

private boolean prodStructBaselinable

theExportedObjects

private Hashtable theExportedObjects

theExporter

private Exporter theExporter

theReplicationBaseline

private ReplicationBaseline theReplicationBaseline
Constructor Detail

ExportHandler

public ExportHandler(WTUnit a_unit,
                     boolean a_prodStructBaselinable)
              throws WTException


Supported API: false

Parameters:
a_unit -
a_prodStructBaselinable -
Throws:
WTException
Method Detail

isWtPartsExported

public boolean isWtPartsExported()
Gets the value of the attribute: wtPartsExported.

Supported API: false

Returns:
boolean

setWtPartsExported

public void setWtPartsExported(boolean a_WtPartsExported)
                        throws WTPropertyVetoException
Sets the value of the attribute: wtPartsExported.

Supported API: false

Parameters:
a_WtPartsExported -
Throws:
WTPropertyVetoException

isEpmDocsExported

public boolean isEpmDocsExported()
Gets the value of the attribute: epmDocsExported.

Supported API: false

Returns:
boolean

setEpmDocsExported

public void setEpmDocsExported(boolean a_EpmDocsExported)
                        throws WTPropertyVetoException
Sets the value of the attribute: epmDocsExported.

Supported API: false

Parameters:
a_EpmDocsExported -
Throws:
WTPropertyVetoException

isWtDocsExported

public boolean isWtDocsExported()
Gets the value of the attribute: wtDocsExported.

Supported API: false

Returns:
boolean

setWtDocsExported

public void setWtDocsExported(boolean a_WtDocsExported)
                       throws WTPropertyVetoException
Sets the value of the attribute: wtDocsExported.

Supported API: false

Parameters:
a_WtDocsExported -
Throws:
WTPropertyVetoException

isObjectExported

public boolean isObjectExported(WTObject a_object)


Supported API: false

Parameters:
a_object -
Returns:
boolean

doExportObject

public boolean doExportObject(WTObject a_object)
                       throws WTException


Supported API: false

Parameters:
a_object -
Returns:
boolean
Throws:
WTException

doExportFinalize

public void doExportFinalize()
                      throws WTException


Supported API: false

Throws:
WTException