public class ExportOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ExportOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAcls()
Gets whether ACLs of nodes are exported.
|
boolean |
getAttributeInfo()
Gets whether categories are exported.
|
String |
getCallbackHandlerName()
Gets the callback handler to use.
|
int |
getChildDepth()
Gets the child depth of the heirarchy to export.
|
ExportContent |
getContent()
Gets how the content of documents is exported.
|
boolean |
getExtUserInfo()
Gets whether the creator, owner and group owner are exported.
|
Boolean |
getFollowAliases()
Gets whether to follow aliases (shortcuts).
|
String |
getHandlerName()
Gets the name of the export handler.
|
String |
getNameSpaceTag()
Gets the namespace to pre-append to Content Server tags (when schema is enabled).
|
boolean |
getNodeInfo()
Gets whether the DAPINODE is exported.
|
boolean |
getPermissions()
Gets whether the creator/owner of nodes and ACLs are exported.
|
boolean |
getSchema()
Gets whether a link to the Content Server schema is added.
|
ExportScope |
getScope()
Gets the scope of a parent to export.
|
String |
getStyleSheet()
Gets the stylesheet to apply to perform the transform (when transform is enabled).
|
String |
getTransform()
Gets whether a transform will be performed on the exported content.
|
ExportVersionInfo |
getVersionInfo()
Gets the controls for the versions of documents.
|
long |
getVersionNumber()
Gets the specific version that is exported of a document.
|
String[] |
getXmlAttributes()
Gets the list of strings that set which XML attriubtes to run during the export.
|
String |
getXmlAttributes(int index)
Gets the value at the specified index in the XmlAttributes array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAcls(boolean value)
Sets whether ACLs of nodes are exported.
|
void |
setAttributeInfo(boolean value)
Sets whether categories are exported.
|
void |
setCallbackHandlerName(String value)
Sets the callback handler to use.
|
void |
setChildDepth(int value)
Sets the child depth of the heirarchy to export.
|
void |
setContent(ExportContent value)
Sets how the content of documents is exported.
|
void |
setExtUserInfo(boolean value)
Sets whether the creator, owner and group owner are exported.
|
void |
setFollowAliases(Boolean value)
Sets whether to follow aliases (shortcuts).
|
void |
setHandlerName(String value)
Sets the name of the export handler.
|
void |
setNameSpaceTag(String value)
Sets the namespace to pre-append to Content Server tags (when schema is enabled).
|
void |
setNodeInfo(boolean value)
Sets whether the DAPINODE is exported.
|
void |
setPermissions(boolean value)
Sets whether the creator/owner of nodes and ACLs are exported.
|
void |
setSchema(boolean value)
Sets whether a link to the Content Server schema is added.
|
void |
setScope(ExportScope value)
Sets the scope of a parent to export.
|
void |
setStyleSheet(String value)
Sets the stylesheet to apply to perform the transform (when transform is enabled).
|
void |
setTransform(String value)
Sets whether a transform will be performed on the exported content.
|
void |
setVersionInfo(ExportVersionInfo value)
Sets the controls for the versions of documents.
|
void |
setVersionNumber(long value)
Sets the specific version that is exported of a document.
|
void |
setXmlAttributes(int index,
String value)
Sets the value at the specified index in the fXmlAttributes array.
|
void |
setXmlAttributes(String[] value)
Sets the list of strings that set which XML attriubtes to run during the export.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setAcls(boolean value)
public boolean getAcls()
public void setAttributeInfo(boolean value)
public boolean getAttributeInfo()
public void setCallbackHandlerName(String value)
public String getCallbackHandlerName()
public void setChildDepth(int value)
public int getChildDepth()
public void setContent(ExportContent value)
public ExportContent getContent()
public void setExtUserInfo(boolean value)
public boolean getExtUserInfo()
public void setFollowAliases(Boolean value)
public Boolean getFollowAliases()
public void setHandlerName(String value)
public String getHandlerName()
public void setNameSpaceTag(String value)
public String getNameSpaceTag()
public void setNodeInfo(boolean value)
public boolean getNodeInfo()
public void setPermissions(boolean value)
public boolean getPermissions()
public void setSchema(boolean value)
public boolean getSchema()
public void setScope(ExportScope value)
public ExportScope getScope()
public void setStyleSheet(String value)
public String getStyleSheet()
public void setTransform(String value)
public String getTransform()
public void setVersionInfo(ExportVersionInfo value)
public ExportVersionInfo getVersionInfo()
public void setVersionNumber(long value)
public long getVersionNumber()
public void setXmlAttributes(String[] value)
public String[] getXmlAttributes()
public void setXmlAttributes(int index, String value)
public String getXmlAttributes(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.