public class NodeRights extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeRights() |
Modifier and Type | Method and Description |
---|---|
NodeRight[] |
getACLRights()
Gets the list of ACL rights for the node.
|
NodeRight |
getACLRights(int index)
Gets the value at the specified index in the ACLRights array.
|
NodeRight |
getOwnerGroupRight()
Gets the Owner Group rights for the node.
|
NodeRight |
getOwnerRight()
Gets the Owner rights for the node.
|
NodeRight |
getPublicRight()
Gets the Public Access rights for the node.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setACLRights(int index,
NodeRight value)
Sets the value at the specified index in the fACLRights array.
|
void |
setACLRights(NodeRight[] value)
Sets the list of ACL rights for the node.
|
void |
setOwnerGroupRight(NodeRight value)
Sets the Owner Group rights for the node.
|
void |
setOwnerRight(NodeRight value)
Sets the Owner rights for the node.
|
void |
setPublicRight(NodeRight value)
Sets the Public Access rights for 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 setACLRights(NodeRight[] value)
public NodeRight[] getACLRights()
public void setACLRights(int index, NodeRight value)
public NodeRight getACLRights(int index)
public void setOwnerGroupRight(NodeRight value)
public NodeRight getOwnerGroupRight()
public void setOwnerRight(NodeRight value)
public NodeRight getOwnerRight()
public void setPublicRight(NodeRight value)
public NodeRight getPublicRight()
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.