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