public class NodePermissions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodePermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAddItemsPermission()
Gets the flag controlling addition of items to a container.
|
boolean |
getDeletePermission()
Gets the flag controlling node deletion.
|
boolean |
getDeleteVersionsPermission()
Gets the flag controlling version deletion.
|
boolean |
getEditAttributesPermission()
Gets the flag controlling category attribute modification.
|
boolean |
getEditPermissionsPermission()
Gets the flag controlling editing of permissions.
|
boolean |
getModifyPermission()
Gets the flag controlling modification of basic attributes (e.g. name, comment).
|
boolean |
getReservePermission()
Gets the flag controlling node reservation.
|
boolean |
getSeeContentsPermission()
Gets the flag controlling permission to see the contents of a node.
|
boolean |
getSeePermission()
Gets the flag controlling permission to see a node.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAddItemsPermission(boolean value)
Sets the flag controlling addition of items to a container.
|
void |
setDeletePermission(boolean value)
Sets the flag controlling node deletion.
|
void |
setDeleteVersionsPermission(boolean value)
Sets the flag controlling version deletion.
|
void |
setEditAttributesPermission(boolean value)
Sets the flag controlling category attribute modification.
|
void |
setEditPermissionsPermission(boolean value)
Sets the flag controlling editing of permissions.
|
void |
setModifyPermission(boolean value)
Sets the flag controlling modification of basic attributes (e.g. name, comment).
|
void |
setReservePermission(boolean value)
Sets the flag controlling node reservation.
|
void |
setSeeContentsPermission(boolean value)
Sets the flag controlling permission to see the contents of a node.
|
void |
setSeePermission(boolean value)
Sets the flag controlling permission to see a 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 setAddItemsPermission(boolean value)
public boolean getAddItemsPermission()
public void setDeletePermission(boolean value)
public boolean getDeletePermission()
public void setDeleteVersionsPermission(boolean value)
public boolean getDeleteVersionsPermission()
public void setEditAttributesPermission(boolean value)
public boolean getEditAttributesPermission()
public void setEditPermissionsPermission(boolean value)
public boolean getEditPermissionsPermission()
public void setModifyPermission(boolean value)
public boolean getModifyPermission()
public void setReservePermission(boolean value)
public boolean getReservePermission()
public void setSeeContentsPermission(boolean value)
public boolean getSeeContentsPermission()
public void setSeePermission(boolean value)
public boolean getSeePermission()
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.