wt.replication.export
Class ReplicationEPMDocStruct

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

public class ReplicationEPMDocStruct
extends Object
implements ReplicationProductStruct



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  EPMDocConfigSpec epmDOCConfigSpec
           
private  Navigator navigator
           
private static String RESOURCE
           
 
Constructor Summary
ReplicationEPMDocStruct()
           
 
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
static void printEPMDocSeed(UnitSeedLink seedLink)
           
private  void setEpmDOCConfigSpec(WTUnit a_unit)
           
private  void setNavigator(Persistable a_object, ConfigSpec a_configSpec)
           
 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

navigator

private Navigator navigator

epmDOCConfigSpec

private EPMDocConfigSpec epmDOCConfigSpec
Constructor Detail

ReplicationEPMDocStruct

public ReplicationEPMDocStruct()
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

setNavigator

private void setNavigator(Persistable a_object,
                          ConfigSpec a_configSpec)
                   throws WTException
Throws:
WTException

setEpmDOCConfigSpec

private void setEpmDOCConfigSpec(WTUnit a_unit)
                          throws WTException
Throws:
WTException

printEPMDocSeed

public static void printEPMDocSeed(UnitSeedLink seedLink)