public interface _PermissionsOperationsNC
Modifier and Type | Method and Description |
---|---|
boolean |
canAnnotate()
Whether the current user has permissions
for annotating this object.
|
boolean |
canChgrp()
Whether the current user has the ""chgrp"" permissions
for this object.
|
boolean |
canChown()
Whether the current user has the ""chown"" permissions
for this object.
|
boolean |
canDelete()
Whether the current user has the ""delete"" permissions
for this object.
|
boolean |
canEdit()
Whether the current user has the ""edit"" permissions
for this object.
|
boolean |
canLink()
Whether the current user has the ""link"" permissions
for this object.
|
long |
getPerm1()
Do not use!
|
boolean |
isDisallow(int restriction)
The basis for the other canX() methods.
|
boolean |
isGroupAnnotate() |
boolean |
isGroupRead() |
boolean |
isGroupWrite() |
boolean |
isRestricted(java.lang.String restriction)
Returns true if the given argument is present in the
extendedRestrictions set.
|
boolean |
isUserAnnotate() |
boolean |
isUserRead() |
boolean |
isUserWrite() |
boolean |
isWorldAnnotate() |
boolean |
isWorldRead() |
boolean |
isWorldWrite() |
void |
setGroupAnnotate(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setGroupRead(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setGroupWrite(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setPerm1(long value)
Do not use!
Throws
ClientError if mutation not allowed. |
void |
setUserAnnotate(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setUserRead(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setUserWrite(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setWorldAnnotate(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setWorldRead(boolean value)
Throws
ClientError if mutation not allowed. |
void |
setWorldWrite(boolean value)
Throws
ClientError if mutation not allowed. |
long getPerm1()
void setPerm1(long value)
ClientError
if mutation not allowed.boolean isDisallow(int restriction)
boolean isRestricted(java.lang.String restriction)
boolean canAnnotate()
boolean canEdit()
boolean canLink()
boolean canDelete()
boolean canChgrp()
boolean canChown()
boolean isUserRead()
boolean isUserAnnotate()
boolean isUserWrite()
boolean isGroupRead()
boolean isGroupAnnotate()
boolean isGroupWrite()
boolean isWorldRead()
boolean isWorldAnnotate()
boolean isWorldWrite()
void setUserRead(boolean value)
ClientError
if mutation not allowed.void setUserAnnotate(boolean value)
ClientError
if mutation not allowed.void setUserWrite(boolean value)
ClientError
if mutation not allowed.void setGroupRead(boolean value)
ClientError
if mutation not allowed.void setGroupAnnotate(boolean value)
ClientError
if mutation not allowed.void setGroupWrite(boolean value)
ClientError
if mutation not allowed.void setWorldRead(boolean value)
ClientError
if mutation not allowed.void setWorldAnnotate(boolean value)
ClientError
if mutation not allowed.void setWorldWrite(boolean value)
ClientError
if mutation not allowed.