|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcPermissions
Interface which provides a method of distinguishing the aggregated
results returned by a CcVobResource.PERMISSIONS
property request.
Nested Class Summary | |
---|---|
static interface |
CcPermissions.Permissions
Interface for accessing individual permissions (read, write, and execute) supported on ClearCase objects. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getGroupName() throws WvcmException
WvcmException
CcPermissions.Permissions getGroupPermissions() throws WvcmException
WvcmException
CcPermissions.Permissions getOtherPermissions() throws WvcmException
WvcmException
boolean getSetgid() throws WvcmException
WvcmException
boolean getSetuid() throws WvcmException
WvcmException
String getUserName() throws WvcmException
WvcmException
CcPermissions.Permissions getUserPermissions() throws WvcmException
WvcmException
void setGroupName(String name) throws WvcmException
name
-
WvcmException
void setGroupPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions
-
WvcmException
void setOtherPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions
-
WvcmException
void setSetgid(boolean value) throws WvcmException
value
-
WvcmException
void setSetuid(boolean value) throws WvcmException
value
-
WvcmException
void setUserName(String name) throws WvcmException
name
-
WvcmException
void setUserPermissions(CcPermissions.Permissions permissions) throws WvcmException
permissions
-
WvcmException
|
Generated Sat 15-Jan-2011 04:14 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |