public class CopyOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
CopyOptions() |
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 |
getCopyCurrent()
Gets whether to copy only the current version of the node.
|
boolean |
getCurrentUserAsOwner()
Gets whether to use the currently authenticated user as the creator of the node created by the copy operation.
|
boolean |
getKeepReservedState()
Gets whether the copied node will keep its reserved state.
|
boolean |
getKeepVersionLocks()
Gets whether all copied versions will keep their Locked state.
|
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 |
setCopyCurrent(boolean value)
Sets whether to copy only the current version of the node.
|
void |
setCurrentUserAsOwner(boolean value)
Sets whether to use the currently authenticated user as the creator of the node created by the copy operation.
|
void |
setKeepReservedState(boolean value)
Sets whether the copied node will keep its reserved state.
|
void |
setKeepVersionLocks(boolean value)
Sets whether all copied versions will keep their Locked state.
|
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 setCopyCurrent(boolean value)
public boolean getCopyCurrent()
public void setCurrentUserAsOwner(boolean value)
public boolean getCurrentUserAsOwner()
public void setKeepReservedState(boolean value)
public boolean getKeepReservedState()
public void setKeepVersionLocks(boolean value)
public boolean getKeepVersionLocks()
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.