public class Node extends ServiceDataObject implements Serializable
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCatalog()
Gets the integer controlling the display of the node in Content Server's browse view (0=list,1=featured,2=hidden).
|
String |
getComment()
Gets the comment for the node.
|
NodeContainerInfo |
getContainerInfo()
Gets the ContainerInfo object for the node, if it is a container.
|
Date |
getCreateDate()
Gets the date the node was created.
|
Long |
getCreatedBy()
Gets the ID of the user who created the node.
|
String |
getDisplayType()
Gets the localized type name of the node.
|
NodeFeature[] |
getFeatures()
Gets the additional node features, specific to the type of the node.
|
NodeFeature |
getFeatures(int index)
Gets the value at the specified index in the Features array.
|
long |
getID()
Gets the ID of the node.
|
boolean |
getIsContainer()
Gets the flag indicating whether the node is a container.
|
boolean |
getIsReference()
Gets the flag indicating whether the node is a reference to another node.
|
boolean |
getIsReservable()
Gets the flag indicating whether the node supports reservation.
|
boolean |
getIsVersionable()
Gets the flag indicating whether the node supports versions.
|
Metadata |
getMetadata()
Gets the metadata for the node - null if metadata is not specified.
|
Date |
getModifyDate()
Gets the date the node was last modified.
|
String |
getName()
Gets the name of the node.
|
String |
getNickname()
Gets the nickname of the node.
|
long |
getParentID()
Gets the ID of the parent node of the node.
|
boolean |
getPartialData()
Gets the flag indicating whether the node's data is partially filled or complete.
|
NodePermissions |
getPermissions()
Gets the Permissions object representing the authenticated user's permission on the node.
|
Long |
getPosition()
Gets the position of the node (used for nodes contained in compound documents).
|
NodeReferenceInfo |
getReferenceInfo()
Gets the NodeReferenceInfo object for the node, if it is a reference node.
|
boolean |
getReleased()
Gets the flag indicating whether the node is released.
|
NodeReservationInfo |
getReservationInfo()
Gets the NodeReservationInfo object for the node, if it is reservable.
|
String |
getType()
Gets the type name of the node.
|
NodeVersionInfo |
getVersionInfo()
Gets the NodeVersionInfo object for the node, if it supports versions.
|
long |
getVolumeID()
Gets the volume ID of the node.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCatalog(Integer value)
Sets the integer controlling the display of the node in Content Server's browse view (0=list,1=featured,2=hidden).
|
void |
setComment(String value)
Sets the comment for the node.
|
void |
setContainerInfo(NodeContainerInfo value)
Sets the ContainerInfo object for the node, if it is a container.
|
void |
setCreateDate(Date value)
Sets the date the node was created.
|
void |
setCreatedBy(Long value)
Sets the ID of the user who created the node.
|
void |
setDisplayType(String value)
Sets the localized type name of the node.
|
void |
setFeatures(int index,
NodeFeature value)
Sets the value at the specified index in the fFeatures array.
|
void |
setFeatures(NodeFeature[] value)
Sets the additional node features, specific to the type of the node.
|
void |
setID(long value)
Sets the ID of the node.
|
void |
setIsContainer(boolean value)
Sets the flag indicating whether the node is a container.
|
void |
setIsReference(boolean value)
Sets the flag indicating whether the node is a reference to another node.
|
void |
setIsReservable(boolean value)
Sets the flag indicating whether the node supports reservation.
|
void |
setIsVersionable(boolean value)
Sets the flag indicating whether the node supports versions.
|
void |
setMetadata(Metadata value)
Sets the metadata for the node - null if metadata is not specified.
|
void |
setModifyDate(Date value)
Sets the date the node was last modified.
|
void |
setName(String value)
Sets the name of the node.
|
void |
setNickname(String value)
Sets the nickname of the node.
|
void |
setParentID(long value)
Sets the ID of the parent node of the node.
|
void |
setPartialData(boolean value)
Sets the flag indicating whether the node's data is partially filled or complete.
|
void |
setPermissions(NodePermissions value)
Sets the Permissions object representing the authenticated user's permission on the node.
|
void |
setPosition(Long value)
Sets the position of the node (used for nodes contained in compound documents).
|
void |
setReferenceInfo(NodeReferenceInfo value)
Sets the NodeReferenceInfo object for the node, if it is a reference node.
|
void |
setReleased(boolean value)
Sets the flag indicating whether the node is released.
|
void |
setReservationInfo(NodeReservationInfo value)
Sets the NodeReservationInfo object for the node, if it is reservable.
|
void |
setType(String value)
Sets the type name of the node.
|
void |
setVersionInfo(NodeVersionInfo value)
Sets the NodeVersionInfo object for the node, if it supports versions.
|
void |
setVolumeID(long value)
Sets the volume ID of the node.
|
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 setCatalog(Integer value)
public Integer getCatalog()
public void setComment(String value)
public String getComment()
public void setContainerInfo(NodeContainerInfo value)
public NodeContainerInfo getContainerInfo()
public void setCreateDate(Date value)
public Date getCreateDate()
public void setCreatedBy(Long value)
public Long getCreatedBy()
public void setDisplayType(String value)
public String getDisplayType()
public void setFeatures(NodeFeature[] value)
public NodeFeature[] getFeatures()
public void setFeatures(int index, NodeFeature value)
public NodeFeature getFeatures(int index)
public void setID(long value)
public long getID()
public void setIsContainer(boolean value)
public boolean getIsContainer()
public void setIsReference(boolean value)
public boolean getIsReference()
public void setIsReservable(boolean value)
public boolean getIsReservable()
public void setIsVersionable(boolean value)
public boolean getIsVersionable()
public void setMetadata(Metadata value)
public Metadata getMetadata()
public void setModifyDate(Date value)
public Date getModifyDate()
public void setName(String value)
public String getName()
public void setNickname(String value)
public String getNickname()
public void setParentID(long value)
public long getParentID()
public void setPartialData(boolean value)
public boolean getPartialData()
public void setPermissions(NodePermissions value)
public NodePermissions getPermissions()
public void setPosition(Long value)
public Long getPosition()
public void setReferenceInfo(NodeReferenceInfo value)
public NodeReferenceInfo getReferenceInfo()
public void setReleased(boolean value)
public boolean getReleased()
public void setReservationInfo(NodeReservationInfo value)
public NodeReservationInfo getReservationInfo()
public void setType(String value)
public String getType()
public void setVersionInfo(NodeVersionInfo value)
public NodeVersionInfo getVersionInfo()
public void setVolumeID(long value)
public long getVolumeID()
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.