wt.ixb.clientAccess
Class ObjectImportParameters

java.lang.Object
  extended by wt.ixb.clientAccess.ExportImportParameters
      extended by wt.ixb.clientAccess.ObjectImportParameters
All Implemented Interfaces:
Externalizable, Serializable

public class ObjectImportParameters
extends ExportImportParameters
implements Externalizable



Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 wt.ixb.clientAccess.IXBStreamer getContainerMappingFile()
          Gets the value of the attribute: containerMappingFile.
 wt.ixb.clientAccess.IXBStreamer getDataFile()
          Gets the value of the attribute: dataFile; The data file (generally in *.jar format) containing meta data files and content data files for import.
 boolean isOverrideConflicts()
          Gets the value of the attribute: overrideConflicts; Specify the overrideable conflicts will be overrided or not.
 void setContainerMappingFile(wt.ixb.clientAccess.IXBStreamer a_ContainerMappingFile)
          Sets the value of the attribute: containerMappingFile.
 void setDataFile(wt.ixb.clientAccess.IXBStreamer a_DataFile)
          Sets the value of the attribute: dataFile; The data file (generally in *.jar format) containing meta data files and content data files for import.
 void setOverrideConflicts(boolean a_OverrideConflicts)
          Sets the value of the attribute: overrideConflicts; Specify the overrideable conflicts will be overrided or not.
 
Methods inherited from class wt.ixb.clientAccess.ExportImportParameters
getActionName, getDtd, getGuiId, getPolicyFile, getRuleFile, isPreviewOnly, isValidation, setActionName, setDtd, setGuiId, setPolicyFile, setPreviewOnly, setRuleFile, setValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainerMappingFile

public wt.ixb.clientAccess.IXBStreamer getContainerMappingFile()
Gets the value of the attribute: containerMappingFile.

Supported API: true

Returns:
IXBStreamer

setContainerMappingFile

public void setContainerMappingFile(wt.ixb.clientAccess.IXBStreamer a_ContainerMappingFile)
                             throws WTPropertyVetoException
Sets the value of the attribute: containerMappingFile.

Supported API: true

Parameters:
a_ContainerMappingFile -
Throws:
WTPropertyVetoException

isOverrideConflicts

public boolean isOverrideConflicts()
Gets the value of the attribute: overrideConflicts; Specify the overrideable conflicts will be overrided or not.

Supported API: true

Returns:
boolean

setOverrideConflicts

public void setOverrideConflicts(boolean a_OverrideConflicts)
                          throws WTPropertyVetoException
Sets the value of the attribute: overrideConflicts; Specify the overrideable conflicts will be overrided or not.

Supported API: true

Parameters:
a_OverrideConflicts -
Throws:
WTPropertyVetoException

getDataFile

public wt.ixb.clientAccess.IXBStreamer getDataFile()
Gets the value of the attribute: dataFile; The data file (generally in *.jar format) containing meta data files and content data files for import.

Supported API: true

Returns:
IXBStreamer

setDataFile

public void setDataFile(wt.ixb.clientAccess.IXBStreamer a_DataFile)
                 throws WTPropertyVetoException
Sets the value of the attribute: dataFile; The data file (generally in *.jar format) containing meta data files and content data files for import.

Supported API: true

Parameters:
a_DataFile -
Throws:
WTPropertyVetoException