public interface CcPermissions
Interface which provides a method of distinguishing the aggregated
results returned by a CcVobResource.PERMISSIONS property request.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CcPermissions.Permissions
Interface for accessing individual permissions (read, write,
and execute) supported on ClearCase objects.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName()
Gets the group name.
|
CcPermissions.Permissions |
getGroupPermissions()
Gets the permissions for group.
|
CcPermissions.Permissions |
getOtherPermissions()
Gets the permissions for other.
|
boolean |
getSetgid()
Gets the setgid setting.
|
boolean |
getSetuid()
Gets the setuid setting.
|
String |
getUserName()
Gets the user name.
|
CcPermissions.Permissions |
getUserPermissions()
Gets the permissions for user.
|
void |
setGroupName(String name)
Sets the group name.
|
void |
setGroupPermissions(CcPermissions.Permissions permissions)
Sets permissions for group.
|
void |
setOtherPermissions(CcPermissions.Permissions permissions)
Sets permissions for other.
|
void |
setSetgid(boolean value)
Sets the setgid permission.
|
void |
setSetuid(boolean value)
Sets the setuid permission.
|
void |
setUserName(String name)
Sets the user name.
|
void |
setUserPermissions(CcPermissions.Permissions permissions)
Sets permissions for user.
|
String getGroupName() throws WvcmException
WvcmExceptionCcPermissions.Permissions getGroupPermissions() throws WvcmException
WvcmExceptionCcPermissions.Permissions getOtherPermissions() throws WvcmException
WvcmExceptionboolean getSetgid() throws WvcmException
WvcmExceptionboolean getSetuid() throws WvcmException
WvcmExceptionString getUserName() throws WvcmException
WvcmExceptionCcPermissions.Permissions getUserPermissions() throws WvcmException
WvcmExceptionvoid setGroupName(String name) throws WvcmException
name - WvcmExceptionvoid setGroupPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions - WvcmExceptionvoid setOtherPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions - WvcmExceptionvoid setSetgid(boolean value) throws WvcmException
value - WvcmExceptionvoid setSetuid(boolean value) throws WvcmException
value - WvcmExceptionvoid setUserName(String name) throws WvcmException
name - WvcmExceptionvoid setUserPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions - WvcmExceptionCopyright © IBM 2018. All rights reserved.