public class _PermissionsTie extends Permissions implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids, extendedRestrictions, perm1, restrictions
Constructor and Description |
---|
_PermissionsTie(_PermissionsOperations delegate) |
_PermissionsTie() |
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.
|
boolean |
equals(java.lang.Object rhs) |
long |
getPerm1(Ice.Current __current)
Do not use!
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
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. |
___canAnnotate, ___canChgrp, ___canChown, ___canDelete, ___canEdit, ___canLink, ___getPerm1, ___isDisallow, ___isGroupAnnotate, ___isGroupRead, ___isGroupWrite, ___isRestricted, ___isUserAnnotate, ___isUserRead, ___isUserWrite, ___isWorldAnnotate, ___isWorldRead, ___isWorldWrite, ___setGroupAnnotate, ___setGroupRead, ___setGroupWrite, ___setPerm1, ___setUserAnnotate, ___setUserRead, ___setUserWrite, ___setWorldAnnotate, ___setWorldRead, ___setWorldWrite, __dispatch, __readImpl, __writeImpl, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, clone, getPerm1, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, isDisallow, isGroupAnnotate, isGroupRead, isGroupWrite, isRestricted, isUserAnnotate, isUserRead, isUserWrite, isWorldAnnotate, isWorldRead, isWorldWrite, setGroupAnnotate, setGroupRead, setGroupWrite, setPerm1, setUserAnnotate, setUserRead, setUserWrite, setWorldAnnotate, setWorldRead, setWorldWrite
public static final long serialVersionUID
public _PermissionsTie()
public _PermissionsTie(_PermissionsOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean canAnnotate(Ice.Current __current)
_PermissionsOperations
canAnnotate
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean canChgrp(Ice.Current __current)
_PermissionsOperations
canChgrp
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean canChown(Ice.Current __current)
_PermissionsOperations
canChown
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean canDelete(Ice.Current __current)
_PermissionsOperations
canDelete
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean canEdit(Ice.Current __current)
_PermissionsOperations
canEdit
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean canLink(Ice.Current __current)
_PermissionsOperations
canLink
in interface _PermissionsOperations
__current
- The Current object for the invocation.public long getPerm1(Ice.Current __current)
_PermissionsOperations
getPerm1
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean isDisallow(int restriction, Ice.Current __current)
_PermissionsOperations
isDisallow
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean isGroupAnnotate(Ice.Current __current)
isGroupAnnotate
in interface _PermissionsOperations
public boolean isGroupRead(Ice.Current __current)
isGroupRead
in interface _PermissionsOperations
public boolean isGroupWrite(Ice.Current __current)
isGroupWrite
in interface _PermissionsOperations
public boolean isRestricted(java.lang.String restriction, Ice.Current __current)
_PermissionsOperations
isRestricted
in interface _PermissionsOperations
__current
- The Current object for the invocation.public boolean isUserAnnotate(Ice.Current __current)
isUserAnnotate
in interface _PermissionsOperations
public boolean isUserRead(Ice.Current __current)
isUserRead
in interface _PermissionsOperations
public boolean isUserWrite(Ice.Current __current)
isUserWrite
in interface _PermissionsOperations
public boolean isWorldAnnotate(Ice.Current __current)
isWorldAnnotate
in interface _PermissionsOperations
public boolean isWorldRead(Ice.Current __current)
isWorldRead
in interface _PermissionsOperations
public boolean isWorldWrite(Ice.Current __current)
isWorldWrite
in interface _PermissionsOperations
public void setGroupAnnotate(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setGroupAnnotate
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setGroupRead(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setGroupRead
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setGroupWrite(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setGroupWrite
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setPerm1(long value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setPerm1
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setUserAnnotate(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setUserAnnotate
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setUserRead(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setUserRead
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setUserWrite(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setUserWrite
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setWorldAnnotate(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setWorldAnnotate
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setWorldRead(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setWorldRead
in interface _PermissionsOperations
__current
- The Current object for the invocation.public void setWorldWrite(boolean value, Ice.Current __current)
_PermissionsOperations
ClientError
if mutation not allowed.setWorldWrite
in interface _PermissionsOperations
__current
- The Current object for the invocation.