|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.clientAccess.ExportImportParameters
public class ExportImportParameters
The mapping rule file in XML format.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
String |
getActionName()
Gets the value of the attribute: actionName; The action which will be applied for all applicable objects during export or import. |
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. |
wt.ixb.clientAccess.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. |
wt.ixb.clientAccess.IXBStreamer |
getRuleFile()
Gets the value of the attribute: ruleFile; The mapping rule and properties file in XML format. |
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 |
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 |
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 |
setPolicyFile(wt.ixb.clientAccess.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(wt.ixb.clientAccess.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isPreviewOnly()
public void setPreviewOnly(boolean a_PreviewOnly)
throws WTPropertyVetoException
a_PreviewOnly -
WTPropertyVetoExceptionpublic boolean isValidation()
public void setValidation(boolean a_Validation)
throws WTPropertyVetoException
a_Validation -
WTPropertyVetoExceptionpublic wt.ixb.clientAccess.IXBStreamer getRuleFile()
public void setRuleFile(wt.ixb.clientAccess.IXBStreamer a_RuleFile)
throws WTPropertyVetoException
a_RuleFile -
WTPropertyVetoExceptionpublic wt.ixb.clientAccess.IXBStreamer getPolicyFile()
public void setPolicyFile(wt.ixb.clientAccess.IXBStreamer a_PolicyFile)
throws WTPropertyVetoException
a_PolicyFile -
WTPropertyVetoExceptionpublic String getActionName()
public void setActionName(String a_ActionName)
throws WTPropertyVetoException
a_ActionName -
WTPropertyVetoExceptionpublic String getGuiId()
public void setGuiId(String a_GuiId)
throws WTPropertyVetoException
a_GuiId -
WTPropertyVetoExceptionpublic String getDtd()
public void setDtd(String a_Dtd)
throws WTPropertyVetoException
a_Dtd -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||