|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.clientAccess.ExportImportParameters
The mapping rule file in XML format.
Supported API: true
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CLASSNAME
|
private WTContainerRef |
container
|
private boolean |
detailedLog
|
private String |
dtd
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
guiId
|
private Locale |
locale
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private IXBStreamer |
policyFile
|
private boolean |
previewOnly
|
private static String |
RESOURCE
|
private IXBStreamer |
ruleFile
|
(package private) static long |
serialVersionUID
|
private boolean |
validation
|
Constructor Summary | |
ExportImportParameters()
|
Method Summary | |
private void |
actionNameValidate(String a_ActionName)
|
private void |
containerValidate(WTContainerRef a_Container)
|
private void |
dtdValidate(String a_Dtd)
|
String |
getActionName()
Gets the value of the attribute: actionName; The action which will be applied for all applicable objects during export or import. |
WTContainerRef |
getContainer()
Gets the value of the attribute: container; This parameter specifies the WTContainerRef where the export or import is launched. |
String |
getDtd()
Gets the value of the attribute: dtd; The DTD for export or import. |
String |
getGuiId()
Gets the value of the attribute: guiId; The unique identifier to identify the export or import request from each client. |
Locale |
getLocale()
Gets the value of the attribute: locale. |
IXBStreamer |
getPolicyFile()
Gets the value of the attribute: policyFile; This attribute specifies the policy (such as import action, mapping, etc) for export/import in XSL file format. |
IXBStreamer |
getRuleFile()
Gets the value of the attribute: ruleFile; The mapping rule and properties file in XML format. |
private void |
guiIdValidate(String a_GuiId)
|
boolean |
isDetailedLog()
Gets the value of the attribute: detailedLog. |
boolean |
isPreviewOnly()
Gets the value of the attribute: previewOnly; If this parameter is set to true, the actual export or import will not be performed. |
boolean |
isValidation()
Gets the value of the attribute: validation; This parameter specifies whether the XML files should be validated against the DTD or not. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ExportImportParameters thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setActionName(String a_ActionName)
Sets the value of the attribute: actionName; The action which will be applied for all applicable objects during export or import. |
void |
setContainer(WTContainerRef a_Container)
Sets the value of the attribute: container; This parameter specifies the WTContainerRef where the export or import is launched. |
void |
setDetailedLog(boolean a_DetailedLog)
Sets the value of the attribute: detailedLog. |
void |
setDtd(String a_Dtd)
Sets the value of the attribute: dtd; The DTD for export or import. |
void |
setGuiId(String a_GuiId)
Sets the value of the attribute: guiId; The unique identifier to identify the export or import request from each client. |
void |
setLocale(Locale a_Locale)
Sets the value of the attribute: locale. |
void |
setPolicyFile(IXBStreamer a_PolicyFile)
Sets the value of the attribute: policyFile; This attribute specifies the policy (such as import action, mapping, etc) for export/import in XSL file format. |
void |
setPreviewOnly(boolean a_PreviewOnly)
Sets the value of the attribute: previewOnly; If this parameter is set to true, the actual export or import will not be performed. |
void |
setRuleFile(IXBStreamer a_RuleFile)
Sets the value of the attribute: ruleFile; The mapping rule and properties file in XML format. |
void |
setValidation(boolean a_Validation)
Sets the value of the attribute: validation; This parameter specifies whether the XML files should be validated against the DTD or not. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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 WTContainerRef container
private boolean previewOnly
private boolean validation
private boolean detailedLog
private IXBStreamer ruleFile
private IXBStreamer policyFile
private String actionName
private String guiId
private String dtd
private Locale locale
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ExportImportParameters()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ExportImportParameters thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public WTContainerRef getContainer()
WTContainerRef
where the export or import is launched.
public void setContainer(WTContainerRef a_Container) throws WTPropertyVetoException
WTContainerRef
where the export or import is launched.
a_Container
-
WTPropertyVetoException
private void containerValidate(WTContainerRef a_Container) throws WTPropertyVetoException
a_Container
-
WTPropertyVetoException
public boolean isPreviewOnly()
public void setPreviewOnly(boolean a_PreviewOnly) throws WTPropertyVetoException
a_PreviewOnly
-
WTPropertyVetoException
public boolean isValidation()
public void setValidation(boolean a_Validation) throws WTPropertyVetoException
a_Validation
-
WTPropertyVetoException
public boolean isDetailedLog()
public void setDetailedLog(boolean a_DetailedLog) throws WTPropertyVetoException
a_DetailedLog
-
WTPropertyVetoException
public IXBStreamer getRuleFile()
public void setRuleFile(IXBStreamer a_RuleFile) throws WTPropertyVetoException
a_RuleFile
-
WTPropertyVetoException
public IXBStreamer getPolicyFile()
public void setPolicyFile(IXBStreamer a_PolicyFile) throws WTPropertyVetoException
a_PolicyFile
-
WTPropertyVetoException
public String getActionName()
public void setActionName(String a_ActionName) throws WTPropertyVetoException
a_ActionName
-
WTPropertyVetoException
private void actionNameValidate(String a_ActionName) throws WTPropertyVetoException
a_ActionName
-
WTPropertyVetoException
public String getGuiId()
public void setGuiId(String a_GuiId) throws WTPropertyVetoException
a_GuiId
-
WTPropertyVetoException
private void guiIdValidate(String a_GuiId) throws WTPropertyVetoException
a_GuiId
-
WTPropertyVetoException
public String getDtd()
public void setDtd(String a_Dtd) throws WTPropertyVetoException
a_Dtd
-
WTPropertyVetoException
private void dtdValidate(String a_Dtd) throws WTPropertyVetoException
a_Dtd
-
WTPropertyVetoException
public Locale getLocale()
public void setLocale(Locale a_Locale) throws WTPropertyVetoException
a_Locale
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |