public class EffectiveRights
extends java.lang.Object
| Constructor and Description |
|---|
EffectiveRights()
Initializes a new instance of the EffectiveRights class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreateAssociated()
Gets whether a client can create an associated contents table.
|
boolean |
getCreateContents()
Gets whether a client can create a contents table.
|
boolean |
getCreateHierarchy()
Gets whether a client can create a hierarchy table.
|
boolean |
getDelete()
Gets whether a client can delete a folder or item.
|
boolean |
getModify()
Gets whether a client can modify a folder or item.
|
boolean |
getRead()
Gets whether a client can read a folder or item.
|
public EffectiveRights()
public boolean getCreateAssociated()
public boolean getCreateContents()
public boolean getCreateHierarchy()
public boolean getDelete()
public boolean getModify()
public boolean getRead()