public class NodeVersionInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeVersionInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAdvancedVersionControl()
Gets the flag indicating whether the node uses advanced versioning.
|
Long |
getFileDataSize()
Gets the data size of the current version of the node.
|
Long |
getFileResSize()
Gets the resource size of the current version of the node.
|
Long |
getMajor()
Gets the current major version number of the node.
|
String |
getMimeType()
Gets the MIME type of the current version number of the node.
|
boolean |
getSupportsAdvancedVersionControl()
Gets the flag indicating whether the node supports advanced versioning.
|
long |
getVersionNum()
Gets the current version number of the node.
|
Version[] |
getVersions()
Gets the list of versions of the node.
|
Version |
getVersions(int index)
Gets the value at the specified index in the Versions array.
|
Integer |
getVersionsToKeep()
Gets the number of versions that will be kept.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAdvancedVersionControl(boolean value)
Sets the flag indicating whether the node uses advanced versioning.
|
void |
setFileDataSize(Long value)
Sets the data size of the current version of the node.
|
void |
setFileResSize(Long value)
Sets the resource size of the current version of the node.
|
void |
setMajor(Long value)
Sets the current major version number of the node.
|
void |
setMimeType(String value)
Sets the MIME type of the current version number of the node.
|
void |
setSupportsAdvancedVersionControl(boolean value)
Sets the flag indicating whether the node supports advanced versioning.
|
void |
setVersionNum(long value)
Sets the current version number of the node.
|
void |
setVersions(int index,
Version value)
Sets the value at the specified index in the fVersions array.
|
void |
setVersions(Version[] value)
Sets the list of versions of the node.
|
void |
setVersionsToKeep(Integer value)
Sets the number of versions that will be kept.
|
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 setAdvancedVersionControl(boolean value)
public boolean getAdvancedVersionControl()
public void setFileDataSize(Long value)
public Long getFileDataSize()
public void setFileResSize(Long value)
public Long getFileResSize()
public void setMajor(Long value)
public Long getMajor()
public void setMimeType(String value)
public String getMimeType()
public void setSupportsAdvancedVersionControl(boolean value)
public boolean getSupportsAdvancedVersionControl()
public void setVersionNum(long value)
public long getVersionNum()
public void setVersions(Version[] value)
public Version[] getVersions()
public void setVersions(int index, Version value)
public Version getVersions(int index)
public void setVersionsToKeep(Integer value)
public Integer getVersionsToKeep()
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.