wt.replication.export
Class RepEPMDocAndWTPartStructs

java.lang.Object
  extended bywt.replication.export.RepEPMDocAndWTPartStructs
All Implemented Interfaces:
ReplicationProductStruct

public class RepEPMDocAndWTPartStructs
extends Object
implements ReplicationProductStruct



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
RepEPMDocAndWTPartStructs()
           
 
Method Summary
 void export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 Class getReplicator(String a_className)
          

Supported API: false
 boolean isProductStructBaselinable()
          

Supported API: false
 void visitOnImport(WTUnit a_unit, WTObject a_object)
          

Supported API: false
 
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
Constructor Detail

RepEPMDocAndWTPartStructs

public RepEPMDocAndWTPartStructs()
Method Detail

export

public void export(WTUnit a_unit,
                   ExportHandler a_expHandler)
            throws WTException


Supported API: false

Specified by:
export in interface ReplicationProductStruct
Parameters:
a_unit -
a_expHandler -
Throws:
WTException

isProductStructBaselinable

public boolean isProductStructBaselinable()


Supported API: false

Specified by:
isProductStructBaselinable in interface ReplicationProductStruct
Returns:
boolean

visitOnImport

public void visitOnImport(WTUnit a_unit,
                          WTObject a_object)
                   throws WTException


Supported API: false

Specified by:
visitOnImport in interface ReplicationProductStruct
Parameters:
a_unit -
a_object -
Throws:
WTException

getReplicator

public Class getReplicator(String a_className)
                    throws WTException


Supported API: false

Specified by:
getReplicator in interface ReplicationProductStruct
Parameters:
a_className -
Returns:
Class
Throws:
WTException