public class NodeRight extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeRight() |
Modifier and Type | Method and Description |
---|---|
NodePermissions |
getPermissions()
Gets the permissions (or access rights) for the node.
|
long |
getRightID()
Gets the ID of the member for the right (not applicable for a Public right).
|
String |
getType()
Gets the type of right (Owner, OwnerGroup, Public or ACL).
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setPermissions(NodePermissions value)
Sets the permissions (or access rights) for the node.
|
void |
setRightID(long value)
Sets the ID of the member for the right (not applicable for a Public right).
|
void |
setType(String value)
Sets the type of right (Owner, OwnerGroup, Public or ACL).
|
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 setPermissions(NodePermissions value)
public NodePermissions getPermissions()
public void setRightID(long value)
public long getRightID()
public void setType(String value)
public String getType()
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.