public class ImportOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ImportOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackHandlerName()
Gets the callback handler to use (if set).
|
boolean |
getCreator()
Gets whether the exported node's creator should be the creator of the imported node.
|
long |
getCreatorID()
Gets the creator of all nodes to be imported (if set).
|
boolean |
getDontAddAcls()
Gets whether the ACLs from exported nodes will not be added to any imported nodes.
|
boolean |
getExtUserInfo()
Gets whether the creator, owner and group owner of an exported node will be used for the imported nodes creator, owner and group owner.
|
boolean |
getGroupOwner()
Gets whether the exported node's group owner should be the group owner of the imported node.
|
long |
getGroupOwnerID()
Gets the group owner of all nodes to be imported (if set).
|
String |
getHandlerName()
Gets the name of the export handler (if set).
|
int |
getInheritPermissions()
Gets whether exported node premissions will be applied to imported nodes.
|
boolean |
getOwner()
Gets whether the exported node's owner should be the owner of the imported node.
|
long |
getOwnerID()
Gets the owner of all nodes to be imported (if set).
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCallbackHandlerName(String value)
Sets the callback handler to use (if set).
|
void |
setCreator(boolean value)
Sets whether the exported node's creator should be the creator of the imported node.
|
void |
setCreatorID(long value)
Sets the creator of all nodes to be imported (if set).
|
void |
setDontAddAcls(boolean value)
Sets whether the ACLs from exported nodes will not be added to any imported nodes.
|
void |
setExtUserInfo(boolean value)
Sets whether the creator, owner and group owner of an exported node will be used for the imported nodes creator, owner and group owner.
|
void |
setGroupOwner(boolean value)
Sets whether the exported node's group owner should be the group owner of the imported node.
|
void |
setGroupOwnerID(long value)
Sets the group owner of all nodes to be imported (if set).
|
void |
setHandlerName(String value)
Sets the name of the export handler (if set).
|
void |
setInheritPermissions(int value)
Sets whether exported node premissions will be applied to imported nodes.
|
void |
setOwner(boolean value)
Sets whether the exported node's owner should be the owner of the imported node.
|
void |
setOwnerID(long value)
Sets the owner of all nodes to be imported (if set).
|
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 setCallbackHandlerName(String value)
public String getCallbackHandlerName()
public void setCreator(boolean value)
public boolean getCreator()
public void setCreatorID(long value)
public long getCreatorID()
public void setDontAddAcls(boolean value)
public boolean getDontAddAcls()
public void setExtUserInfo(boolean value)
public boolean getExtUserInfo()
public void setGroupOwner(boolean value)
public boolean getGroupOwner()
public void setGroupOwnerID(long value)
public long getGroupOwnerID()
public void setHandlerName(String value)
public String getHandlerName()
public void setInheritPermissions(int value)
public int getInheritPermissions()
public void setOwner(boolean value)
public boolean getOwner()
public void setOwnerID(long value)
public long getOwnerID()
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.