public class MoveOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
MoveOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAddVersion()
Gets whether the current version of the node to copy is copied as the latest version.
|
AttributeSourceType |
getAttrSourceType()
Gets whether the copied node gets the original or destination parent categories or both (merge).
|
boolean |
getForceInheritPermissions()
Gets whether to force the moved nodes to inherit the permissions of the destination.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAddVersion(boolean value)
Sets whether the current version of the node to copy is copied as the latest version.
|
void |
setAttrSourceType(AttributeSourceType value)
Sets whether the copied node gets the original or destination parent categories or both (merge).
|
void |
setForceInheritPermissions(boolean value)
Sets whether to force the moved nodes to inherit the permissions of the destination.
|
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 setAddVersion(boolean value)
public boolean getAddVersion()
public void setAttrSourceType(AttributeSourceType value)
public AttributeSourceType getAttrSourceType()
public void setForceInheritPermissions(boolean value)
public boolean getForceInheritPermissions()
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.