|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.replication.export.ExportHandler
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 |
private static final String RESOURCE
private static final String CLASSNAME
private boolean wtPartsExported
private boolean epmDocsExported
private boolean wtDocsExported
private WTUnit theUnit
private boolean prodStructBaselinable
private Hashtable theExportedObjects
private Exporter theExporter
private ReplicationBaseline theReplicationBaseline
Constructor Detail |
public ExportHandler(WTUnit a_unit, boolean a_prodStructBaselinable) throws WTException
a_unit
- a_prodStructBaselinable
-
WTException
Method Detail |
public boolean isWtPartsExported()
public void setWtPartsExported(boolean a_WtPartsExported) throws WTPropertyVetoException
a_WtPartsExported
-
WTPropertyVetoException
public boolean isEpmDocsExported()
public void setEpmDocsExported(boolean a_EpmDocsExported) throws WTPropertyVetoException
a_EpmDocsExported
-
WTPropertyVetoException
public boolean isWtDocsExported()
public void setWtDocsExported(boolean a_WtDocsExported) throws WTPropertyVetoException
a_WtDocsExported
-
WTPropertyVetoException
public boolean isObjectExported(WTObject a_object)
a_object
-
public boolean doExportObject(WTObject a_object) throws WTException
a_object
-
WTException
public void doExportFinalize() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |